diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOGeoAdministrator.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOGeoAdministrator.md index 78acfedba..cb1fca35b 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOGeoAdministrator.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOGeoAdministrator.md @@ -8,7 +8,7 @@ schema: 2.0.0 author: samkabue ms.author: speedta ms.reviewer: -ms.custom: has-azure-ad-ps-ref +ms.custom: no-azure-ad-ps-ref --- # Add-SPOGeoAdministrator @@ -73,7 +73,7 @@ Accept wildcard characters: False > Applicable: SharePoint Online -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). +Not all security groups have a group alias. If you want to add a security group that does not have an alias, run Get-EntraGroup 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). ```yaml Type: System.Guid diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Request-SPOPersonalSite.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Request-SPOPersonalSite.md index d146ae0de..b4e74b9a4 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Request-SPOPersonalSite.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Request-SPOPersonalSite.md @@ -8,7 +8,7 @@ schema: 2.0.0 author: samkabue ms.author: speedta ms.reviewer: -ms.custom: has-azure-ad-ps-ref +ms.custom: no-azure-ad-ps-ref --- # Request-SPOPersonalSite @@ -27,10 +27,10 @@ Request-SPOPersonalSite -UserEmails [-NoWait] [] The `Request-SPOPersonalSite` cmdlet requests that the users specified be enqueued so that a Personal Site be created for each. The actual Personal site is created by a Timer Job later. If the user already has a Personal Site created, the request for creation for the user will be silently ignored. -Note: -- You must specify a string array of user logins that contains one or more valid user email (logins) and cannot contain any empty fields. The command will stop if it encounters any empty strings in the array. A maximum of 200 users can be specified. -- The actor executing this cmdlet must be at least assigned the SharePoint Online administrator role and have been assigned a SharePoint Online license to be able to provision the OneDrive for Business sites. The users who the sites will be provisioned for must also have a SharePoint license assigned. -- This cmdlet is NOT OneDrive Multi-Geo aware. If you need to request Personal Sites for Multi-Geo enabled tenants, you must run this cmdlet for users in the region their data is to be hosted in. To retrieve users with a specific PDL, use the following sample: `Get-MSOLUser | Where {$_.PreferredDataLocation -eq "EUR"}`. +> [!NOTE] +> - You must specify a string array of user logins that contains one or more valid user email (logins) and cannot contain any empty fields. The command will stop if it encounters any empty strings in the array. A maximum of 200 users can be specified. +> - The actor executing this cmdlet must be at least assigned the SharePoint Online administrator role and have been assigned a SharePoint Online license to be able to provision the OneDrive for Business sites. The users who the sites will be provisioned for must also have a SharePoint license assigned. +> - This cmdlet is NOT OneDrive Multi-Geo aware. If you need to request Personal Sites for Multi-Geo enabled tenants, you must run this cmdlet for users in the region their data is to be hosted in. To retrieve users with a specific PDL, use the following sample: `Get-EntraUser | Where {$_.PreferredDataLocation -eq "EUR"}`. For more information and other examples, see [Pre-provision OneDrive for users in your organization](/sharepoint/pre-provision-accounts).