SP 2010 - PowerShell to get all sites/subsites/lists/libraries where "Domain\User123" has access

Hi there,
I will appreciate if someone can please give me a PowerShell script to get ALL sites/subsites/lists/libraries where "Domain\User123" has access (any access).
Thanks.

This script gave me what I was after http://www.sharepointdiary.com/2013/01/permission-report-for-specific-user.html
Thanks all.

Similar Messages

  • Stsadm command - enumerate subsites/list/libraries under 1 site collection into a csv file

    Hi all
    Do we have any examples of stsadm commands that I can write to enumerate the subsites/lists/libraries under the sharepoint 2007 site.

    You can still use PowerShell how to do it, even when its SharePoint 2007 (you won't be able to use the SharePoint cmdlets though), but it will make it easier to generate the csv file. Look at this link to get the code for the enumerations:
    http://blogs.msdn.com/b/vijay/archive/2009/10/01/how-to-list-all-the-sub-sites-and-the-site-collections-within-a-sharepoint-web-application-using-windows-powershell.aspx
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Hi I  newly started using Iphone 6, I am not getting all the applications list under Use Cellular date for to restrict my unwanted apps on cellular data

    Hi I  newly started using Iphone 6, I am not getting all the applications list under Use Cellular date for to restrict my unwanted apps on cellular data
    Please help me out

    Hi Rajesh778484,
    Welcome to the Apple Support Communities!
    I understand that some of your applications are not appearing under Settings > Cellular on your iPhone so that you can restrict or allow use of cellular data. If you have some installed applications on your iPhone that are not showing here, the first troubleshooting step I would suggest would be to reset your iPhone. Please refer to the attached article for information on how to perform a reset. 
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    Best regards,
    Joe

  • How to get all the approver list for a particular transaction in iExpense

    Is there any API to get all the approver list for a particular transaction in iExpense workflow after submitting an expense report?

    Hi All,
    Could anyone please let me know API to get all AME approvers in one go.
    I am currently using below API to get approver list.
    ame_api.getallapprovers (applicationidin => 201 , -- PO
    transactionidin => l_document_id , -- req header id
    transactiontypein => 'PURCHASE_REQ'
    ,approversout => l_appr_list
    But if any of the approver is INACTIVE then API is going into exception and not showing all approvers. Requirement is like to show all approvers with their statuses (ACTIVE / INACTIVE).
    Reply ASAP.

  • I have my ipod backed up on multiple computers but only one recognizes all my playlists.  How can I get all my play lists to show up on multiple computers?

    I have my ipod backed up on multiple computers but only one computershows all my playlists.  How can I get all my play lists to show up on multiple computers?

    If you want to connect and use an iPod on more than one computer you need to change the update preference in the iPod Summary tab to "Manually manage music and videos" and click Apply.
    Using iPod with Multiple computers
    Managing content manually on iPod
    If your iPod is set to update automatically take care when connecting to a different computer if your current one is out of commission. You will get a message that your iPod is linked to a different library and asking if you want to link to this one and replace all your songs etc, press "Cancel". Pressing "Erase and Sync" will irretrievably remove all songs from your iPod. Your iPod should appear in the iTunes source list from where you can change the update setting to manual and use your iPod without the risk of accidentally erasing it.

  • Continue to receive error 1604 and can't use the recover function - help!  I have gone through all the steps listed in support and nothing has worked.  I am using a usb port I tested with my printer cable and it's fine.

    I wanted to update my software this morning and it has turned into a nightmare.  I continue to receive the error 1604, which is related to a usb port.  I followed all the steps listed in support and nothing has helped.  I just plugged in my printer cable to the usb port and it works fine, yet I continue to receive this error and can't use my phone!

    A printer does not require power, and does not transfer large amounts of data. So that is not a valid test. It's like saying "if I plug a nightlight into an outlet it works fine, so why do 2 hair dryers on at the same time trip a circuit breaker?"
    Are you using a port directly on the computer, and not a hub? If it's not a laptop and it has ports on front and back are you using a back port, which can supply more power?
    Have you EVER used this computer to hack or jailbreak ANY iPhone (not necessarily the one with the problem? Or used a program to downgrade the version of iOS on any phone?

  • Powershell to get all the members in about 20 DynamicDistribution group in exchange 2010

    I have about 20 DynamicDistribution groups in my exchange 2010 enviroment.  I need to run a report to show all the members in each group.  How can I accomplish this with powershell ?  thanks for all the help

    I assume you don't want the output of all 20 groups dumped into one single list.  So, you'd just use this:
    Use the Shell to preview the list of members of a dynamic distribution
    group
    This example returns the list of members for the dynamic distribution group Full Time Employees. The first command stores the dynamic distribution group object in the variable $FTE.
    The second command uses the Get-Recipient cmdlet to list the recipients that match the criteria defined for the dynamic distribution group.
    $FTE = Get-DynamicDistributionGroup "Full Time Employees"
    Get-Recipient -RecipientPreviewFilter $FTE.RecipientFilter
    For detailed syntax and parameter information, see Get-DynamicDistributionGroup and Get-Recipient.
    Mike Crowley | MVP
    My Blog --
    Baseline Technologies

  • How to get data from subsites list of SharePoint 2010 in ssrs

    Hi,
    Can someone help me on this issue.
    I want to create a report using ssrs, I have some of the data in SQL and some of the data in sharepoint list.
    First I need to go to SQL and get the data from the table which contains URL for the subsite in sharepoint.
    after that I need to go to all the subsites and go to perticulat list in the subsites and get data from that list.
    for example, their is a top level site "abc"
    it contains sub site "123", "456","567", etc.. All this sub sites contain a list by name "Sample List", Now I need to go to that sub site list(Sample List) and get list-item column say "created By" which
    is created on particular date. 
    in my report, I need to print the sub site "url/Title" which comes from SQL database and list-item column  "Created By" of that sub site list "Sample List".
    I tried using subreport inside a report by using "Microsoft SharePoint List" as a datasource, but when it comes to real time we don't know how many subsites will be created, so we can't create a datasource for each subsite site.
    I guess we need to be using XML as a datasource, but how can we go to particular subsite in query while using XML, since all subsites have list with the same name ?
    I appreciate your help.
    Thank you,
    Kishore 

    Hi Kishore,
    SQL Server Reporting Services(SSRS) supports expression-based connection strings. This will help us to achieve the goal you mentioned in this case:
    Create a new report
    Create a Data Source in the report with the connection string like this:
    http://server/_vti_bin/lists.asmx (We use static connection string instead of expression-based connection string now, as it is not supported to get fields based on expression-based connection string in design time. We will change it to be expression-based
    connection string later)
    Create the data set(as you have done using XML query language). Please use list name instead of GUID in the listName parameter.
    Design the report(e.g. Add controls to the report)
    Now, let's change the connection string to be expression-based. First, please add a parameter to the report, move this parameter to top. This parameter is used to store the sub site name.
    Open the Data Source editor, set the connection string to be: ="http://server/" & Parameters!parameterCreatedInStep5.value & "_vti_bin/lists.asmx"
    In the main report, pass the sub site name to the report we created above via the parameter created in step5
    That is all.
    Anyway, this is actually a SQL Server Reporting Service(SSRS) question. You can get better support on this question from:
    http://social.technet.microsoft.com/Forums/en/sqlreportingservices/threads
    For more information about Expression-Based connection string, please see:
    http://msdn.microsoft.com/en-us/library/ms156450.aspx#Expressions
    If there is anything unclear, please feel free to ask.
    Thanks,
    Jinchun Chen
    Jin Chen - MSFT

  • How to get all menu items list in blackberry curve phone

    Hai all
    i am new to Blackberry application developer. I done one application in blackberry in default simulaor, I changed my simulator to Blackberry 8900 simulator. The features is more in curve phones like instant messaging. So i need to get the full menu item list from the API. Do i neddd to change the API ?..  I wanted to get the list like .. camera,maps,contacts,messages,weblin,sms,instant messaging etc. Can anyone help me in this case. My intention to get all the menu items in a list.
    Thanks in Advance

    thank you for your solution.. my aim is list all the menu items in a drop down list. In the default simulator it is fetching all the menu items in the phone through API. But in curve 8900 it is not showing all the menu items, can u give me a suggestion
    like           ^
    camera
    contacts
    maps
    clock
    calendar  like this i need to display
    Message Edited by joedfranc on 05-30-2009 10:57 AM

  • Getting list of tables the user has access to across different schemas.

    Hi,
    I have to get the list of tables that an User has access to. I tried the below code. It takes a very long time. Is there any way in which I can specify the user name and get all the tables that he has access to? I know that we can use dbMetadata.getTables api. But this returns the list of tables under the said schema. But I want the list of tables that the user has access including tables in other schema.
    In the below code, I am trying to get the tables for which USER_MICHAEL has access to.
    DatabaseMetaData dbMetadata = connection.getMetaData(); String userName = null; dbrs = dbMetadata.getTables(null,userName , "%", new String[] { "TABLE" }); dbrs=dbMetadata.getTablePrivileges("",userName,"%"); while (dbrs.next()) { String tableName = dbrs.getString("TABLE_NAME"); String schema = dbrs.getString("TABLE_SCHEM"); String privilege = dbrs.getString("PRIVILEGE"); String grantee = dbrs.getString("GRANTEE"); if(grantee!=null && grantee.equals("USER_MICHAEL")){       System.out.println("Schema---"+schema+" Table---"+tableName+"  Privilege----"+privilege+"  grantee---- "+grantee); } }

    That would be database dependent.
    Some engines have some system tables that together may be used to extract such information, others may not make it available at all outside closed APIs.

  • Getting list of reports a user has access to

    Hi,
    I'm new to BO and have been trying to figure out a way to get a list of reports a specific user has access to. In reading the documentation in the SDK it appears the only way to do this is to get a list of all reports, loop through them, getting the ObjectPrincipals, looping through that then checking if the objectPrincipal.Name == user.Title.
                foreach (InfoObject report in infoObjects)
                    SecurityInfo securityInfo = report.SecurityInfo;
                    ObjectPrincipals objectPrincipals = securityInfo.ObjectPrincipals;
                    foreach (ObjectPrincipal objectPrincipal in objectPrincipals)
                        if (objectPrincipal.Name != user.Title) continue;
                        if (!sortedList.Contains(report.ID))
                            sortedList.Add(report.ID, report.Title);
    This works, but takes over 90 seconds to generate the list of reports I want, as it is looping through all reports in the CMS (120). My logic is telling me there must be a better way to do this, I just haven't found the answer. It appears that calling securityInfo.ObjectPrincipals is what is taking the most time.
    Advice, thoughts, suggestions are all appreciated.
    Thanks
    James

    Ok, logging in as a user and getting a list of reports is working well and fast. But how would you recommend getting a list of all users and the reports they are assigned to. Is there a query for that using the relationship functions of Query Builder?
    Thanks
    James

  • Allow users to search on all site collections, no matter where they are browsing

    SharePoint 2010, Enterprise Edition.
    I need to allow users to use the search box to search on all existing site collections, no matter what site they are. Currently, users are only allowed to search on the current site and on sites that are below the current one. Is it possible to search "everywhere"?
    Creating a Search Center would be a possible approach for this? Thanks.

    Yes, I would suggest creating an Enterprise search center and adding that to the navigation. Then you can go to the site settings to configure the site to use that search center.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • Everytime i try and update my ipod touch to version 5.0 its gets all the way through and then says internet has timed out. how do i update it then???

    cant update my ipod to version 5.0. it keeps saying my internet has timed out.. what do i do!?!?!?!?!

    Disable your computer's security software during the download and update. Kasp...  AV is epecially bad.

  • SP2010 I need to set the include in search option switch on all document libraries to off across all site collections on the whole farm?

    SP2010 I need to set the include in search option switch on all document libraries to off across all site collections on the whole farm?
    Has anybody seen If this can be done programmatically any help would be gratefully welcomed thanks.

    i am not sure about the script, why not create crawl rule which will exclude the allitems.aspx from showing in the search results.
    Go to search service application, crawling section, click crawl rules to create a crawl rule to excludehttp://*allitems.aspx page.
    also check this:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/f431dd0e-871b-4f9e-990e-8f3b7ca932a4/crawl-rule-exclusion-sharepoint-2013
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • How to get all events from calendar using calcalendar store framework.

    Hello,
    I have two problems with calcalendar store framework programming.
    1. I need all the event which are present in iCal calendar.Event may be present in year 2025 or 2050. and if the event is recurring then i need only one event.
    2. if the event is recurring then i need only one event within the calendar event predicates (start date and end date). I am not suppose to give the occurrence date for event.
    How can I implement this with CalCalendar store framework.
    Thanks And Regards,
    xmax.

    Hi,
    Per my knowledge, there is not a method to get all the recurring events using CAML query in one request.
    Here is a thread with the similar question for your reference:
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/eed6be6d-c9ff-4d01-80de-8a4b67d3d7a5/use-caml-to-get-all-recurring-events-from-a-calendar
    We can get all the calendar list events at first, then filter all the recurring event from the result set.
    Best Regards
    Dennis Guo
    TechNet Community Support

Maybe you are looking for

  • What is this? iMac i7 reboots on its own.

    Can someone tell me if this is a memory issue? iMac i7 reboots on it own... Process: Finder [600] Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder Identifier: com.apple.finder Version: 10.6.3 (10.6.3) Build Info: Finder_FE-6650301~

  • Indesign 2014 - manipulating Arabic text

    Hi All, We are trying desperately to get Indesign CC 2014 to work with arabic copy, but have cone across some rather fruity issues. Using the plain text ( copied from text edit ), are inserting arabic text ( arial font ) into a document. As you will

  • X100e - Not Charging (Do I need new AC adapter?)

    So I've had an x100e (and its original AC adapter) since 2010 and all of a sudden the battery stopped charging and slowly drained, so its obviously not a problem with the battery. The ac adapter used to cause a few sparks  at the metal parts of the p

  • Report Painter: FAGLFLEXT, profit-center authorization not checked

    Hi colleagues, I am using a Z*-library in report painter based on FAGLFLEXT. When a report beads on this library is executed, there is no authorization check for profit-center (profit-center groups,-). Wether auth. Object K_PCA is checked nor an entr

  • How to install Oracle APPS 12 as High Available

    Dear Friends Can any one share, how to install Oracle APPS 12 as High Available, we have 4 Sun Sparc servers, and we have plan to make HW cluster for Database + Concurrent Manager, and on remaining 2 nodes for Forms and web server, it would be very h