Get-PnPGeoAdministrator
SYNOPSIS
Returns SharePoint Online geo administrators.
SYNTAX
Get-PnPGeoAdministrator [-Connection <PnPConnection>]
DESCRIPTION
Returns the SharePoint Online geo administrators configured for the tenant.
EXAMPLES
EXAMPLE 1
Get-PnPGeoAdministrator
Returns all SharePoint Online geo administrators.
PARAMETERS
-Connection
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: PnPConnection
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
OUTPUTS
PnP.PowerShell.Commands.Model.GeoAdministrator
Returns objects with DisplayName, LoginName, MemberType, ObjectId, and GeoLocation properties.