Looking for privilege reporting script

Some time back (quite some time back, actually!) I had a script that would report all the privileges granted to or inherited by a user or role. It recursed through all of the nested roles to develop the list. I seem to have lost that but hoped someone would know of it or something like it. It seems like it originally came from Pete Finnigan, but I can't find it on his site.

jgarry wrote:
[This one?|http://www.petefinnigan.com/find_all_privs.sql]
That would be the one!
Thanks.

Similar Messages

  • Looking for a report in LCM(Landed Cost Management)

    Dear All,
    We are looking for a report in LCM module to print all the unmatched/ partially matched receipt numbers with outstanding balance in accural account.
    Does any one have idea on this? or worked on similar reports before?.
    Detailed requirement:
    There are PO order receipts for which certain costs are estimated viz. Customs Duty, Clearance Chgs. Etc.
    Once the receipt is made, the inventory is valued based on the estimates. Subsequently when the actual invoice for the costs i.e. Customs Duty, Clearance Chg. are booked, there could be a variance. This difference in the estimated and actuals gets transferred to inventory provided stock exists.
    However if stocks does not exist then the revaluation does not happen. In such cases we need to monitor such balances.

    Hi Melvin,
    You can use the User Data Dump tool.  Check out the following post:  https://supportforums.cisco.com/message/3403809#3403809
    HTH,
    Chris

  • Looking for someone to script a Day Planner to a specific size and style.

    Hi,
    Looking for someone to script a year long Day Planner in Indesign CC. I've tried one or two scripts available out there but none seem to be able to accomplish what I need.
    I would envisage the rolling requirements.
    2015
    Day per page
    Set to a specific Design Style
    Fully Editable style hierarchy
    Ability to add in pages without kicking anything out
    Include Month with highlighted day on right hand page only
    Add localised public holidays
    Add another list of 'special dates'
    Fit size 148.5mm W x 210mm H (would be great to have it scaleable but not essential)
    All/any help appreciated. Here's a screen shot of the desired result.

    Hi Jarek,
    Thanks for the response!
    The script needs to create the pages in an Indesign Doc.
    One the pages are created we would be adding in custom pages at beginning and at other periodic stages in the document.
    Let me know if there's anything else you need
    Mark

  • Looking for a Powershell Script which can put the scom servers in maintenance mode

    Looking for a Powershell Script which can put the scom servers in maintenance mode so that SCOM should not send an alert during planned task.
    Rahul

    1. Provide list of servers line-by-line in C:\ServerList.txt, make sure you provide limited no. of servers, do not exceed 20 - 25 per batch
    2. Save the script with suitable name (test.ps1)
    3. Open PowerShell cmd prompt
    4. Script accepts 3 params - TimeInMinutes, Reason and Comment
    **** Please note, this script will work for SCOM 2012 R2
    param([int32]$TimeMin, [string]$Reason, [string]$Comment)
    try
    $api = new-object -comObject 'MOM.ScriptAPI'
    Import-Module operationsmanager
    New-SCOMManagementGroupConnection
    $Servers = Get-Content "C:\ServerList.txt"
    $Time = (Get-Date).Addminutes($TimeMin)
    Foreach ($Server in $Servers)
    #Get Computer instance
    $ComputerClass = Get-SCOMClass -Name Microsoft.Windows.Computer
    $ComputerClassInstance = Get-SCOMClassInstance  -Class $ComputerClass | Where {$_.DisplayName -eq $Server}
    If ($ComputerClassInstance -ne $Null)
    $HealthServiceWatcherClass = Get-SCOMClass -name:Microsoft.SystemCenter.HealthServiceWatcher
    #Get Health Service Watcher Class instance of the server
    $HSWClass = Get-SCOMClass -Name Microsoft.SystemCenter.HealthServiceWatcher
    $HSWClassIns = Get-SCOMClassInstance  -Class $HSWClass | Where {$_.DisplayName -eq $Server}
    #Starting the maintenance mode
    Start-SCOMMaintenanceMode -Instance $HSWClassIns -EndTime $Time -Reason $Reason -Comment $Comment
    Start-SCOMMaintenanceMode -Instance $ComputerClassInstance -EndTime $Time  -Reason $Reason -Comment $Comment
    Write-Host "Health Service Watcher and Agent server "$Server " kept in maintenance mode"  -foregroundcolor "green"
    $api.LogScriptEvent('MaintenanceModeScript.ps1', 200, 0, "$Server kept in maintenance mode for $TimeMin minutes")
    Else
    Write-Host $Server" not found " -foregroundcolor "red"
    $api.LogScriptEvent('MaintenanceModeScript.ps1', 201, 1, "$Server could not be found in domain")
    Catch [system.exception]
    $api.LogScriptEvent('MaintenanceModeScript.ps1', 201, 1, $_.Exception.Message)
    Faizan

  • Looking for a report as below

    Greeting,
    newbie in VMWare Chargeback, try coouple times, still can not get what I am looking for I am looking for a report for vCloud Director that just include the following information:
    1. Information for ASSIGNED number of vCPUs to VM.
    2. Information for ASSIGNED Memory to VM.
    3. Information for hours for vm ON vs OFF hours
    4. Information for ASSIGNED Storage to VM
    5. Information for USED storage to VM.
    What I got is 3 of this 5 items are 0
    Anyone please give me some hints or direction how to to do that
    Thanks
    newbie

    Dear All,
    Good Day,
    I have two tables Table_1 and Table_2 in MS Accesss with following structure
    Table_1
    Attendance_Date     Name      Time_In
    12-Dec-2014            Smith        7:30
    12-Dec-2014            Mark          8:00
    12-Dec-2014            Rani          7:45
    13-Dec-2014            Smith        8:30
    13-Dec-2014            Mark          7:00
    Table_2
    Attendance_Date     Name      Time_OUT
    12-Dec-2014            Smith        5:30
    12-Dec-2014            Mark          5:00
    13-Dec-2014            Smith        7:30
    I am looking for a report as shown below
    Attendance_Date     Name      Time_In      Time_Out
    12-Dec-2014            Smith        7:30         5:30
    12-Dec-2014            Mark          8:00        5:00
    12-Dec-2014            Rani          7:45           -
    13-Dec-2014            Smith        8:30         7:30
    13-Dec-2014            Mark          7:00         -
    13-Dec-2014            Rani          -                -
    Anyone's help, really appreciate
    Regards
    Abdussalam

  • Looking for a report to get all managed system components

    Hi,
    We are looking for a report to get the support pack level of managed system.
    We can get that by going individually on each system entry in SMSY. Is there a standard report or a transaction in solution managed that can list the support pack level of all managed systems ?
    Thansk you for your help.
    Chak

    Hi,
    Another option you have -- provided that you are running EarlyWatch Reports on all of your systems -- would be to create a single Service Level Report.
    You would create a variant that includes all of your systems under the Select for Reporting column. Then under the Content from Solution Manager tab select the System Configuration -->  Select for Reporting box.
    This System Configuration report will provide you will the hardware info (OS version, CPU, memory), database version, SAP software components/version, and the SAP kernel.
    The SLR allows you to extract and aggregate segments of your EWAs into a single report.
    Good luck.
    Bill

  • I am looking for following report

    Dear Expert ,
                           I am looking for following report , please let me know the T codes for follo reports :
    a) Assembly Log book Entry
    b) Assembly Log book approval
    c) Machine log book entry
    d) Machine Log book approval
    e) Monthly attendance
    f) Monthly progress
    g) Monthly opening balance Entry
    h) Recalculation of Index
    Reports
    b) Daily log book Report
    c) Incentive Details
    d) Incentive Summary
    Points will be rewarded .
    Neal
    Edited by: Neal Gibson on Oct 23, 2008 11:53 AM

    Thanks for your reply . I know SAP1 and SAP2 but I am not HR guy . I just wanted to know th T codes from where I can get those reports .

  • Looking for Crystal Reports for . net framework 2.0 (x86) in MSI Format..

    Looking for Crystal Reports for . net framework 2.0 (x86) in MSI Format..

    Wasn't sure which version you are using, so here are the two i think you might be using:
    [CR for VS2005|https://smpdl.sap-ag.de/~sapidp/012002523100010010692008E/crredist2005_sp1_x86.zip]
    [CR for VS2008|https://smpdl.sap-ag.de/~sapidp/012002523100006255282008E/CRRedist2008_x86.zip]

  • I am looking for Crystal reports arleady designed.

    I am looking for Crystal reports already designed.  Does anyone know where I could fine them?

    Navin,
    Thanks for the reply, I have another question you might be able to answer.
    I have a picture field (blob field) on the same line as our Product ID field (regular data field) and i want the report to show the picture that goes with that Product ID. 50% of our products dont have pictures, so when I print the report, it currently prints large empty spaces for the Products that dont have pictures and makes the report quite long and unattractive.
    I have tried to supress the field and also put the field in its own section and use a formula for supressing if the data is blank, but I get the error message that says "Can not use a BLOB field in a formula".
    I need to find a way around this. Can you, or any of your experts help?
    I could send you the report with some data in it if that would help.
    Thanks again!
    JM

  • Looking for 2 reports

    I am looking for 2 reports:
    1. A report to tie the AA subledger to the General Ledger. In our company, we have several scenarios in which we post retirements/acquisitions with value dates in the past months and post it in the current period (which is open). This causes the balance on the subledger to change as of that value date, which is fine. However I cannot find a standard report to tie the balance to the sub-ledger. The report date on the standard report seems to pick up transactions in the subledger even if they have a future posting date. e.g. Report date 3/31 would pick up transactions that were posted with a value date of 3/15 but a posting date of 8/31. I need a report where I can pull balances by the Posting Date. The auditors need this to ensure that the sub-ledger and G/L are in sync. I am sure this is not an exceptional requirement. Can any one tell me how they handle this?
    2. I need a depreciation comparison report where I can compare depreciations of each period in a year side by side. Something that would have all the 12 periods and the total depreciation for say an asset class.
    Thanks

    Thanks for the response once again. I already know about ABST2 but the auditors want detailed reports. ABST2 just gives you the differences. Now as for the Asset Balances and the FS10N, thats where the whole issue starts. The auditors come in every 4 months and they look at the sub-ledger and G/L for those months to try and tie it out. Here the reason why we have an issue.
    Example: Say the FA balance was 1000000 as of 3/31 and it tied to the G/L as of 3/31. On 9/15 I post an entry to acquire an asset for 30000 with a value date of 3/20. The result is that if you run the asset balances report as of 3/31, it would show a balance of 1030000 and also an increase in the planned accum. However if you run the FS10N and look at the cumulative balance at the end of March, it would be still 1000000 since the 30000 was posted to the G/L in september and not march. When the auditors look at these 2 reports, they think that sub-ledger and G/L does not reconcile. I tried to explain the reason and they understood. However, they need a report to see it.

  • I am looking for few reports

    I am looking for Transaction Codes or Path to get these reports
    1 List of customer returns
    2 List of goods receipts
    3 List of Post Goods Issues
    4 List of goods shipped
    5 List of adjustment made to inventory by date/person. (Document it)
    6 Inventory aging report
    Thank you very much for help in advance

    Hi Ashish,
    MC+A                SIS: Customer Returns, Selection
    VL01N               Customer Returns
    VL02N               Customer Returns
    VL03N               Customer Returns
    MCP6                Goods Receipts
    MB1A                Goods issue
    MIGO_GI             Goods Issue (MIGO)
    COWBHUWA            Goods Issue for Work Order
    MB90                Goods Issue Messages
    VLLA                Picking/Goods Issue
    VL06G               Goods Issue - Delivery
    COGI                Goods Issues
    VLLA                RWE: Picking/Goods Issue Analysis
    VL06G               Deliveries for Goods Issue
    VL23                Goods Issue (Background)
    Small Suggestion, use the tcode search_sap_menu to look for any tcode or report!
    Hope it helps,
    Thanks
    Janani
    award points if helpful

  • Graphic Designer looking for a quick script

    Hi all,
    I've been doing a lot of searching and I just can't find it... I'm looking for a script to have Distiller open up .pdf files after it's done distilling. the .eps file. Is there a script that can do this?? Can anyone help me?

    Here it is, a little clearer:
    I create ads for a firm. We export from Quark as an .eps to an 'In' box. When Distiller sees a file in the 'In' box, it Distills it, using our press settings and creates a .pdf that it then puts in an 'Out' box. What I want the script(s) to do is:
    1) open that .pdf file just after creation (so I can look at it right away and not forget to!)
    2) highlight the 'Out' box so I can remember that there is a new proof to send out to our client
    Any help is REALLY appreciated.

  • Looking for Simple report

    Hi All
    Hope u are doing well
    I was looking a simple report which gives me celar picture of the stages
    Sales oder no, Invoice numberNo, if on production production ordernumber due date of production order and po invoived to get the production done and trceiving date of POs for the same
    Kindly revert with the best possible option
    Have a nice day
    Kind regards,

    Dear Mona,
    The requirement you have putted on your report is very much complex.As per your scenario this one is only possible when you guys are following the base document otherwise this report is not possible
    Regards,
    Kumar

  • Looking for few reports

    I am looking for Transaction Codes or Path to get these reports
    1 List of customer returns
    2 List of goods receipts
    3 List of Post Goods Issues
    4 List of goods shipped
    5 List of adjustment made to inventory by date/person. (Document it)
    6 Inventory aging report
    Thank you very much for help in advance

    Hello Ashish,
    His all are transactions identified by mvt type so you can use MB51 to get the information or alternatively you can use MSEG table.
    Inventory aging report : you can explore MC.9 here you will get last mvt date, last GR date, Last GI date so it's upto business how you want to consider it for AGING.
    Also, you can use transaction code SAP1 to get all report menu, please explore your area to find the relevent report.
    Regards
    Arif Mansuri

  • Looking For Slide Show Script - Freeware

    Can anyone recommend a freeware script for a simple slide
    show that allows slow dissolve transitions? Something that can be
    imported into DW and used from inside DW. I have one that's almost
    perfect, but does not offer any transitions, just hard edits from
    one slide to the other:
    http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1165474
    Claims they offer transitions but I couldn't find them. Plus
    the transitions are for IE only, and I need it to work in all
    browers, at the very minimum FFX, Safari as well as IE.

    Aside from looking at the pretty transitions, did you read
    the rest of the
    page? See the part where it says "Step 1 - copy and
    paste....."
    Then do Step 2. It just can't get any easier than that.
    Read the bit underneath step 2 and it tells you how the
    script can be used
    multiple times on a page - Again - step 1: you give it a new
    name in the
    javascript file, and add the names and paths of the images
    for the
    consecutive slides you wish to display. Then, again, Step 2 -
    you call the
    slideshow somewhere on your page.
    Without sounding condescending, sit back, read the
    instructions again, and
    have a go at implementing them into your page.
    Upload your efforts, post a link to the page, and we'll be
    able to help you
    further if you need it.
    You can describe what you have, how you want it to work, but
    until we see a
    page live, its a bit hard to help further.
    Last resort, spring for a paid solution to do it all for you
    (which I highly
    recommend) -
    http://www.projectseven.com/products/galleries/ssm/index.htm
    Brendon
    "Fugasi" <[email protected]> wrote in
    message
    news:gju0dl$olu$[email protected]..
    > Brendon-
    >
    > >I've used this one many times before with good
    success:
    >
    > I don't know how to use this, its a bunch of code.
    >
    > 1. Do I C&P this and paste it into my page? Where on
    the page?
    > 2. I actually want to have four separate slide shows
    happening at once on
    > the
    > same page. Will this code allow me to do that?
    > 3. Right now I have four photos in-line horizontally in
    non-css table. I
    > want
    > those four to interchange as a slow dissolve slide show.
    How do I specify
    > that
    > I want the slide show to appear in the table cells?
    >
    > Thanks
    >

Maybe you are looking for

  • Java wont open .class file

    ok i just started at this and found this web site http://java.sun.com/docs/books/tutorial/getStarted/cupojava/win32.html#1 i copyed exactly what he says to copy: * The HelloWorldApp class implements an application that * displays "Hello World!" to th

  • Errors in smw01

    Dear Experts, I  Replicated  Customizing Objects successfully and  replicated customer_main  it is also done successfully. No errors in queues in both CRM AND ECC. Bdocs in SMW01 are in intermediate stage . Observed  some dumps  in st22. i am getting

  • Is it possible to made dashboard remember scenario on permanent basis as scenario button only allows this option on temporary basis

    Dear Gurus: I want to know, how can I made my dashboard to remember scenario on permanent basis as scenario button only allows this option on temporary basis, once you close your dashboard your scenario will no longer available using scenario button.

  • PDF searches and how to best index/catalog files.

    Dear members: Please forgive me if my questions are rather basic but I haven't been able to find the exact answers I am looking for in order to address my project needs. I have a folder where I keep all of my PDF files. These are all articles from me

  • Page Thumbnail question

    In iWorks Pages, the pages thumbnails in the "Page Thumbnail" column are tiny! how can they be restored to the normal size? Thanks,