How do I get a site collection administrator in PowerShell?
Emily Baldwin
Updated on March 03, 2026
How do I get a site collection administrator in PowerShell?
How To Get All Site Collection Administrators From SharePoint Online Site Collections Using PnP PowerShell
- # Input Parameters.
- $credentials=Get-Credential.
- # Connect to SharePoint Online.
- Connect-PnPOnline -Url $URL -Credentials $credentials.
- # Get the site collections.
- $siteColl=Get-PnPTenantSite.
Who is site collection administrator?
The SharePoint Site Collection Administrator can be thought of as a Super Owner. They have ultimate control over everything in the site collection that can be managed in the web interface. Site Collection Admins can manage the functionality of features such as Search, the Recycle Bin, Document ID, and more.
How do I find the admin of a website?
Navigate to the site collection in interest. Click on Site Setting gear >> choose Site Settings Menu Item. Under Site settings page, click on “Site Collection Administrator” link in “Users and Permissions” group. Here you’ll find all site collection administrators.
How do I find the collection administrator in SharePoint 2010?
Choose Settings→Site Collection Administrators. The Site Collection Administrators page appears.
How do I find a SharePoint collection admin?
If you want to get all site collection administrators of a SharePoint Online site,
- Click on Site Settings Gear, select Site Settings.
- On the Site Settings page, click on the “Site Collection Administrators” link under the “Users and Permission” group.
How do I access site collections SharePoint Online?
Access SharePoint Online administration center ().
- Click Manage site collections.
- In the navigation panel on left, click Site Collections.
- In the panel on the right, under Site Collections, select one or more site collections you want to crawl.
How do I get to site administration in SharePoint?
Option 2: Via SharePoint Admin Center
- Navigate to SharePoint Admin Center, by clicking on SharePoint under Admin Centers.
- Click on checkbox next to the site collection and then Owners button.
- In the pop-up, under Site Collections Administrators section, type the name of the individual and then click OK.
How do I find SharePoint Administrator?
How can I check who has Site Collection Admin access?
- From Site Collections Page in SharePoint Admin Center, click Owners > Manage Administrators.
- Next screen will show you who is an Admin for this site collection (you would access the same screen to add/remove admins as well)
Where is site collection administration in SharePoint?
Open the SharePoint Management Shell. Where: is the URL of the site collection to which you want to add a site collection administrator.
How do I find SharePoint administrator?
How do I add a site collection administration in SharePoint online using Powershell?
Add Site Collection Administrator in Modern / Group Connected SharePoint Online Sites:
- Click on Settings gear >> Site Permissions >> Click on “Advanced permissions settings”
- Click on “Site Collection Administrators” button in the ribbon.