User is not present any sharepoint group,But user has permissions to all subsites(almost user has admin permissions)

I am having sharepoint site.one of the user is not present in any sharepoint group and also not present in site collection administrators but user has all the permissions in the site.Some members who are in the owner group(full control) also
does not have permissions to add new users to some groups but the user who is not present in any group has permission to add new users also.How this user is able to access?.But user is present in people and groups

HI
First find out from where user getting permission.
Hi 
You can use get-spuser for the same.
Listing All the SharePoint Groups to Which a User Belongs
To list all the SharePoint groups to which a user belongs, you first need to find that user's SPUser object:
$user = Get-SPUser -Web http://server/sites/yoursite |
  Where {$_.LoginName -LIKE "*|DOMAIN\SAMC"}
Once you have this object, you can scan all the site collections in the farm and find all the groups to which the user belongs:
Get-SPSite -Limit All |
  Select -ExpandProperty RootWeb |
  Select -ExpandProperty SiteUsers |
  Where { $user.UserLogin -EQ $_.LoginName } |
  Select -ExpandProperty Groups |
  Select Name, {$_.ParentWeb.Url}
below link refer the same.
http://sharepointpromag.com/sharepoint-2013/exploring-sharepoint-users-groups-and-security-using-powershell
Hope this help you to find out user group
Regards, Rajendra Singh If a post answers your question, please click Mark As Answer on that ost and Vote as Helpful http://sharepointundefind.wordpress.com/

Similar Messages

  • I´m doing a design for presale, where I will need a router what support PAT for 500 or a little more of users, it not need any more features only static routing and dhcp pool for 500 users, can you help me for know what router recommend?

    I´m doing a design for presale, where  I will  need a router what support PAT for 500 or a little more of users, it  not need any more features only static routing and dhcp pool for 500 users, can you help me for know what router recommend?

    What is your WAN speed currently and projected WAN speed in the next 3 years?

  • Google drive does not work with specific group but works with all users group!!

    Hi,
    Why Google drive does not work with specific group but works with all users group?
    My rule :  Internal > external > all users = works fine
    But
                   Internal > external > A group = not working !!

    Hi,
    if you require user authentication in Firewall policy rules, the clients must bei Webproxy clients (for HTTP / HTTPS) or TMG clients (for TCP/UDP):
    http://technet.microsoft.com/en-us/library/bb794762.aspx
    regards Marc Grote aka Jens Baier - www.it-training-grote.de - www.forefront-tmg.de - www.galileocomputing.de/3276?GPP=MarcGrote

  • Users assigned directly to a SharePoint group can access a site if a user is in a security group that is a member of the SharePoint group, it doesn't work

    I recently installed SharePoint 2013 SP1 and thus far all seems to be going well. I do have one issue concerning permissions to a team site I have created:
    1. If  add a user User1 only to a SharePoint group that has edit permissions to the site, that user can log in successfully.
    2. If  add a user User1 only to a security group that is a member of the aforementioned SharePoint group, the  user gets "the site has not been shared with you. The security group is a global SG, though I tried changing it to universal 
    but that did not help
     I have tried updating the SPSecurityTokenServiceConfig  as briefly described at this link:
    http://macaalay.com/2014/05/27/active-directory-groups-and-access-denied-in-sharepoint-2013/.  I performed the steps and it did not work. I also
    tried rebooting the server after that, and that did not work either.  any thoughts?
    Thanks in advance for your help

    Hi,
    I tested the issue on SharePoint server 2013 without sp installed. It worked and I used global security group. I will test the issue on SharePoint 2013 sp1 later, and please provide more information to narrow down the issue.
    Please go to site settings > site permissions > check permission, type in domain\user1, and post the result here.
    If the user has been granted permission, please try logging on another machine to test if Windows credential casues the issue.
    Did the issue occur to one site collection? Please test on other sites or web applications?
    Please create new user to test the issue again.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Check user belongs to a particular sharepoint group in sharepoint 2013 designer workflow

    Hello, How to validate a user belongs to a particular sharepoint group in sharepoint designer 2013 workflow.

    You can make a REST call from workflow to determine if a user belongs to a group.
    REST API reference and samples
    Calling the SharePoint 2013 Rest
    API from a SharePoint Designer Workflow
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • TS1382 I have a ipod classic 160GB and it's not showing any music anymore, but there is still 7GB of memory being used, and I don't have it back up on my itunes, since I had to put a new hard drive on my computer. Any suggestion to find out whats on that

    I have a ipod classic 160GB and it's not showing any music anymore, but there is still showing 7GB of memory being used, and I don't have it backed up on my itunes, since I had to put a new hard drive on my computer. Any suggestion to find out whats on that memory or to get it the music back, there is approximately over 1400 songs on it?

    What is the memory being used by, is it Other? If it is, that means the iPod can no longer read the music, so it has put it all in "Other".
    The usual fix for this is to allow the iPod to Sync with its iTunes Library. If that doesn't work, the next option is to Restore the iPod using the Restore command in iTunes, on the Device/Summary pane.
    Unless you are very (very) lucky, I suspect that you are going to have to Restore your iPod. Restoring will remove everything form the iPod and put back onto it only what it finds in your iTunes Library, which you say is currently empty.
    If you have to rebuild your Library after this issue, by adding all the music back again, this is going to be hard to hear, but for the future, you may want to consider always having a backup of your library. The easiset way to back the Library up is;
    if the Library is small enough, burn it to a DVD, as digital files, not a "music CD".
    If your Library is too large for a DVD, buy yourself an external hard drive and copy the Library onto the drive. Remember to update the backup every so often.

  • I have got an ipad 2 .It is not showing any home screen but showing a symbol of connecting USB with itunes.I have downloaded itunes on my pc and it shows sync with ipad.How di I get my home screen.Pl help

    I have got an ipad 2 .It is not showing any home screen but showing a symbol of connecting USB with itunes.I have downloaded itunes on my pc and it shows sync with ipad.How di I get my home screen.Pl help

    Follow the prompts for setting up your iPad with iTunes on your PC.
    Which Windoze version is your PC running?

  • Can you please help to understand how the firefox decides on the Expires date for a cached javascript file ( my server did not set any Expire header, but firebox set it down).

    # Question
    Can you please help to understand how the firefox decides on the Expires date for a cached javascript file ( my server did not set any Expire header, but firebox set it down). I tried to understand but different javascript file gets different Expires date value when it is being cached. Please help me as I tried lot and could not get proper answer for this. Thanks in Advance.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Web pages are very slow to load airport is fine and other users do not have any problems

    my macbook pro is very slow to load web pages airport is running fine and other users do not have any issues?

    Likely a corrupted cache, do #12 and #13 here, if that doesn't work run through the Steps 1+
    Step by Step to fix your Mac
    Why is my computer slow?

  • In the process of reformatting my macbook pro, I saved everything but my keyword list.  The keywords are with the images, but the total list I use under "Keywords" is not present.  Is there a way to re-create all my keywords I've used over the last 6 year

    In the process of reformatting my macbook pro, I saved everything but my keyword list.  The keywords are with the images, but the total list I use under "Keywords" is not present.  Is there a way to re-create all my keywords I've used over the last 6 years.

    I accomplished what I needed last night.  I remembered I had picked my favorite images from each year and put them in a "favorite" folder by year.  These folders included 500 to 1200 images per year.  I pulled up the folder for each year and highlighted all images and clicked on "Keywords" and all keywords used for all images were listed.  I made those keywords persistent.  It took me a while to realize I had to click on each keyword to make it persistent.  After doing this for all years, I assume 95% of all keywords I have used over the many years were back in my list.  I'm sure there is probably a more "technical" way to accomplish what I needed, but this seems to have worked.  I also exported my list into a word document and is saved on my hard drive.
    If I had not made folders with my favorite images for each year, I could not have used this method, so if you figure out a better way, I like to hear it.  Thanks for your comments and willingness to help.

  • HT1933 My daughter downloaded a bunch of apps and I need to know how to get them reveresed.  I have not received any email receipts, but they did show up on my bank statement.  This happened within the last few hours.

    My daughter downloaded a bunch of apps and I need to know how to get them reversed.  I have not received any email receipts, but the charges have shown up on my bank account.  This has all happened within the last couple of hours.  I have tried numerous times to "report a problem" but am not having any success.  Keeps redirecting me to support.  I need help trying to get a hold of someone.  I know that there has been a settlement recently about this situation.

    Apple - Support - iTunes Store - Contact Us - http://www.apple.com/emea/support/itunes/contact.html
    How to request a refund for an iTunes or App Store purchase - http://www.imore.com/how-request-refund-itunes-or-app-store-purchase
    iOS: Understanding Restrictions - http://support.apple.com/kb/HT4213 - "You can enable Restrictions, also known as Parental Controls, on an iPhone, iPad, or iPod touch to prevent access to specific features."
    Children should not have access to your iTunes account password.
    You should also consider removing credit card information from your account so no unconsidered purchases can be made by anybody.  iTunes Store: Changing Account Information - http://support.apple.com/kb/HT1918

  • My ipod touch will not detect any wifi signals but other devices are connected to the wifi; please help!??

    My ipod touch will not detect any wifi signals but others devices such as my laptops; do connect without a problem. I restored my ipod and updated it and still no wifi signals are being detected.

    Go to your ipod touch wireless settings chose your network and right beside there is button looks like ">" click on that check the dhcp what IP are you getting? do you get any ip? if you do your ipod touch should work with wireless no problem. Also, you may have to enter wep key again.  After that it shou,d save your device

  • My new 5c will not text any other phones but other Iphones

    my new 5c will not text any other phones but other Iphones

    yoga3 wrote:
    thinking I may need to call AT&T?
    Yep

  • After updating Firefox to 5.0.1 the add-ons Manager did not show any of my add-ons, although they were all running.

    After updating Firefox to 5.0.1 the add-ons Manager did not show any of my add-ons, although they were all running. Several restarts of Firefox, even with the add-ons disabled did not bring them back. I then installed another add-on and after restarting, all of the previous add-ons are now shown in the manager.
    Running on Mac 10.5.8. Add-ons installed:
    Adblock Plus, Add-on Compatibility reporter, Ant Video Downloader, Forecastfox, Google toolbar, Reload Every, Session Manager, and Steep and Cheap Watcher.
    Note: the troubleshooting information was taken after the problem was fixed. Prior to fixing the issue, there were no items under the Extensions heading. Add-on Compatibility Reporter was the add-on that was added to restore all of the other add-ons, even though it was already installed.

    '''Good to know you solved your own problem by simply installing another extension''', I like solutions that aren't going to cause extra work, or loss of data.
    Here is what people normally have to do for missing extensions, as if not installed.-- <br>https://support.mozilla.com/questions/826729
    :http://kb.mozillazine.org/Unable_to_install_themes_or_extensions_%28Firefox%29
    FWIW, renaming or deleting extensions.sqlite and the other files beginning with "extensions." causes the files to be rebuilt from the extensions directory, so nothing is lost, but they will be restored in alphabetical order.
    I've solved places.sqlite problems by simply restoring a bookmarks backup, or creating a bookmarks backup and restoring that rather than face loss of history.
    Please mark as solved so others will see your answer when looking for solved problems as solutions to there own or other people's problems.

  • TS1398 my ipone 4s does not see any wifi networks my ipad works ok tried all of the above resetting network etc still does not see wifi ?

    my ipone 4s does not see any wifi networks my ipad works ok tried all of the above resetting network etc still does not see wifi ?

    If no change after restoring the iPhone with iTunes as a new iPhone or not from the backup, the iPhone has a hardware problem with the wireless card or with something else.

Maybe you are looking for

  • Error while uploading Bank statement for BACS

    Hi All, We are facing a error while uploading a bank statement for BACs, the system is not autoposting (clearing the open items) for the BACs file. The bank statement is as below :20:20081015 :25:200000/50414107 :28:28290/01 :60F:C081015GBP1176,45 :6

  • Problem in vc installation

    Hi, I am trying to install vc on window 2003. I have refer sapnote 804496...but this note does solve the problem.Has anyone installed on window 2003?

  • Monthly Sale By Item

    Hello, We are looking for a Query that will show all of our items and monthly sale by Qty and Amt.  This includes items that do not have sales for that month - those fields would just be left blank. So, header would be... Item #...Jan Qty...Feb Qty..

  • PO Tranfer failed after approval

    Hi All,    We have an unusual scenario where the PO is in "EIP"  status. The PO was originally in awaiting approval for a while until when it was approved, it went into Error in process status. In BBP_PD status shows Transfer failed - I1132. PO was c

  • How to handle the events of business object (BAPI)

    Hi, How to register to BAPI event and handle? For example, for a business object 'inv', there is an event as 'created'. I want to insert entry in a z table when an inv is created. I assume that the 'created' event is triggered when an inv is created.