Skip to content

Commit aa2cba4

Browse files
authored
Merge branch 'main' into docs-editor/Set-SPOTenant-1769408798
2 parents 3e14c13 + cc6aede commit aa2cba4

8 files changed

+27
-18
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/Get-SPOTenantApplyFileVersionPolicyJobProgress.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ manager: seanmc
1515

1616
## SYNOPSIS
1717

18-
Gets the status for a tenant apply file version policy job. SharePoint Advanced Management license is required to run this cmdlet.
18+
Gets the status for a tenant apply file version policy job. SharePoint Advanced Management license or Copilot license is required to run this cmdlet.
1919

2020
> [!NOTE]
2121
> This feature is currently in preview and may not be available in your tenant.
@@ -59,4 +59,6 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
5959

6060
[Remove-SPOTenantApplyFileVersionPolicyJob](Remove-SPOTenantApplyFileVersionPolicyJob.md)
6161

62-
[SharePoint Advanced Management](/sharepoint/sharepoint-advanced-management-licensing)
62+
[SharePoint Advanced Management](/sharepoint/sharepoint-advanced-management-licensing)
63+
64+
[Microsoft 365 Copilot](/copilot/microsoft-365/microsoft-365-copilot-licensing)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Get the structural navigation caching state for a web.
364364
Returns SharePoint Online organization properties.
365365

366366
### [Get-SPOTenantApplyFileVersionPolicyJobProgress](Get-SPOTenantApplyFileVersionPolicyJobProgress.md)
367-
Gets the status for a tenant apply file version policy job. SharePoint Advanced Management license is required to run this cmdlet.
367+
Gets the status for a tenant apply file version policy job. SharePoint Advanced Management license or Copilot license is required to run this cmdlet.
368368

369369
### [Get-SPOTenantCdnEnabled](Get-SPOTenantCdnEnabled.md)
370370
Returns whether Public content delivery network (CDN) or Private CDN is enabled on the tenant level. Requires Tenant administrator permissions.
@@ -487,7 +487,7 @@ Starts a background job to manage file versions and version history limits for a
487487
Creates a new sharing report job.
488488

489489
### [New-SPOTenantApplyFileVersionPolicyJob](New-SPOTenantApplyFileVersionPolicyJob.md)
490-
Queues a job to apply the tenant-level file version policy across all sites. SharePoint Advanced Management license is required to run this cmdlet.
490+
Queues a job to apply the tenant-level file version policy across all sites. SharePoint Advanced Management license or Copilot license is required to run this cmdlet.
491491

492492
### [Register-SPODataEncryptionPolicy](Register-SPODataEncryptionPolicy.md)
493493
Cmdlet to register customer encryption status for your geo tenant. For more information, see [Controlling your data in Office 365 using Customer Key](/microsoft-365/compliance/controlling-your-data-using-customer-key)
@@ -607,7 +607,7 @@ Cancels further processing of version settings update on existing document libra
607607
Tenant properties allow tenant administrators to add properties in the app catalog that can be read by various SharePoint Framework components. Because tenant properties are stored in the tenant app catalog, you must provide the tenant app catalog site collection URL or the site collection app catalog URL in the following cmdlets. This cmdlet is used to remove a value in the property bag.
608608

609609
### [Remove-SPOTenantApplyFileVersionPolicyJob](Remove-SPOTenantApplyFileVersionPolicyJob.md)
610-
Stops further processing of tenant apply file version policy job that is in progress. SharePoint Advanced Management license is required to run this cmdlet.
610+
Stops further processing of tenant apply file version policy job that is in progress. SharePoint Advanced Management license or Copilot license is required to run this cmdlet.
611611

612612
### [Remove-SPOTenantCdnOrigin](Remove-SPOTenantCdnOrigin.md)
613613
Removes a new origin from the Public or Private content delivery network (CDN). Requires Tenant administrator permissions.

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/New-SPOTenantApplyFileVersionPolicyJob.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ manager: seanmc
1515

1616
## SYNOPSIS
1717

18-
Queues a job to apply the tenant-level file version policy across all sites. SharePoint Advanced Management license is required to run this cmdlet.
18+
Queues a job to apply the tenant-level file version policy across all sites. SharePoint Advanced Management license or Copilot license is required to run this cmdlet.
1919

2020
> [!NOTE]
2121
> This feature is currently in preview and may not be available in your tenant.
@@ -150,3 +150,5 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
150150
[Get-SPOTenant](Get-SPOTenant.md)
151151

152152
[SharePoint Advanced Management](/sharepoint/sharepoint-advanced-management-licensing)
153+
154+
[Microsoft 365 Copilot](/copilot/microsoft-365/microsoft-365-copilot-licensing)

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOTenantApplyFileVersionPolicyJob.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ manager: seanmc
1515

1616
## SYNOPSIS
1717

18-
Stops further processing of tenant apply file version policy job that is in progress. SharePoint Advanced Management license is required to run this cmdlet.
18+
Stops further processing of tenant apply file version policy job that is in progress. SharePoint Advanced Management license or Copilot license is required to run this cmdlet.
1919

2020
> [!NOTE]
2121
> This feature is currently in preview and may not be available in your tenant.
@@ -95,3 +95,5 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
9595
[Get-SPOTenantApplyFileVersionPolicyJobProgress](Get-SPOTenantApplyFileVersionPolicyJobProgress.md)
9696

9797
[SharePoint Advanced Management](/sharepoint/sharepoint-advanced-management-licensing)
98+
99+
[Microsoft 365 Copilot](/copilot/microsoft-365/microsoft-365-copilot-licensing)

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

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5220,6 +5220,9 @@ The valid values are:
52205220
- False (default) - Starts with / partial name search functionality is available.
52215221
- True - Disables starts with for all users/partial name search functionality for all SharePoint users, except SharePoint Admins.
52225222

5223+
> [!NOTE]
5224+
> SharePoint site administrators can bypass the People Picker restrictions on sites they administer.
5225+
52235226
```yaml
52245227
Type: System.Boolean
52255228
Parameter Sets: (All)
@@ -5798,7 +5801,7 @@ This feature enables tenant admins to enable ODB and SPO to respect Exchange sup
57985801
PARAMVALUE: True | False
57995802

58005803
> [!NOTE]
5801-
> When set to $true, users aren't able to share with security groups or SharePoint groups.
5804+
> When set to $true, users aren't able to share with security groups or SharePoint groups. SharePoint site administrators can bypass the People Picker restrictions on sites they administer.
58025805

58035806
```yaml
58045807
Type: System.Boolean

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPODataAccessGovernanceInsight.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Start-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> -Workload
5353
### UserPermissionsParameterSet
5454
```
5555
Start-SPODataAccessGovernanceInsight -ReportEntity <ReportEntityEnum> -Workload <WorkloadEnum>
56-
-ReportType <ReportTypeEnum> -Name <String> -UserEmailList <System.Collections.Generic.List`1[System.String]>
56+
-ReportType <ReportTypeEnum> -Name <String> -UserPrincipalNames <System.Collections.Generic.List`1[System.String]>
5757
[<CommonParameters>]
5858
```
5959

@@ -227,9 +227,9 @@ Accept pipeline input: False
227227
Accept wildcard characters: False
228228
```
229229
230-
### -UserEmailList
230+
### -UserPrincipalNames
231231
232-
Specifies the email IDs of the users for whom permissions report should be generated.
232+
Specifies the user principal names of the users for whom permissions report should be generated.
233233
234234
```yaml
235235
Type: System.Collections.Generic.List`1[System.String]

0 commit comments

Comments
 (0)