Skip to content

Commit be1c125

Browse files
authored
Fix command for retrieving security group ObjectID
Updated the command to retrieve security groups from Get-MsolGroup to Get-EntralGroup.
1 parent dd6be43 commit be1c125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOGeoAdministrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Accept wildcard characters: False
7373
7474
> Applicable: SharePoint Online
7575
76-
Not all security groups have a group alias. If you want to add a security group that does not have an alias, run Get-MsolGroup to retrieve a list of groups, find your security group's ObjectID, and then use this parameter. For more information, see [Add or remove a geo administrator in Microsoft 365 Multi-Geo](/office365/enterprise/add-a-sharepoint-geo-admin).
76+
Not all security groups have a group alias. If you want to add a security group that does not have an alias, run Get-EntralGroup to retrieve a list of groups, find your security group's ObjectID, and then use this parameter. For more information, see [Add or remove a geo administrator in Microsoft 365 Multi-Geo](/office365/enterprise/add-a-sharepoint-geo-admin).
7777
7878
```yaml
7979
Type: System.Guid

0 commit comments

Comments
 (0)