diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOOrgAssetsLibrary.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOOrgAssetsLibrary.md index 5837a6eea..cbeaf7053 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOOrgAssetsLibrary.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOOrgAssetsLibrary.md @@ -27,7 +27,7 @@ Add-SPOOrgAssetsLibrary -LibraryUrl [-ThumbnailUrl ] [-OrgAsset ## DESCRIPTION -The Add-SPOOrgAssetsLibrary cmdlet designates a library to be a central location for organization assets across the tenant. Once this cmdlet is run, assets stored within this library are available to sites across the tenant. The name publicly displayed for the library will be the organization's name. Note that it may take from a couple of hours to a day for changes to be reflected. +The Add-SPOOrgAssetsLibrary cmdlet designates a library to be a central location for organization assets across the tenant. Once this cmdlet is run, assets stored within this library are available to sites across the tenant. The name publicly displayed for the library will be the organization's name. Note that it may take from a couple of hours to a day for changes to be reflected. ## EXAMPLES @@ -38,6 +38,7 @@ This example adds https://contoso.sharepoint.com/sites/branding/Assets as a desi ```powershell Add-SPOOrgAssetsLibrary -LibraryURL https://contoso.sharepoint.com/sites/branding/Assets -ThumbnailURL https://contoso.sharepoint.com/sites/branding/Assets/contosologo.jpg ``` + ### Example 2 This example adds https://contoso.sharepoint.com/sites/branding/Templates as a designated library for organization assets. Templates is the name of the SharePoint library added and will be the name publicly displayed for the library. The thumbnail publicly displayed for the library is contosologo.jpg, from that same library. OrgAssetType is the type of SharePoint library. @@ -71,7 +72,10 @@ Accept wildcard characters: False ``` ### -CopilotSearchable -{{ Fill CopilotSearchable Description }} + +> Applicable: SharePoint Online + +Specifies whether the library is made available to Microsoft 365 Copilot Search. ```yaml Type: System.Boolean @@ -104,7 +108,10 @@ Accept wildcard characters: False ``` ### -NoDefaultOrigins -{{ Fill NoDefaultOrigins Description }} + +> Applicable: SharePoint Online + +Specifies whether to provision default origins during activation of the CDN for organizational assets feature. ```yaml Type: System.Management.Automation.SwitchParameter @@ -159,6 +166,7 @@ Accept wildcard characters: False ``` ### -Confirm + Prompts you for confirmation before running the cmdlet. ```yaml @@ -174,6 +182,7 @@ Accept wildcard characters: False ``` ### -WhatIf + Shows what would happen if the cmdlet runs. The cmdlet is not run. diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOSiteDesign.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOSiteDesign.md index 326e555f1..67ef0dbbe 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOSiteDesign.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOSiteDesign.md @@ -66,7 +66,10 @@ Accept wildcard characters: False ``` ### -DesignPackageId -{{ Fill DesignPackageId Description }} + +> Applicable: SharePoint Online + +The ID of the design package associated with the site design. ```yaml Type: System.Guid @@ -208,6 +211,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTenant.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTenant.md index 014efe104..f2e516a7a 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTenant.md @@ -45,7 +45,10 @@ This example returns the organization-level site collection properties such as S ## PARAMETERS ### -ShowDetails -{{ Fill ShowDetails Description }} + +> Applicable: SharePoint Online + +Whether to show the detailed properties for each setting. ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTheme.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTheme.md index e34a97257..9a44a45dd 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTheme.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTheme.md @@ -19,6 +19,7 @@ ms.reviewer: ``` Get-SPOTheme [[-Name] ] [] ``` + ## DESCRIPTION The **Get-SPOTheme** cmdlet returns the settings for a named existing theme, or for all uploaded themes if no name is provided. @@ -78,7 +79,10 @@ Get-SPOTheme ## PARAMETERS ### -Name -{{ Fill Name Description }} + +> Applicable: SharePoint Online + +The name of the theme. ```yaml Type: System.String @@ -93,6 +97,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Invoke-SPOMigrationEncryptUploadSubmit.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Invoke-SPOMigrationEncryptUploadSubmit.md index 1c6095339..148344333 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Invoke-SPOMigrationEncryptUploadSubmit.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Invoke-SPOMigrationEncryptUploadSubmit.md @@ -21,6 +21,7 @@ Creates a new migration job in the target site collection. ## SYNTAX ### ImplicitSourceParameterSet + ``` Invoke-SPOMigrationEncryptUploadSubmit -MigrationSourceLocations -Credentials -TargetWebUrl [-NoLogFile] [-ParallelUpload] @@ -28,6 +29,7 @@ Invoke-SPOMigrationEncryptUploadSubmit -MigrationSourceLocations -SourcePackagePath -Credentials -TargetWebUrl [-NoLogFile] [-ParallelUpload] @@ -127,7 +129,10 @@ Accept wildcard characters: False ``` ### -ParallelUpload -{{ Fill ParallelUpload Description }} + +> Applicable: SharePoint Online + +Whether to enable parallel upload of files to Azure. ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/New-SPOSite.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/New-SPOSite.md index ecc312001..7ff8ce896 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/New-SPOSite.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/New-SPOSite.md @@ -80,7 +80,10 @@ Accept wildcard characters: False ``` ### -EnableAgreementsSolution -{{ Fill EnableAgreementsSolution Description }} + +> Applicable: SharePoint Online + +Whether to enable the Agreements Solution feature in the new site. ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Register-SPODataEncryptionPolicy.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Register-SPODataEncryptionPolicy.md index 9ac95dc76..137a254dc 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Register-SPODataEncryptionPolicy.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Register-SPODataEncryptionPolicy.md @@ -20,6 +20,7 @@ For more information, see [Controlling your data in Office 365 using Customer Ke ## SYNTAX ### BYOK_MultipleParameters (Default) + ``` Register-SPODataEncryptionPolicy -PrimaryKeyVaultName -PrimaryKeyName -PrimaryKeyVersion -SecondaryKeyVaultName -SecondaryKeyName @@ -27,6 +28,7 @@ Register-SPODataEncryptionPolicy -PrimaryKeyVaultName -PrimaryKeyName < ``` ### BYOK_Uri + ``` Register-SPODataEncryptionPolicy -PrimaryKeyVaultUri -SecondaryKeyVaultUri [-WhatIf] [-Confirm] [] @@ -44,6 +46,7 @@ For more information, see [Controlling your data in Office 365 using Customer Ke ```powershell Register-SPODataEncryptionPolicy -PrimaryKeyVaultName 'PKVaultName1' -PrimaryKeyName 'PrimaryKey1' -PrimaryKeyVersion 'f635a23bd4a44b9996ff6aadd88d42ba' -SecondaryKeyVaultName 'SKVaultName1' -SecondaryKeyName 'SecondaryKey2' -SecondaryKeyVersion '2b3e8f1d754f438dacdec1f0945f251a' ``` + This example registers the DEP used with SharePoint Online and OneDrive for Business to start using the given primary key. ## PARAMETERS @@ -85,7 +88,10 @@ Accept wildcard characters: False ``` ### -PrimaryKeyVaultUri -{{ Fill PrimaryKeyVaultUri Description }} + +> Applicable: SharePoint Online + +The Uri of the primary key vault ```yaml Type: System.Uri @@ -154,7 +160,10 @@ Accept wildcard characters: False ``` ### -SecondaryKeyVaultUri -{{ Fill SecondaryKeyVaultUri Description }} + +> Applicable: SharePoint Online + +The Uri of the secondary key vault ```yaml Type: System.Uri @@ -189,6 +198,7 @@ Accept wildcard characters: False ### -Confirm > Applicable: SharePoint Online + Prompts you for confirmation before running the cmdlet. ```yaml diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainer.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainer.md index 8f920510d..d0ace3117 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainer.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainer.md @@ -13,6 +13,7 @@ ms.reviewer: # Remove-SPOContainer ## SYNOPSIS + Sends a Container to the Recycle Bin. ## SYNTAX @@ -42,7 +43,10 @@ Example 1 places the Container with the `ContainerId` `423poi45-jikl-9bnm-b302-1 ## PARAMETERS ### -Force -{{ Fill Force Description }} + +> Applicable: SharePoint Online + +Whether to remove the container without prompting for confirmation. ```yaml Type: System.Management.Automation.SwitchParameter @@ -75,6 +79,7 @@ Accept wildcard characters: False ``` ### -Confirm + Prompts you for confirmation before running the cmdlet. ```yaml @@ -90,6 +95,7 @@ Accept wildcard characters: False ``` ### -WhatIf + Shows what would happen if the cmdlet runs. The cmdlet is not run. diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerType.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerType.md index 18e9279cd..2d74b4f25 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerType.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerType.md @@ -13,6 +13,7 @@ ms.reviewer: # Remove-SPOContainerType ## SYNOPSIS + This cmdlet removes the container type specified from the tenant. ## SYNTAX @@ -34,6 +35,7 @@ You must be a SharePoint Embedded Administrator to run this cmdlet. ```powershell Remove-SPOContainerTypeId -ContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604a8 ``` + In Example 1, the cmdlet asks for a confirmation on the remove action and on confirmation, deletes the trial container type. Example 1 places the container with the given ID into the recycle bin. The container will be permanently deleted from the recycle bin after 93 days unless the deleted container is [restored](./Restore-SPODeletedContainer.md) before permanent deletion. @@ -59,7 +61,10 @@ Accept wildcard characters: False ``` ### -Force -{{ Fill Force Description }} + +> Applicable: SharePoint Online + +Whether to remove the container type without prompting for confirmation. ```yaml Type: System.Management.Automation.SwitchParameter @@ -74,6 +79,7 @@ Accept wildcard characters: False ``` ### -Confirm + Prompts you for confirmation before running the cmdlet. ```yaml @@ -89,6 +95,7 @@ Accept wildcard characters: False ``` ### -WhatIf + Shows what would happen if the cmdlet runs. The cmdlet is not run. @@ -105,6 +112,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -126,4 +134,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-SPOContainerType](./Set-SPOContainerType.md) [Remove-SPOContainerType](./Get-SPOContainerType.md) - diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPODeletedContainer.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPODeletedContainer.md index 415fd7240..40b28ecdc 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPODeletedContainer.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPODeletedContainer.md @@ -45,7 +45,10 @@ This example removes a deleted Container with the `ContainerId` `b66f5b2e-4cbd-4 ## PARAMETERS ### -Force -{{ Fill Force Description }} + +> Applicable: SharePoint Online + +Whether to remove the deleted container without prompting for confirmation. ```yaml Type: System.Management.Automation.SwitchParameter @@ -78,6 +81,7 @@ Accept wildcard characters: False ``` ### -Confirm + Prompts you for confirmation before running the cmdlet. ```yaml @@ -93,6 +97,7 @@ Accept wildcard characters: False ``` ### -WhatIf + Shows what would happen if the cmdlet runs. The cmdlet is not run. @@ -127,4 +132,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online) [Remove-SPOContainer](./Remove-SPOContainer.md) - diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOGeoAdministrator.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOGeoAdministrator.md index 4a9faad24..e0b86e2f0 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOGeoAdministrator.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOGeoAdministrator.md @@ -19,16 +19,19 @@ Removes a new SharePoint user or security Group in the current Multi-Geo Tenant. ## SYNTAX ### User (Default) + ``` Remove-SPOGeoAdministrator [-UserPrincipalName] [] ``` ### Group + ``` Remove-SPOGeoAdministrator [-GroupAlias] [] ``` ### ObjectId + ``` Remove-SPOGeoAdministrator [-ObjectId] [] ``` @@ -66,7 +69,10 @@ Same as example 1, but using the LoginName parameter explicitly. ## PARAMETERS ### -GroupAlias -{{ Fill GroupAlias Description }} + +> Applicable: SharePoint Online + +The login name of the security group to be removed. ```yaml Type: System.String @@ -81,7 +87,10 @@ Accept wildcard characters: False ``` ### -ObjectId -{{ Fill ObjectId Description }} + +> Applicable: SharePoint Online + +The ID of the user or security group to be removed. ```yaml Type: System.Guid @@ -98,7 +107,8 @@ Accept wildcard characters: False ### -UserPrincipalName > Applicable: SharePoint Online -{{ Fill UserPrincipalName Description }} + +The login name of the user to be removed. ```yaml Type: System.String diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOUserInfo.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOUserInfo.md index a038e940e..0b4e7c41a 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOUserInfo.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOUserInfo.md @@ -15,6 +15,7 @@ ms.reviewer: ## SYNOPSIS Do not use. + ## SYNTAX ``` @@ -48,7 +49,10 @@ Accept wildcard characters: False ``` ### -RedactName -{{ Fill RedactName Description }} + +> Applicable: SharePoint Online + +Do not use. ```yaml Type: System.String diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOUserProfile.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOUserProfile.md index e5662870f..13595678a 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOUserProfile.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOUserProfile.md @@ -46,7 +46,7 @@ Example 1 removes a user who has the e-mail address joe.healy@contoso.com from t > Applicable: SharePoint Online -Specifies the login name of the user which user profile is deleted. +Specifies the login name of the user profile to be deleted. ```yaml Type: System.String @@ -61,7 +61,10 @@ Accept wildcard characters: False ``` ### -UserId -{{ Fill UserId Description }} + +> Applicable: SharePoint Online + +Specifies the ID of the user profile to be deleted. ```yaml Type: System.String diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Restore-SPODataEncryptionPolicy.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Restore-SPODataEncryptionPolicy.md index a0c1daa87..8edf1ea8f 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Restore-SPODataEncryptionPolicy.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Restore-SPODataEncryptionPolicy.md @@ -20,6 +20,7 @@ For more information, see [Controlling your data in Office 365 using Customer Ke ## SYNTAX ### BYOK_MultipleParameters + ``` Restore-SPODataEncryptionPolicy -PrimaryKeyVaultName -PrimaryKeyName -PrimaryKeyVersion -SecondaryKeyVaultName -SecondaryKeyName @@ -27,6 +28,7 @@ Restore-SPODataEncryptionPolicy -PrimaryKeyVaultName -PrimaryKeyName -SecondaryKeyVaultUri [] ``` @@ -43,6 +45,7 @@ For more information, see [Controlling your data in Office 365 using Customer Ke ```powershell Restore-SPODataEncryptionPolicy -PrimaryKeyVaultName 'PKVaultName1' -PrimaryKeyName 'PrimaryKey1' -PrimaryKeyVersion 'f635a23bd4a44b9996ff6aadd88d42ba' -SecondaryKeyVaultName 'SKVaultName1' -SecondaryKeyName 'SecondaryKey2' -SecondaryKeyVersion '2b3e8f1d754f438dacdec1f0945f251a' ``` + This example restores the DEP used with SharePoint Online and OneDrive for Business to the given keys. ## PARAMETERS @@ -84,7 +87,10 @@ Accept wildcard characters: False ``` ### -PrimaryKeyVaultUri -{{ Fill PrimaryKeyVaultUri Description }} + +> Applicable: SharePoint Online + +The Uri of the primary key vault. ```yaml Type: System.Uri @@ -153,7 +159,10 @@ Accept wildcard characters: False ``` ### -SecondaryKeyVaultUri -{{ Fill SecondaryKeyVaultUri Description }} + +> Applicable: SharePoint Online + +The Uri of the secondary key vault. ```yaml Type: System.Uri @@ -186,6 +195,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerType.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerType.md index 5b2175ea8..d46017312 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerType.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerType.md @@ -19,24 +19,28 @@ Sets or updates one or more property values of a trial, standard or a direct to ## SYNTAX ### ContainerTypeName + ``` Set-SPOContainerType -ContainerTypeId [-ContainerTypeName] [-WhatIf] [-Confirm] [] ``` ### OwningApplicationId + ``` Set-SPOContainerType -ContainerTypeId [-OwningApplicationId] [-WhatIf] [-Confirm] [] ``` ### AzureSubscriptionId + ``` Set-SPOContainerType -ContainerTypeId [[-AzureSubscriptionId] ] [-ResourceGroup] [-WhatIf] [-Confirm] [] ``` ### ApplicationRedirectUrl + ``` Set-SPOContainerType -ContainerTypeId [-ApplicationRedirectUrl] [-WhatIf] [-Confirm] [] @@ -75,11 +79,13 @@ In Example 2, the billing profile of the container type is updated. ```powershell Set-SPOContainerType -ContainerTypeId 01f62754-0873-4ec6-ab4a-3eed48ba8be7 -OwningApplicationId 994b9586-253e-4a77-b51 - ContainerTypeName 'Blue Container Type' ``` + In Example 3, the trial container type name is updated as 'Blue Container Type' ## PARAMETERS ### -ApplicationRedirectUrl + This parameter sets the application redirect Url for the container type. ```yaml @@ -95,6 +101,7 @@ Accept wildcard characters: False ``` ### -AzureSubscriptionId + Use this parameter to set the Azure billing subscription ID you wish to attach to the container type. ```yaml @@ -110,6 +117,7 @@ Accept wildcard characters: False ``` ### -ContainerTypeId + Use this parameter to enter the container type ID ```yaml @@ -125,6 +133,7 @@ Accept wildcard characters: False ``` ### -ContainerTypeName + Use this parameter to pass the conatiner type name you intend to use for the container type ```yaml @@ -139,22 +148,8 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -OwningApplicationId -{{ Fill OwningApplicationId Description }} - -```yaml -Type: System.Guid -Parameter Sets: OwningApplicationId -Aliases: - -Required: True -Position: 0 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroup + Use this parameter to set the Azure resource group of the associated Azure billing subscription you intend to attach to the container type. ```yaml @@ -170,6 +165,7 @@ Accept wildcard characters: False ``` ### -Confirm + Prompts you for confirmation before running the cmdlet. ```yaml @@ -185,6 +181,7 @@ Accept wildcard characters: False ``` ### -WhatIf + Shows what would happen if the cmdlet runs. The cmdlet is not run. @@ -201,6 +198,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -222,4 +220,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-SPOContainerType](./Get-SPOContainerType.md) [Remove-SPOContainerType](./Remove-SPOContainerType.md) - diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOHomeSite.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOHomeSite.md index 377b895d5..93eb577e6 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOHomeSite.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOHomeSite.md @@ -35,6 +35,7 @@ Use this cmdlet to set a SharePoint Site as a Home Site. A home site is a commun Set-SPOHomeSite -HomeSiteUrl "https://contoso.sharepoint.com/sites/homesite" This example set the site collection at ** as SharePoint Online Home Site. ``` + ### Example 2 ```powershell @@ -45,7 +46,10 @@ Sets the home site to the provided site collection url and keeps the Viva Connec ## PARAMETERS ### -DraftMode -{{ Fill DraftMode Description }} + +> Applicable: SharePoint Online + +Whether to set the home site to draft mode. ```yaml Type: System.Boolean @@ -60,7 +64,10 @@ Accept wildcard characters: False ``` ### -Force -{{ Fill Force Description }} + +> Applicable: SharePoint Online + +Whether to set the home site without prompting for confirmation. ```yaml Type: System.Management.Automation.SwitchParameter @@ -91,6 +98,7 @@ Accept wildcard characters: False ``` ### -VivaConnectionsDefaultStart + When set to $true, the VivaConnectionsDefaultStart parameter will keep the Viva Connections landing experience to the SharePoint home site for the desktop experience. If set to $false, the Viva Connections home experience will be used. This command doesn't impact the mobile experience. ```yaml diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOHubSite.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOHubSite.md index 961732712..359af4ba1 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOHubSite.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOHubSite.md @@ -64,7 +64,10 @@ Accept wildcard characters: False ``` ### -EnablePermissionsSync -{{ Fill EnablePermissionsSync Description }} + +> Applicable: SharePoint Online + +Whether to enable permission sync to the associated sites. ```yaml Type: System.Boolean @@ -79,7 +82,10 @@ Accept wildcard characters: False ``` ### -HideNameInNavigation -{{ Fill HideNameInNavigation Description }} + +> Applicable: SharePoint Online + +Whether to include the hub site name and logo in the hub site navigation. ```yaml Type: System.Boolean @@ -184,6 +190,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOMigrationPackageAzureSource.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOMigrationPackageAzureSource.md index e0fe5212f..df7e150f7 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOMigrationPackageAzureSource.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOMigrationPackageAzureSource.md @@ -19,6 +19,7 @@ Cmdlet to create Azure containers, upload migration package files into the appro ## SYNTAX ### ImplicitSourceExplicitAzure + ``` Set-SPOMigrationPackageAzureSource -MigrationSourceLocations [-FileContainerName ] [-PackageContainerName ] [-AzureQueueName ] @@ -28,6 +29,7 @@ Set-SPOMigrationPackageAzureSource -MigrationSourceLocations -MigrationPackageAzureLocations @@ -37,6 +39,7 @@ Set-SPOMigrationPackageAzureSource -MigrationSourceLocations -SourcePackagePath [-FileContainerName ] [-PackageContainerName ] [-AzureQueueName ] @@ -46,6 +49,7 @@ Set-SPOMigrationPackageAzureSource -SourceFilesPath -SourcePackagePath ``` ### ExplicitSourceImplicitAzure + ``` Set-SPOMigrationPackageAzureSource -SourceFilesPath -SourcePackagePath -MigrationPackageAzureLocations @@ -313,7 +317,10 @@ Accept wildcard characters: False ``` ### -ParallelUpload -{{ Fill ParallelUpload Description }} + +> Applicable: SharePoint Online + +Whether to enable parallel upload of files to Azure. ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOOrgAssetsLibrary.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOOrgAssetsLibrary.md index 60561876e..ffd618e19 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOOrgAssetsLibrary.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOOrgAssetsLibrary.md @@ -65,7 +65,10 @@ Set-SPOOrgAssetsLibrary -LibraryURL sites/branding/Templates -OrgAssetType Image ## PARAMETERS ### -CopilotSearchable -{{ Fill CopilotSearchable Description }} + +> Applicable: SharePoint Online + +Specifies whether the library is made available to Microsoft 365 Copilot Search. ```yaml Type: System.Boolean @@ -140,6 +143,7 @@ Accept wildcard characters: False ``` ### -Confirm + Prompts you for confirmation before running the cmdlet. ```yaml @@ -155,6 +159,7 @@ Accept wildcard characters: False ``` ### -WhatIf + Shows what would happen if the cmdlet runs. The cmdlet is not run. @@ -171,6 +176,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md index 7ed860f30..a6d4559a0 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md @@ -68,66 +68,77 @@ Set-SPOSite [-Identity] [-Owner ] [-Title ] [- ``` ### ParamSet2 + ``` Set-SPOSite [-Identity] -EnablePWA [-InformationBarriersMode ] [-WhatIf] [-Confirm] [] ``` ### ParamSet3 + ``` Set-SPOSite [-Identity] [-DisableSharingForNonOwners] [-InformationBarriersMode ] [-WhatIf] [-Confirm] [] ``` ### ParamSet5 + ``` Set-SPOSite [-Identity] [-RemoveLabel] [-InformationBarriersMode ] [-WhatIf] [-Confirm] [] ``` ### AddInformationBarrierSegments + ``` Set-SPOSite [-Identity] [-AddInformationSegment ] [-InformationBarriersMode ] [-WhatIf] [-Confirm] [] ``` ### RemoveInformationBarrierSegments + ``` Set-SPOSite [-Identity] [-RemoveInformationSegment ] [-InformationBarriersMode ] [-WhatIf] [-Confirm] [] ``` ### ClearLockDown + ``` Set-SPOSite [-Identity] [-InformationBarriersMode ] [-ClearSharingLockDown] [-WhatIf] [-Confirm] [] ``` ### AddRestrictedAccessControlGroups + ``` Set-SPOSite [-Identity] [-InformationBarriersMode ] [-AddRestrictedAccessControlGroups ] [-WhatIf] [-Confirm] [] ``` ### RemoveRestrictedAccessControlGroups + ``` Set-SPOSite [-Identity] [-InformationBarriersMode ] [-RemoveRestrictedAccessControlGroups ] [-WhatIf] [-Confirm] [] ``` ### ClearRestrictedAccessControl + ``` Set-SPOSite [-Identity] [-InformationBarriersMode ] [-ClearRestrictedAccessControl] [-WhatIf] [-Confirm] [] ``` ### InheritVersionPolicyFromTenant + ``` Set-SPOSite [-Identity] [-InformationBarriersMode ] [-InheritVersionPolicyFromTenant] [-WhatIf] [-Confirm] [] ``` ### SetSiteFileVersionPolicy + ``` Set-SPOSite [-Identity] [-InformationBarriersMode ] [-EnableAutoExpirationVersionTrim ] [-ExpireVersionsAfterDays ] [-MajorVersionLimit ] @@ -136,6 +147,7 @@ Set-SPOSite [-Identity] [-InformationBarriersMode ] ``` ### ClearGroupId + ``` Set-SPOSite [-Identity] [-InformationBarriersMode ] [-ClearGroupId] [-WhatIf] [-Confirm] [] @@ -442,6 +454,7 @@ Accept wildcard characters: False ### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled > Applicable: SharePoint Online + Enables or disables web property bag updates. When `AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled` is set to `$true`, the web property bag can be updated even if the Add And Customize Pages right is denied on the site collection. PARAMVALUE: True | False @@ -603,7 +616,10 @@ Accept wildcard characters: False ``` ### -BlockGuestsAsSiteAdmin -{{ Fill BlockGuestsAsSiteAdmin Description }} + +> Applicable: SharePoint Online + +Whether to block guests as site admins. ```yaml Type: Microsoft.SharePoint.Client.SharingState @@ -651,7 +667,10 @@ Accept wildcard characters: False ``` ### -ClearSharingLockDown -{{ Fill ClearSharingLockDown Description }} + +> Applicable: SharePoint Online + +Whether to clear the sharing lockdown for the site. ```yaml Type: System.Management.Automation.SwitchParameter @@ -756,7 +775,10 @@ Accept wildcard characters: False ``` ### -DefaultLinkToExistingAccessReset -{{ Fill DefaultLinkToExistingAccessReset Description }} + +> Applicable: SharePoint Online + +Whether to reset the default link to existing access to the site. ```yaml Type: System.Management.Automation.SwitchParameter @@ -1268,7 +1290,10 @@ Accept wildcard characters: False ``` ### -ListsShowHeaderAndNavigation -{{ Fill ListsShowHeaderAndNavigation Description }} + +> Applicable: SharePoint Online + +Whether users see the full SharePoint chrome when they open a list. ```yaml Type: System.Boolean @@ -1283,6 +1308,7 @@ Accept wildcard characters: False ``` ### -LocaleId + Specifies the language of this site collection. For more information, see Locale IDs Assigned by Microsoft (https://go.microsoft.com/fwlink/p/?LinkId=242911) (https://go.microsoft.com/fwlink/p/?LinkId=242911). @@ -1460,6 +1486,7 @@ Accept wildcard characters: False Choose whether to override the Block User Info Visibility policy on this site. PARAMVALUE: + - OrganizationDefault (default) - Respect the organization-level Block User Info Visibility policy. - ApplyToNoUsers – No users are prevented from accessing User Info when they have Limited Access permission only on the site. - ApplyToAllUsers – All users (internal or external) are prevented from accessing User Info if they have Limited Access permission only on the site. @@ -1694,6 +1721,7 @@ Accept wildcard characters: False ``` ### -ResourceQuota + Specifies the resource quota in megabytes of the site collection. The default value is 0. For more information, see Resource Usage Limits on Sandboxed Solutions in SharePoint 2010 (https://msdn.microsoft.com/en-us/library/gg615462.aspx) (https://msdn.microsoft.com/en-us/library/gg615462.aspx). @@ -2064,7 +2092,10 @@ Accept wildcard characters: False ``` ### -UpdateUserTypeFromAzureAD -{{ Fill UpdateUserTypeFromAzureAD Description }} + +> Applicable: SharePoint Online + +Whether to update user types for all users in the site to match what's in Entra. ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSiteArchiveState.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSiteArchiveState.md index 8a68100e9..b37f12b32 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSiteArchiveState.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSiteArchiveState.md @@ -68,7 +68,10 @@ Accept wildcard characters: False ``` ### -Force -{{ Fill Force Description }} + +> Applicable: SharePoint Online + +Whether to set the site archived state without prompting for confirmation. ```yaml Type: System.Management.Automation.SwitchParameter @@ -83,7 +86,10 @@ Accept wildcard characters: False ``` ### -Identity -{{ Fill Identity Description }} + +> Applicable: SharePoint Online + +Identity of the site to archive or reactivate. ```yaml Type: Microsoft.Online.SharePoint.PowerShell.SpoSitePipeBind @@ -98,7 +104,10 @@ Accept wildcard characters: False ``` ### -NoWait -{{ Fill NoWait Description }} + +> Applicable: SharePoint Online + +Whether to not wait for the operation to complete. ```yaml Type: System.Management.Automation.SwitchParameter @@ -113,6 +122,7 @@ Accept wildcard characters: False ``` ### -Confirm + Prompts you for confirmation before running the cmdlet. ```yaml @@ -128,6 +138,7 @@ Accept wildcard characters: False ``` ### -WhatIf + Shows what would happen if the cmdlet runs. The cmdlet is not run. @@ -144,6 +155,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSiteDesign.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSiteDesign.md index 281e52b92..210bc4c90 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSiteDesign.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSiteDesign.md @@ -26,7 +26,8 @@ Set-SPOSiteDesign [-Identity] [-Title ] [-WebTem ``` ## DESCRIPTION -{{ Fill in the Description }} + +Updates a previously uploaded site design. ## EXAMPLES @@ -47,7 +48,7 @@ Set-SPOSiteDesign ` ## DESCRIPTION -Updates a previously uploaded site design. +This cmdlet updates a previously uploaded site design. ## PARAMETERS @@ -70,7 +71,10 @@ Accept wildcard characters: False ``` ### -DesignPackageId -{{ Fill DesignPackageId Description }} + +> Applicable: SharePoint Online + +The new design package to associate with this site design. ```yaml Type: System.Guid @@ -211,7 +215,10 @@ Accept wildcard characters: False ``` ### -Version -{{ Fill Version Description }} + +> Applicable: SharePoint Online + +The new version number of the site design. ```yaml Type: System.Int32 diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md index b8915ec11..be5a3fc5a 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -19,6 +19,7 @@ Sets properties on the SharePoint Online organization. ## SYNTAX ### None (Default) + ``` Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-ExternalServicesEnabled ] [-NoAccessRedirectUrl ] [-ArchiveRedirectUrl ] @@ -132,6 +133,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] ``` ### ParameterSetContentTypeSyncSiteTemplatesList + ``` Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-ExternalServicesEnabled ] [-NoAccessRedirectUrl ] [-ArchiveRedirectUrl ] @@ -245,6 +247,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] ``` ### ParamSetMultipleSites + ``` Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-ExternalServicesEnabled ] [-NoAccessRedirectUrl ] [-ArchiveRedirectUrl ] @@ -360,6 +363,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] ``` ### InformationBarrier + ``` Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-ExternalServicesEnabled ] [-NoAccessRedirectUrl ] [-ArchiveRedirectUrl ] @@ -607,6 +611,7 @@ This example enables users to share with all external collaborators except for t ```powershell Set-SPOTenant -EnableVersionExpirationSetting $true ``` + The `EnableVersionExpirationSetting` parameter is no longer active, this feature is now automatically enabled for each tenant. Setting `EnableVersionExpirationSetting` to false would not disable the feature. [Learn more about Version History Settings](/sharepoint/document-library-version-history-limits) @@ -648,6 +653,7 @@ Set-SPOTenant –WhoCanShareAnonymousAllowList @() This example empties the WhoCanShareAnonymousAllowList. Similar code works for the WhoCanShareAuthenticatedGuestAllowList. ### EXAMPLE 21 + ```powershell Set-SPOTenant -DisabledAdaptiveCardExtensionIds 0d2d0fd0-9489-47ef-acfb-90edca009cba ``` @@ -811,6 +817,7 @@ The valid values are: * True - Classic publishing site collections can be created and the publishing features can be activated in sites. ```yaml + Type: System.Boolean Parameter Sets: (All) Aliases: @@ -1023,6 +1030,7 @@ Accept wildcard characters: False ``` ### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled + Enables or disables web property bag updates in all sites in the tenant. When `AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled` is set to `$true`, the web property bag can be updated even if the Add And Customize Pages right is denied on a site collection. PARAMVALUE: True | False @@ -1115,7 +1123,10 @@ Accept wildcard characters: False ``` ### -AppOnlyBypassPeoplePickerPolicies -{{ Fill AppOnlyBypassPeoplePickerPolicies Description }} + +> Applicable: SharePoint Online + +Whether app-only bypasses people-picker policies. ```yaml Type: System.Boolean @@ -1130,7 +1141,10 @@ Accept wildcard characters: False ``` ### -ArchiveRedirectUrl -{{ Fill ArchiveRedirectUrl Description }} + +> Applicable: SharePoint Online + +Url to use to contact the administrator in the archived error page. ```yaml Type: System.String @@ -1145,7 +1159,10 @@ Accept wildcard characters: False ``` ### -AuthContextResilienceMode -{{ Fill AuthContextResilienceMode Description }} + +> Applicable: SharePoint Online + +The authentication context resilience mode. ```yaml Type: Microsoft.SharePoint.Administration.SPResilienceModeType @@ -1278,7 +1295,10 @@ Accept wildcard characters: False ``` ### -BlockAppAccessWithAuthenticationContext -{{ Fill BlockAppAccessWithAuthenticationContext Description }} + +> Applicable: SharePoint Online + +Whether to block app access via authentication context. ```yaml Type: System.Boolean @@ -1296,7 +1316,6 @@ Accept wildcard characters: False Specifies the list of file type IDs that BlockDownloadFileTypePolicy applies to. - The valid values are: - TeamsMeetingRecording @@ -1435,6 +1454,7 @@ Accept wildcard characters: False Blocks users from accessing User Info if they have Limited Access permission only to a SharePoint site. The policy applies to all SharePoint sites in the organization. The valid values are: + - ApplyToNoUsers (default) – No users are prevented from accessing User Info when they have Limited Access permission only to a SharePoint site. - ApplyToAllUsers – All users (internal or external) are prevented from accessing User Info if they have Limited Access permission only to a SharePoint site. - ApplyToGuestAndExternalUsers – Only external or guest users are prevented from accessing User Info if they have Limited Access permission only to a SharePoint site. @@ -1455,6 +1475,7 @@ Accept wildcard characters: False ### -BusinessConnectivityServiceDisabled > Applicable: SharePoint Online + Prevents access to features that depend on the Business Connectivity Service (BCS), including external lists, external columns, and external content types. PARAMVALUE: True | False @@ -1532,7 +1553,7 @@ Accept wildcard characters: False > Applicable: SharePoint Online -Please read [Control access from unmanaged devices](/sharepoint/control-access-from-unmanaged-devices ) documentation here to understand Conditional Access Policy usage in SharePoint Online. +Please read [Control access from unmanaged devices](/sharepoint/control-access-from-unmanaged-devices) documentation here to understand Conditional Access Policy usage in SharePoint Online. PARAMVALUE: AllowFullAccess | AllowLimitedAccess | BlockAccess @@ -1606,7 +1627,10 @@ Accept wildcard characters: False ``` ### -CoreBlockGuestsAsSiteAdmin -{{ Fill CoreBlockGuestsAsSiteAdmin Description }} + +> Applicable: SharePoint Online + +Whether to block guests as site admins on core partition. ```yaml Type: Microsoft.SharePoint.Client.SharingState @@ -1643,6 +1667,7 @@ Accept wildcard characters: False This parameter sets the default share link role on SharePoint sites. It replaces the `DefaultLinkPermission`. The valid values are: + - `None`: No permissions granted. - `View`: View-only permissions. - `Edit`: Edit permissions. @@ -1666,6 +1691,7 @@ Accept wildcard characters: False This parameter sets the default share link scope on SharePoint sites. It replaces the `DefaultSharingLinkType`. The valid values are: + - `Anyone`: Anyone with the link can access the content. - `Organization`: Only people within the organization can access the content. - `SpecificPeople`: Only specific individuals (specified by the user) can access the content. @@ -1912,7 +1938,10 @@ Accept wildcard characters: False ``` ### -DelayDenyAddAndCustomizePagesEnforcement -{{ Fill DelayDenyAddAndCustomizePagesEnforcement Description }} + +> Applicable: SharePoint Online + +Whether to delay enforcing custom scripts setting. ```yaml Type: System.Boolean @@ -1957,6 +1986,7 @@ Accept wildcard characters: False Allows SharePoint administrators to delegate the management of Restricted access control policy on sites to site admins and owners. The valid values are: + - True - Allow site admins and owners to manage Restricted access control policy - False (default) - Do not allow site admins and owners to manage Restricted access control policy @@ -1979,6 +2009,7 @@ Accept wildcard characters: False Allows SharePoint administrators to delegate the management of Restricted content discoverability policy on sites to site admins and owners. The valid values are: + - True - Allow site admins and owners to manage Restricted content discoverability policy - False (default) - Do not allow site admins and owners to manage Restricted content discoverability policy @@ -2090,9 +2121,9 @@ Accept wildcard characters: False Allows administrators to prevent certain Adaptive Card Extensions from being added to pages or rendering on pages on which they were previously added. Currently, only the following Adaptive Card Extensions can be disabled in such a manner: -| Adaptive Card Extension Name | GUID | -|---|---| -| Power Apps | 0d2d0fd0-9489-47ef-acfb-90edca009cba | +| Adaptive Card Extension Name | GUID | +| ---------------------------- | ------------------------------------ | +| Power Apps | 0d2d0fd0-9489-47ef-acfb-90edca009cba | To disable a specific Adaptive Card Extension, you need to enter its GUID as the parameter. To view a list of disabled Adaptive Card Extensions, use [Get-SPOTenant](Get-SPOTenant.md) to get `DisabledAdaptiveCardExtensionIds`. @@ -2771,7 +2802,10 @@ Accept wildcard characters: False ``` ### -EnableTenantRestrictionsInsights -{{ Fill EnableTenantRestrictionsInsights Description }} + +> Applicable: SharePoint Online + +Whether to enable the tenant restrictions policy insights. ```yaml Type: System.Boolean @@ -3260,7 +3294,10 @@ Accept wildcard characters: False ``` ### -IsFluidEnabled -{{ Fill IsFluidEnabled Description }} + +> Applicable: SharePoint Online + +Whether the Fluid Framework is enabled. ```yaml Type: System.Boolean @@ -3729,21 +3766,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ODBMembersCanShare -{{ Fill ODBMembersCanShare Description }} - -```yaml -Type: Microsoft.SharePoint.Client.SharingState -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -OfficeClientADALDisabled > Applicable: SharePoint Online @@ -3812,6 +3834,7 @@ Accept wildcard characters: False This parameter sets the default share link role on OneDrive sites. It replaces the `DefaultLinkPermission`. The valid values are: + - `None`: No permissions granted. - `View`: View-only permissions. - `Edit`: Edit permissions. @@ -3835,6 +3858,7 @@ Accept wildcard characters: False This parameter sets the default share link scope on OneDrive sites. It replaces the `DefaultSharingLinkType`. The valid values are: + - `Anyone`: Anyone with the link can access the content. - `Organization`: Only people within the organization can access the content. - `SpecificPeople`: Only specific individuals (specified by the user) can access the content. @@ -4318,21 +4342,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -RecycleBinRetentionPeriod -{{ Fill RecycleBinRetentionPeriod Description }} - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ReduceTempTokenLifetimeEnabled > Applicable: SharePoint Online @@ -4352,21 +4361,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ReduceTempTokenLifetimeEnabled -{{ Fill ReduceTempTokenLifetimeEnabled Description }} - -```yaml -Type: System.Boolean -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ReduceTempTokenLifetimeValue > Applicable: SharePoint Online @@ -4384,22 +4378,8 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ReduceTempTokenLifetimeValue -{{ Fill ReduceTempTokenLifetimeValue Description }} - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -RequireAcceptingAccountMatchInvitedAccount + This parameter has been deprecated since SharePoint Online legacy invitation flow switched to Entra B2B invitation flow. ```yaml @@ -4461,7 +4441,10 @@ Accept wildcard characters: False ``` ### -RestrictedAccessControlForOneDriveErrorHelpLink -{{ Fill RestrictedAccessControlForOneDriveErrorHelpLink Description }} + +> Applicable: SharePoint Online + +Sets the link to organization help page in case of access denied due to restricted access control policy. ```yaml Type: System.String @@ -4495,9 +4478,9 @@ Accept wildcard characters: False > Applicable: SharePoint Online -Controls whether resource accounts used by Teams Rooms and Devices can retain access to files after the meeting/collaboration is complete. Setting this to True prevents devices from accessing files and other Microsoft 365 assets when not actively in-use. +Controls whether resource accounts used by Teams Rooms and Devices can retain access to files after the meeting/collaboration is complete. Setting this to True prevents devices from accessing files and other Microsoft 365 assets when not actively in-use. -PARAMVALUE: True | False +PARAMVALUE: True | False > [!NOTE] > This feature is currently in preview and may not be available in your tenant. @@ -4557,21 +4540,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ReSyncTenantPrivacyProfile -{{ Fill ReSyncTenantPrivacyProfile Description }} - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SearchResolveExactEmailOrUPN > Applicable: SharePoint Online @@ -4597,21 +4565,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -SelfServiceSiteCreationDisabled -{{ Fill SelfServiceSiteCreationDisabled Description }} - -```yaml -Type: System.Boolean -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SelfServiceSiteCreationDisabled > Applicable: SharePoint Online @@ -4819,7 +4772,10 @@ Accept wildcard characters: False ``` ### -ShowOpenInDesktopOptionForSyncedFiles -{{ Fill ShowOpenInDesktopOptionForSyncedFiles Description }} + +> Applicable: SharePoint Online + +Sets whether the Open in Desktop setting should be enabled. ```yaml Type: System.Boolean @@ -5051,7 +5007,10 @@ Accept wildcard characters: False ``` ### -StreamLaunchConfig -{{ Fill StreamLaunchConfig Description }} + +> Applicable: SharePoint Online + +Sets the Stream Launch config state. ```yaml Type: System.Int32 @@ -5084,7 +5043,10 @@ Accept wildcard characters: False ``` ### -SyncPrivacyProfileProperties -{{ Fill SyncPrivacyProfileProperties Description }} + +> Applicable: SharePoint Online + +Sets whether the synced privacy profile properties will be refreshed on the next request. ```yaml Type: System.Boolean @@ -5099,7 +5061,10 @@ Accept wildcard characters: False ``` ### -TlsTokenBindingPolicyValue -{{ Fill TlsTokenBindingPolicyValue Description }} + +> Applicable: SharePoint Online + +Sets the Transport Layer Security (TLS) token binding policy setting. ```yaml Type: Microsoft.Online.SharePoint.TenantManagement.SPOTlsTokenBindingPolicyValue @@ -5135,6 +5100,7 @@ Default value: None Accept pipeline input: False Accept wildcard characters: False ``` + ### -UsePersistentCookiesForExplorerView > Applicable: SharePoint Online @@ -5222,7 +5188,6 @@ To set this list to be a specific security group, you need to enter its GUID as can enter multiple GUIDs by using commas to separate them. To view the current list, use [Get-SPOTenant](Get-SPOTenant.md). - ```yaml Type: System.Guid[] Parameter Sets: (All) @@ -5276,6 +5241,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenantSyncClientRestriction.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenantSyncClientRestriction.md index e7f4b7777..799fcff86 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenantSyncClientRestriction.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenantSyncClientRestriction.md @@ -19,21 +19,25 @@ Controls tenant-wide options and restrictions specific to syncing files. ## SYNTAX ### Blocking + ``` Set-SPOTenantSyncClientRestriction [-Enable] [-DomainGuids ] [-BlockMacSync] [] ``` ### FileExclusion + ``` Set-SPOTenantSyncClientRestriction [-ExcludedFileExtensions ] [] ``` ### GrooveBlockOptions + ``` Set-SPOTenantSyncClientRestriction [-GrooveBlockOption ] [] ``` ### ReportProblemDialogFeature + ``` Set-SPOTenantSyncClientRestriction -DisableReportProblemDialog [] ``` @@ -59,32 +63,32 @@ The **Set-SPOTenantSyncClientRestriction** cmdlet is used to control a variety o The **Set-SPOTenantSyncClientRestriction** cmdlet can be used to enable the feature for tenancy and set the domain GUIDs in the safe recipients list. When this feature is enabled it can take up to 24 hours for the change to take effect. However, any changes to the safe domains list are reflected within five minutes. > [!IMPORTANT] -> The new OneDrive for Business Next Generation Sync Client lets you connect and sync files from your OneDrive for Business. You can add a work or school account to the new OneDrive for Business sync client and sync all your files in OneDrive to your computer. For more information, see [Improve your OneDrive sync experience](https://go.microsoft.com/fwlink/p/?LinkId=717436). +> The new OneDrive for Business Next Generation Sync Client lets you connect and sync files from your OneDrive for Business. You can add a work or school account to the new OneDrive for Business sync client and sync all your files in OneDrive to your computer. For more information, see [Improve your OneDrive sync experience](https://go.microsoft.com/fwlink/p/?LinkId=717436). When the feature is enabled the following will occur: * All OneDrive for Business Sync client requests originating from a domain that is not on the safe recipients list will be blocked. * All Microsoft OneDrive Mac Sync client and Mac Beta client requests will not be blocked by default. -* Microsoft OneDrive mobile apps are not blocked when this feature is enabled. -* Regardless whether a computer is managed by a device management solution, a sync relationship will not be established unless they are joined to a domain in the Safe Recipient List. +* Microsoft OneDrive mobile apps are not blocked when this feature is enabled. +* Regardless whether a computer is managed by a device management solution, a sync relationship will not be established unless they are joined to a domain in the Safe Recipient List. * Any files that have been previously been synced down to your computer will not be deleted. * When this feature is enabled, please be aware the following upload behavior: * New or existing files added to the client will still be uploaded to the server and will not be blocked. * Regardless if the computer is joined to a domain which is set in the Safe Recipient List. - * Regardless if the computer is joined to a domain which is not set in the Safe Recipient List. + * Regardless if the computer is joined to a domain which is not set in the Safe Recipient List. * And for all non-domain joined computers. -* Microsoft OneDrive for Business sync client prior to version 15.0.4693.1000 will stop syncing existing libraries. +* Microsoft OneDrive for Business sync client prior to version 15.0.4693.1000 will stop syncing existing libraries. > [!IMPORTANT] -> In order to explicitly block Microsoft OneDrive client for Mac or OneDrive for Business Next Generation Sync Client on Mac OS X, please run the **Set-SPOTenantSyncClientRestriction** cmdlet with the **BlockMacSync** parameter set to true. For more information about the Next Generation Sync Client for Mac OS X, see [Get started with the new OneDrive sync client on Mac OS X](https://go.microsoft.com/fwlink/?LinkID=717727). +> In order to explicitly block Microsoft OneDrive client for Mac or OneDrive for Business Next Generation Sync Client on Mac OS X, please run the **Set-SPOTenantSyncClientRestriction** cmdlet with the **BlockMacSync** parameter set to true. For more information about the Next Generation Sync Client for Mac OS X, see [Get started with the new OneDrive sync client on Mac OS X](https://go.microsoft.com/fwlink/?LinkID=717727). > [!IMPORTANT] -> There is a known OneDrive for Business sync client issue where syncing is being blocked even if a computer is joined to a domain which is set in the Safe Recipient List. To resolve this behavior, obtain the 15.0.4719.1000 version or higher of the sync client, see [May 12, 2015, update for OneDrive for Business](https://support.microsoft.com/en-us/kb/2986244/). +> There is a known OneDrive for Business sync client issue where syncing is being blocked even if a computer is joined to a domain which is set in the Safe Recipient List. To resolve this behavior, obtain the 15.0.4719.1000 version or higher of the sync client, see [May 12, 2015, update for OneDrive for Business](https://support.microsoft.com/en-us/kb/2986244/). > [!NOTE] > To determine the version of your Sync client, see [What version of the sync client am I using?](https://support.office.com/en-us/article/Which-version-of-OneDrive-am-I-using-19246eae-8a51-490a-8d97-a645c151f2ba). -* The latest OneDrive for Business sync client can be downloaded from [Download OneDrive for Windows](https://go.microsoft.com/fwlink/?LinkID=404119&clcid=0x409) or [How to install OneDrive for Business for SharePoint and SharePoint Online](https://go.microsoft.com/fwlink/?LinkID=321300&clcid=0x409). +* The latest OneDrive for Business sync client can be downloaded from [Download OneDrive for Windows](https://go.microsoft.com/fwlink/?LinkID=404119&clcid=0x409) or [How to install OneDrive for Business for SharePoint and SharePoint Online](https://go.microsoft.com/fwlink/?LinkID=321300&clcid=0x409). > [!IMPORTANT] > This capability doesn't support Microsoft Entra joined or Workplace joined devices. @@ -108,7 +112,7 @@ Any file extension may be blocked using this feature, but note that it may take Set-SPOTenantSyncClientRestriction -Enable -DomainGuids "786548DD-877B-4760-A749-6B1EFBC1190A; 877564FF-877B-4760-A749-6B1EFBC1190A" ``` -This example enables the feature for the tenancy and adds the domains GUIDs to the safe recipient list. +This example enables the feature for the tenancy and adds the domains GUIDs to the safe recipient list. ### EXAMPLE 2 @@ -229,7 +233,10 @@ Accept wildcard characters: False ``` ### -GrooveBlockOption -{{ Fill GrooveBlockOption Description }} + +> Applicable: SharePoint Online + +Sets the block option for Groove clients. ```yaml Type: System.String diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPOSiteContentMove.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPOSiteContentMove.md index 57cd96a2e..1726672df 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPOSiteContentMove.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPOSiteContentMove.md @@ -19,6 +19,7 @@ Start a job to move a particular user or group of users to be moved across geo l ## SYNTAX ### UrlAndDestinationDataLocation (Default) + ``` Start-SPOSiteContentMove [-SourceSiteUrl] [-DestinationDataLocation] [[-PreferredMoveBeginDate] ] [[-PreferredMoveEndDate] ] [[-Reserved] ] @@ -27,6 +28,7 @@ Start-SPOSiteContentMove [-SourceSiteUrl] [-DestinationDataLocation] [-DestinationUrl] [[-PreferredMoveBeginDate] ] [[-PreferredMoveEndDate] ] [[-Reserved] ] @@ -105,7 +107,10 @@ Accept wildcard characters: False ``` ### -Force -{{ Fill Force Description }} + +> Applicable: SharePoint Online + +Whether to start the move process without prompting for confirmation. ```yaml Type: System.Management.Automation.SwitchParameter @@ -192,6 +197,7 @@ Accept wildcard characters: False ``` ### -SuppressAllWarnings + Suppress all warning messages. ```yaml @@ -207,6 +213,7 @@ Accept wildcard characters: False ``` ### -SuppressBcsCheck + Suppress checking for Business Connectivity Services used with the associated site. ```yaml @@ -222,6 +229,7 @@ Accept wildcard characters: False ``` ### -SuppressMarketplaceAppCheck + Suppress checking compatibility of marketplace SharePoint Add-ins deployed to the associated site. ```yaml @@ -237,6 +245,7 @@ Accept wildcard characters: False ``` ### -SuppressWorkflow2013Check + Suppress checking compatibility of SharePoint 2013 Workflows deployed to the associated site. ```yaml diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPOSiteRename.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPOSiteRename.md index e5eecc53a..5b850e7bc 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPOSiteRename.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPOSiteRename.md @@ -140,7 +140,10 @@ Accept wildcard characters: False ``` ### -SuppressAllWarnings -{{ Fill SuppressAllWarnings Description }} + +> Applicable: SharePoint Online + +Whether to suppress all warning messages. ```yaml Type: System.Management.Automation.SwitchParameter @@ -155,7 +158,10 @@ Accept wildcard characters: False ``` ### -SuppressBcsCheck -{{ Fill SuppressBcsCheck Description }} + +> Applicable: SharePoint Online + +Whether to surpress checking whether tenant is using Business Connectivity Service (BCS) feature. ```yaml Type: System.Management.Automation.SwitchParameter @@ -226,6 +232,7 @@ Accept wildcard characters: False ### -Confirm > Applicable: SharePoint Online + Prompts you for confirmation before running the cmdlet. ```yaml @@ -243,6 +250,7 @@ Accept wildcard characters: False ### -WhatIf > Applicable: SharePoint Online + Shows what would happen if the cmdlet runs. The cmdlet is not run. diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPOUserAndContentMove.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPOUserAndContentMove.md index 0a7856433..441d5a065 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPOUserAndContentMove.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPOUserAndContentMove.md @@ -129,7 +129,10 @@ Accept wildcard characters: False ``` ### -Reserved -{{ Fill Reserved Description }} + +> Applicable: SharePoint Online + +Reserved. ```yaml Type: System.String diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Unregister-SPOHubSite.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Unregister-SPOHubSite.md index d88c35c48..494d32a62 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Unregister-SPOHubSite.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Unregister-SPOHubSite.md @@ -50,7 +50,10 @@ This example disables the hub feature on the marketing site. ## PARAMETERS ### -Force -{{ Fill Force Description }} + +> Applicable: SharePoint Online + +Whether to disable the hub site feature without prompting for confirmation. ```yaml Type: System.Management.Automation.SwitchParameter @@ -103,6 +106,7 @@ Accept wildcard characters: False ### -WhatIf > Applicable: SharePoint Online + Shows what would happen if the cmdlet runs. The cmdlet is not run. @@ -119,6 +123,7 @@ Accept wildcard characters: False ``` ### CommonParameters + This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Update-SPODataEncryptionPolicy.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Update-SPODataEncryptionPolicy.md index 7bad4d8fa..344b7a167 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Update-SPODataEncryptionPolicy.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Update-SPODataEncryptionPolicy.md @@ -19,12 +19,14 @@ Updates customer encryption status for a geo tenant. ## SYNTAX ### BYOK_MultipleParameters (Default) + ``` Update-SPODataEncryptionPolicy -KeyVaultName -KeyName -KeyVersion -KeyType [-WhatIf] [-Confirm] [] ``` ### BYOK_Uri + ``` Update-SPODataEncryptionPolicy -KeyVaultUri -KeyType [-WhatIf] [-Confirm] [] @@ -100,7 +102,10 @@ Accept wildcard characters: False ``` ### -KeyVaultUri -{{ Fill KeyVaultUri Description }} + +> Applicable: SharePoint Online + +The Uri of the Azure Key Vault ```yaml Type: System.Uri