Commands › SharePoint Online

Get-SPOGeoAdministrator

SharePoint Online Microsoft.Online.SharePoint.PowerShell Get-*

This cmdlet returns the SharePoint Online user or security group accounts with Global Admin privileges in the current multi-geo tenant.

Quick start script

# Get-SPOGeoAdministrator — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-SPOService -Url https://$org-admin.sharepoint.com

# 2. Run and inspect
Get-SPOGeoAdministrator | Format-List

# 3. Export for evidence / drift tracking
Get-SPOGeoAdministrator | Export-Clixml .\SPOGeoAdministrator-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-SPOGeoAdministrator [<CommonParameters>]

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.