Skip to content

Commit 47c8178

Browse files
Merge pull request #1099 from MicrosoftDocs/main
[AutoPublish] main to live - 01/27 13:31 PST | 01/28 03:01 IST
2 parents a19791e + 1f5593c commit 47c8178

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
author: samkabue
99
ms.author: speedta
1010
ms.reviewer:
11-
ms.custom: has-azure-ad-ps-ref
11+
ms.custom: no-azure-ad-ps-ref
1212
---
1313

1414
# Add-SPOGeoAdministrator
@@ -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-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).
7777
7878
```yaml
7979
Type: System.Guid

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Request-SPOPersonalSite.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
author: samkabue
99
ms.author: speedta
1010
ms.reviewer:
11-
ms.custom: has-azure-ad-ps-ref
11+
ms.custom: no-azure-ad-ps-ref
1212
---
1313

1414
# Request-SPOPersonalSite
@@ -27,10 +27,10 @@ Request-SPOPersonalSite -UserEmails <String[]> [-NoWait] [<CommonParameters>]
2727

2828
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.
2929

30-
Note:
31-
- 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.
32-
- 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.
33-
- 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"}`.
30+
> [!NOTE]
31+
> - 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.
32+
> - 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.
33+
> - 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"}`.
3434
3535
For more information and other examples, see [Pre-provision OneDrive for users in your organization](/sharepoint/pre-provision-accounts).
3636

0 commit comments

Comments
 (0)