Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ manager: seanmc

## SYNOPSIS

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

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

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

[SharePoint Advanced Management](/sharepoint/sharepoint-advanced-management-licensing)
[SharePoint Advanced Management](/sharepoint/sharepoint-advanced-management-licensing)

[Microsoft 365 Copilot](/copilot/microsoft-365/microsoft-365-copilot-licensing)
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Get the structural navigation caching state for a web.
Returns SharePoint Online organization properties.

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

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

### [New-SPOTenantApplyFileVersionPolicyJob](New-SPOTenantApplyFileVersionPolicyJob.md)
Queues a job to apply the tenant-level file version policy across all sites. SharePoint Advanced Management license is required to run this cmdlet.
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.

### [Register-SPODataEncryptionPolicy](Register-SPODataEncryptionPolicy.md)
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)
Expand Down Expand Up @@ -607,7 +607,7 @@ Cancels further processing of version settings update on existing document libra
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.

### [Remove-SPOTenantApplyFileVersionPolicyJob](Remove-SPOTenantApplyFileVersionPolicyJob.md)
Stops further processing of tenant apply file version policy job that is in progress. SharePoint Advanced Management license is required to run this cmdlet.
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.

### [Remove-SPOTenantCdnOrigin](Remove-SPOTenantCdnOrigin.md)
Removes a new origin from the Public or Private content delivery network (CDN). Requires Tenant administrator permissions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ manager: seanmc

## SYNOPSIS

Queues a job to apply the tenant-level file version policy across all sites. SharePoint Advanced Management license is required to run this cmdlet.
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.

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

[SharePoint Advanced Management](/sharepoint/sharepoint-advanced-management-licensing)

[Microsoft 365 Copilot](/copilot/microsoft-365/microsoft-365-copilot-licensing)
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ manager: seanmc

## SYNOPSIS

Stops further processing of tenant apply file version policy job that is in progress. SharePoint Advanced Management license is required to run this cmdlet.
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.

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

[SharePoint Advanced Management](/sharepoint/sharepoint-advanced-management-licensing)

[Microsoft 365 Copilot](/copilot/microsoft-365/microsoft-365-copilot-licensing)