Commands › SharePoint Online

Set-SPOTenant

SharePoint Online Microsoft.Online.SharePoint.PowerShell Set-*

Sets properties on the SharePoint Online organization.

Quick start script

# Set-SPOTenant — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-SPOService -Url https://$org-admin.sharepoint.com

# 2. Capture the current state first — you cannot roll back what you never recorded
$before = Get-SPOTenant
$before | Format-List

# 3. Make the change
Set-SPOTenant -ContentTypeSyncSiteTemplatesList <String[]> -RestrictExternalSharing <Guid[]>

# 4. Verify and diff
$after = Get-SPOTenant
Compare-Object ($before | Out-String) ($after | Out-String)

Syntax — 5 parameter sets

None (Default)

Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
 [-ExternalServicesEnabled <Boolean>] [-NoAccessRedirectUrl <String>] [-ArchiveRedirectUrl <String>]
 [-SharingCapability <SharingCapabilities>] [-DisplayStartASiteOption <Boolean>] [-StartASiteFormUrl <String>]
 [-ShowEveryoneClaim <Boolean>] [-ShowAllUsersClaim <Boolean>]
 [-ShowEveryoneExceptExternalUsersClaim <Boolean>]
 [-AllowEveryoneExceptExternalUsersClaimInPrivateSite <Boolean>] [-SearchResolveExactEmailOrUPN <Boolean>]
 [-EnableAgentWorkerSharingDisclaimer <Boolean>] [-OfficeClientADALDisabled <Boolean>] [-LegacyAuthProtocolsEnabled <Boolean>]
 [-LegacyBrowserAuthProtocolsEnabled <Boolean>] [-AllowLegacyBrowserAuthProtocolsEnabledSetting <Boolean>]
 [-AllowLegacyAuthProtocolsEnabledSetting <Boolean>] [-DisableCustomAppAuthentication <Boolean>]
 [-IsSharePointAddInsDisabled <Boolean>] [-IsSharePointAddInsBlocked <Boolean>]
 [-DisableSharePointStoreAccess <Boolean>] [-SiteOwnerManageLegacyServicePrincipalEnabled <Boolean>]
 [-RequireAcceptingAccountMatchInvitedAccount <Boolean>] [-ProvisionSharedWithEveryoneFolder <Boolean>]
 [-SignInAccelerationDomain <String>] [-EnableGuestSignInAcceleration <Boolean>]
 [-UsePersistentCookiesForExplorerView <Boolean>] [-ReSyncTenantPrivacyProfile]
 [-BccExternalSharingInvitations <Boolean>] [-BccExternalSharingInvitationsList <String>]
 [-PublicCdnEnabled <Boolean>] [-PublicCdnAllowedFileTypes <String>]
 [-RequireAnonymousLinksExpireInDays <Int32>] [-OneDriveOrganizationSharingLinkMaxExpirationInDays <Int32>]
 [-CoreOrganizationSharingLinkMaxExpirationInDays <Int32>]
 [-OneDriveOrganizationSharingLinkRecommendedExpirationInDays <Int32>]
 [-CoreOrganizationSharingLinkRecommendedExpirationInDays <Int32>]
 [-OneDriveAnyoneSharingLinkMaxExpirationInDays <Int32>]
 [-CoreAnyoneSharingLinkMaxExpirationInDays <Int32>]
 [-OneDriveAnyoneSharingLinkRecommendedExpirationInDays <Int32>]
 [-CoreAnyoneSharingLinkRecommendedExpirationInDays <Int32>] [-SharingAllowedDomainList <String>]
 [-SharingBlockedDomainList <String>] [-SharingDomainRestrictionMode <SharingDomainRestrictionModes>]
 [-OneDriveStorageQuota <Int64>] [-OneDriveForGuestsEnabled <Boolean>] [-IPAddressEnforcement <Boolean>]
 [-IPAddressAllowList <String>] [-IPAddressWACTokenLifetime <Int32>]
 [-EnableTenantRestrictionsInsights <Boolean>] [-EnablePromotedFileHandlers <Boolean>]
 [-UseFindPeopleInPeoplePicker <Boolean>] [-DefaultSharingLinkType <SharingLinkType>]
 [-ODBMembersCanShare <SharingState>] [-ODBAccessRequests <SharingState>]
 [-PreventExternalUsersFromResharing <Boolean>] [-ShowPeoplePickerSuggestionsForGuestUsers <Boolean>]
 [-AppOnlyBypassPeoplePickerPolicies <Boolean>] [-EnableDiscoverableByOrganizationForVideos <Boolean>]
 [-FileAnonymousLinkType <AnonymousLinkType>] [-FolderAnonymousLinkType <AnonymousLinkType>]
 [-NotifyOwnersWhenItemsReshared <Boolean>] [-NotifyOwnersWhenInvitationsAccepted <Boolean>]
 [-NotificationsInOneDriveForBusinessEnabled <Boolean>] [-NotificationsInSharePointEnabled <Boolean>]
 [-SelfServiceSiteCreationDisabled <Boolean>]
 [-SpecialCharactersStateInFileFolderNames <SpecialCharactersState>] [-OwnerAnonymousNotification <Boolean>]
 [-CommentsOnSitePagesDisabled <Boolean>] [-CommentsOnFilesDisabled <Boolean>]
 [-CommentsOnListItemsDisabled <Boolean>] [-ViewersCanCommentOnMediaDisabled <Boolean>]
 [-SocialBarOnSitePagesDisabled <Boolean>] [-SiteOwnersCanAccessMissingContent <Boolean>]
 [-OrphanedPersonalSitesRetentionPeriod <Int32>] [-PermissiveBrowserFileHandlingOverride <Boolean>]
 [-DisallowInfectedFileDownload <Boolean>] [-DefaultLinkPermission <SharingPermissionType>]
 [-CustomizedExternalSharingServiceUrl <String>] [-ConditionalAccessPolicyErrorHelpLink <String>]
 [-RestrictedAccessControlforSitesErrorHelpLink <String>]
 [-RestrictedAccessControlForOneDriveErrorHelpLink <String>]
 [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>] [-FilePickerExternalImageSearchEnabled <Boolean>]
 [-EmailAttestationRequired <Boolean>] [-EmailAttestationReAuthDays <Int32>]
 [-SyncPrivacyProfileProperties <Boolean>] [-DisabledWebPartIds <Guid[]>]
 [-DisabledAdaptiveCardExtensionIds <Guid[]>] [-EnableMinimumVersionRequirement <Boolean>]
 [-MarkNewFilesSensitiveByDefault <SensitiveByDefaultState>] [-EnableAIPIntegration <Boolean>]
 [-SyncAadB2BManagementPolicy <Boolean>] [-AllowCommentsTextOnEmailEnabled <Boolean>]
 [-EnableAzureADB2BIntegration <Boolean>] [-DisableAddShortcutsToOneDrive <Boolean>]
 [-IncludeAtAGlanceInShareEmails <Boolean>] [-DisableWorkflow2010 <Boolean>] [-EnableAutoNewsDigest <Boolean>]
 [-StopNew2010Workflows <Boolean>] [-StopNew2013Workflows <Boolean>] [-StopAlerts <Boolean>]
 [-DisableBackToClassic <Boolean>] [-ExternalUserExpirationRequired <Boolean>]
 [-ExternalUserExpireInDays <Int32>] [-BlockDownloadLinksFileType <BlockDownloadLinksFileTypes>]
 [-AnyoneLinkTrackUsers <Boolean>] [-BlockAppAccessWithAuthenticationContext <Boolean>]
 [-OneDriveLoopDefaultSharingLinkScope <SharingScope>] [-OneDriveLoopDefaultSharingLinkRole <SharingRole>]
 [-OneDriveRequestFilesLinkEnabled <Boolean>] [-OneDriveRequestFilesLinkExpirationInDays <Int32>]
 [-OneDriveSharingCapability <SharingCapabilities>] [-OneDriveDefaultShareLinkScope <SharingScope>]
 [-OneDriveDefaultShareLinkRole <SharingRole>] [-OneDriveDefaultLinkToExistingAccess <Boolean>]
 [-OneDriveBlockGuestsAsSiteAdmin <SharingState>] [-CoreLoopDefaultSharingLinkScope <SharingScope>]
 [-CoreLoopDefaultSharingLinkRole <SharingRole>] [-CoreSharingCapability <SharingCapabilities>]
 [-AllowSharingOutsideRestrictedAccessControlGroups <Boolean>] [-CoreRequestFilesLinkEnabled <Boolean>]
 [-CoreRequestFilesLinkExpirationInDays <Int32>] [-CoreDefaultShareLinkScope <SharingScope>]
 [-CoreDefaultShareLinkRole <SharingRole>] [-CoreDefaultLinkToExistingAccess <Boolean>]
 [-CoreBlockGuestsAsSiteAdmin <SharingState>]
 [-AllowAnonymousMeetingParticipantsToAccessWhiteboards <SharingState>] [-Workflows2013Enabled <Boolean>]
 [-IsFluidEnabled <Boolean>] [-IsWBFluidEnabled <Boolean>] [-IsCollabMeetingNotesFluidEnabled <Boolean>]
 [-IsLoopEnabled <Boolean>] [-DisableDocumentLibraryDefaultLabeling <Boolean>]
 [-ExtendPermissionsToUnprotectedFiles <Boolean>] [-EnableSensitivityLabelForPDF <Boolean>]
 [-EnableSensitivityLabelForOneNote <Boolean>] [-EnableSensitivityLabelForVideoFiles <Boolean>]
 [-BlockSendLabelMismatchEmail <Boolean>] [-LabelMismatchEmailHelpLink <String>]
 [-BlockUserInfoVisibility <String>] [-BlockUserInfoVisibilityInOneDrive <TenantBrowseUserInfoPolicyValue>]
 [-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
 [-AllowOverrideForBlockUserInfoVisibility <Boolean>] [-DisablePersonalListCreation <Boolean>]
 [-DisableSpacesActivation <Boolean>] [-DisableSpfxTopBottomPlaceholdersInElevatedContent <Boolean>]
 [-DisableVivaConnectionsAnalytics <Boolean>]
 [-InformationBarriersSuspension <Boolean>] [-IBImplicitGroupBased <Boolean>]
 [-AppBypassInformationBarriers <Boolean>] [-AppAccessInformationBarriersAllowList <Guid[]>]
 [-AllOrganizationSecurityGroupId <Guid>] [-DisableModernListTemplateIds <Guid[]>]
 [-EnableModernListTemplateIds <Guid[]>] [-HideSyncButtonOnTeamSite <Boolean>]
 [-AllowGuestUserShareToUsersNotInSiteCollection <Boolean>] [-StreamLaunchConfig <Int32>]
 [-DelegateRestrictedContentDiscoverabilityManagement <Boolean>]
 [-DelegateRestrictedAccessControlManagement <Boolean>] [-DisableOutlookPSTVersionTrimming <Boolean>]
 [-MediaTranscription <MediaTranscriptionPolicyType>]
 [-MediaTranscriptionAutomaticFeatures <MediaTranscriptionAutomaticFeaturesPolicyType>]
 [-ViewInFileExplorerEnabled <Boolean>] [-AuthContextResilienceMode <SPResilienceModeType>]
 [-ReduceTempTokenLifetimeEnabled <Boolean>] [-ReduceTempTokenLifetimeValue <Int32>]
 [-ShowOpenInDesktopOptionForSyncedFiles <Boolean>] [-ShowPeoplePickerGroupSuggestionsForIB <Boolean>]
 [-EnableRestrictedAccessControl <Boolean>] [-BlockDownloadFileTypePolicy <Boolean>]
 [-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
 [-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
 [-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
 [-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
 [-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
 [-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
 [-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
 [-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
 [-DelayDenyAddAndCustomizePagesEnforcement <Boolean>]
 [-DelayDenyAddAndCustomizePagesEnforcementOnClassicPublishingSites <Boolean>]
 [-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
 [-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
 [-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
 [-DelayContentSecurityPolicyEnforcement <Boolean>]
 [-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
 [-DocumentUnderstandingModelSelectedSitesList <String[]>]
 [-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
 [-AIBuilderModelScope <SyntexFeatureScopeValue>] [-AIBuilderModelSelectedSitesList <String[]>]
 [-AIBuilderModelSelectedSitesListOperation <SelectedSitesListOperations>]
 [-AIBuilderModelSelectedSitesIncludesContentCenters <Boolean>] [-PrebuiltModelScope <SyntexFeatureScopeValue>]
 [-PrebuiltModelSelectedSitesList <String[]>]
 [-PrebuiltModelSelectedSitesListOperation <SelectedSitesListOperations>]
 [-DocumentTranslationScope <SyntexFeatureScopeValue>] [-DocumentTranslationSelectedSitesList <String[]>]
 [-DocumentTranslationSelectedSitesListOperation <SelectedSitesListOperations>]
 [-AutofillColumnsScope <SyntexFeatureScopeValue>] [-AutofillColumnsSelectedSitesList <String[]>]
 [-AutofillColumnsSelectedSitesListOperation <SelectedSitesListOperations>]
 [-KnowledgeAgentScope <KnowledgeAgentFeatureScopeValue>] [-KnowledgeAgentSelectedSitesList <String[]>]
 [-KnowledgeAgentSelectedSitesListOperation <SelectedSitesListOperations>]
 [-OpticalCharacterRecognitionScope <SyntexFeatureScopeValue>]
 [-OpticalCharacterRecognitionSelectedSitesList <String[]>]
 [-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
 [-DefaultContentCenterSite <String>]
 [-DefaultLanguageForSiteCreation <String>]
 [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
 [-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
 [-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
 [-EnableNotificationsSubscriptions <Boolean>]
 [-IsFilePreviewDomainRestrictionEnabled <Boolean>]
 [-FilePreviewAllowedDomainList <String>]
 [-DisableTeamsMeetingRecordingDeletedNotification <Boolean>]

ParameterSetContentTypeSyncSiteTemplatesList

Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
 [-ExternalServicesEnabled <Boolean>] [-NoAccessRedirectUrl <String>] [-ArchiveRedirectUrl <String>]
 [-SharingCapability <SharingCapabilities>] [-DisplayStartASiteOption <Boolean>] [-StartASiteFormUrl <String>]
 [-ShowEveryoneClaim <Boolean>] [-ShowAllUsersClaim <Boolean>]
 [-ShowEveryoneExceptExternalUsersClaim <Boolean>]
 [-AllowEveryoneExceptExternalUsersClaimInPrivateSite <Boolean>] [-SearchResolveExactEmailOrUPN <Boolean>]
 [-EnableAgentWorkerSharingDisclaimer <Boolean>] [-OfficeClientADALDisabled <Boolean>] [-LegacyAuthProtocolsEnabled <Boolean>]
 [-LegacyBrowserAuthProtocolsEnabled <Boolean>] [-AllowLegacyBrowserAuthProtocolsEnabledSetting <Boolean>]
 [-AllowLegacyAuthProtocolsEnabledSetting <Boolean>] [-DisableCustomAppAuthentication <Boolean>]
 [-IsSharePointAddInsDisabled <Boolean>] [-IsSharePointAddInsBlocked <Boolean>]
 [-DisableSharePointStoreAccess <Boolean>] [-SiteOwnerManageLegacyServicePrincipalEnabled <Boolean>]
 [-RequireAcceptingAccountMatchInvitedAccount <Boolean>] [-ProvisionSharedWithEveryoneFolder <Boolean>]
 [-SignInAccelerationDomain <String>] [-EnableGuestSignInAcceleration <Boolean>]
 [-UsePersistentCookiesForExplorerView <Boolean>] -ContentTypeSyncSiteTemplatesList <String[]>
 [-ExcludeSiteTemplate] [-ReSyncTenantPrivacyProfile] [-BccExternalSharingInvitations <Boolean>]
 [-BccExternalSharingInvitationsList <String>] [-PublicCdnEnabled <Boolean>]
 [-PublicCdnAllowedFileTypes <String>] [-RequireAnonymousLinksExpireInDays <Int32>]
 [-OneDriveOrganizationSharingLinkMaxExpirationInDays <Int32>]
 [-CoreOrganizationSharingLinkMaxExpirationInDays <Int32>]
 [-OneDriveOrganizationSharingLinkRecommendedExpirationInDays <Int32>]
 [-CoreOrganizationSharingLinkRecommendedExpirationInDays <Int32>]
 [-OneDriveAnyoneSharingLinkMaxExpirationInDays <Int32>]
 [-CoreAnyoneSharingLinkMaxExpirationInDays <Int32>]
 [-OneDriveAnyoneSharingLinkRecommendedExpirationInDays <Int32>]
 [-CoreAnyoneSharingLinkRecommendedExpirationInDays <Int32>] [-SharingAllowedDomainList <String>]
 [-SharingBlockedDomainList <String>] [-SharingDomainRestrictionMode <SharingDomainRestrictionModes>]
 [-OneDriveStorageQuota <Int64>] [-OneDriveForGuestsEnabled <Boolean>] [-IPAddressEnforcement <Boolean>]
 [-IPAddressAllowList <String>] [-IPAddressWACTokenLifetime <Int32>]
 [-EnableTenantRestrictionsInsights <Boolean>] [-EnablePromotedFileHandlers <Boolean>]
 [-UseFindPeopleInPeoplePicker <Boolean>] [-DefaultSharingLinkType <SharingLinkType>]
 [-ODBMembersCanShare <SharingState>] [-ODBAccessRequests <SharingState>]
 [-PreventExternalUsersFromResharing <Boolean>] [-ShowPeoplePickerSuggestionsForGuestUsers <Boolean>]
 [-AppOnlyBypassPeoplePickerPolicies <Boolean>] [-EnableDiscoverableByOrganizationForVideos <Boolean>]
 [-FileAnonymousLinkType <AnonymousLinkType>] [-FolderAnonymousLinkType <AnonymousLinkType>]
 [-NotifyOwnersWhenItemsReshared <Boolean>] [-NotifyOwnersWhenInvitationsAccepted <Boolean>]
 [-NotificationsInOneDriveForBusinessEnabled <Boolean>] [-NotificationsInSharePointEnabled <Boolean>]
 [-SelfServiceSiteCreationDisabled <Boolean>]
 [-SpecialCharactersStateInFileFolderNames <SpecialCharactersState>] [-OwnerAnonymousNotification <Boolean>]
 [-CommentsOnSitePagesDisabled <Boolean>] [-CommentsOnFilesDisabled <Boolean>]
 [-CommentsOnListItemsDisabled <Boolean>] [-ViewersCanCommentOnMediaDisabled <Boolean>]
 [-SocialBarOnSitePagesDisabled <Boolean>] [-SiteOwnersCanAccessMissingContent <Boolean>]
 [-OrphanedPersonalSitesRetentionPeriod <Int32>] [-PermissiveBrowserFileHandlingOverride <Boolean>]
 [-DisallowInfectedFileDownload <Boolean>] [-DefaultLinkPermission <SharingPermissionType>]
 [-CustomizedExternalSharingServiceUrl <String>] [-ConditionalAccessPolicyErrorHelpLink <String>]
 [-RestrictedAccessControlforSitesErrorHelpLink <String>]
 [-RestrictedAccessControlForOneDriveErrorHelpLink <String>]
 [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>] [-FilePickerExternalImageSearchEnabled <Boolean>]
 [-EmailAttestationRequired <Boolean>] [-EmailAttestationReAuthDays <Int32>]
 [-SyncPrivacyProfileProperties <Boolean>] [-DisabledWebPartIds <Guid[]>]
 [-DisabledAdaptiveCardExtensionIds <Guid[]>] [-EnableMinimumVersionRequirement <Boolean>]
 [-MarkNewFilesSensitiveByDefault <SensitiveByDefaultState>] [-EnableAIPIntegration <Boolean>]
 [-SyncAadB2BManagementPolicy <Boolean>] [-AllowCommentsTextOnEmailEnabled <Boolean>]
 [-EnableAzureADB2BIntegration <Boolean>] [-DisableAddShortcutsToOneDrive <Boolean>]
 [-IncludeAtAGlanceInShareEmails <Boolean>] [-DisableWorkflow2010 <Boolean>] [-EnableAutoNewsDigest <Boolean>]
 [-StopNew2010Workflows <Boolean>] [-StopNew2013Workflows <Boolean>] [-StopAlerts <Boolean>]
 [-DisableBackToClassic <Boolean>] [-ExternalUserExpirationRequired <Boolean>]
 [-ExternalUserExpireInDays <Int32>] [-BlockDownloadLinksFileType <BlockDownloadLinksFileTypes>]
 [-AnyoneLinkTrackUsers <Boolean>] [-BlockAppAccessWithAuthenticationContext <Boolean>]
 [-OneDriveLoopDefaultSharingLinkScope <SharingScope>] [-OneDriveLoopDefaultSharingLinkRole <SharingRole>]
 [-OneDriveRequestFilesLinkEnabled <Boolean>] [-OneDriveRequestFilesLinkExpirationInDays <Int32>]
 [-OneDriveSharingCapability <SharingCapabilities>] [-OneDriveDefaultShareLinkScope <SharingScope>]
 [-OneDriveDefaultShareLinkRole <SharingRole>] [-OneDriveDefaultLinkToExistingAccess <Boolean>]
 [-OneDriveBlockGuestsAsSiteAdmin <SharingState>] [-CoreLoopDefaultSharingLinkScope <SharingScope>]
 [-CoreLoopDefaultSharingLinkRole <SharingRole>] [-CoreSharingCapability <SharingCapabilities>]
 [-AllowSharingOutsideRestrictedAccessControlGroups <Boolean>] [-CoreRequestFilesLinkEnabled <Boolean>]
 [-CoreRequestFilesLinkExpirationInDays <Int32>] [-CoreDefaultShareLinkScope <SharingScope>]
 [-CoreDefaultShareLinkRole <SharingRole>] [-CoreDefaultLinkToExistingAccess <Boolean>]
 [-CoreBlockGuestsAsSiteAdmin <SharingState>]
 [-AllowAnonymousMeetingParticipantsToAccessWhiteboards <SharingState>] [-Workflows2013Enabled <Boolean>]
 [-IsFluidEnabled <Boolean>] [-IsWBFluidEnabled <Boolean>] [-IsCollabMeetingNotesFluidEnabled <Boolean>]
 [-IsLoopEnabled <Boolean>] [-DisableDocumentLibraryDefaultLabeling <Boolean>]
 [-ExtendPermissionsToUnprotectedFiles <Boolean>] [-EnableSensitivityLabelForPDF <Boolean>]
 [-EnableSensitivityLabelForOneNote <Boolean>] [-EnableSensitivityLabelForVideoFiles <Boolean>]
 [-BlockSendLabelMismatchEmail <Boolean>] [-LabelMismatchEmailHelpLink <String>]
 [-BlockUserInfoVisibility <String>] [-BlockUserInfoVisibilityInOneDrive <TenantBrowseUserInfoPolicyValue>]
 [-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
 [-AllowOverrideForBlockUserInfoVisibility <Boolean>] [-DisablePersonalListCreation <Boolean>]
 [-DisableSpacesActivation <Boolean>] [-DisableSpfxTopBottomPlaceholdersInElevatedContent <Boolean>]
 [-DisableVivaConnectionsAnalytics <Boolean>]
 [-InformationBarriersSuspension <Boolean>] [-IBImplicitGroupBased <Boolean>]
 [-AppBypassInformationBarriers <Boolean>] [-AppAccessInformationBarriersAllowList <Guid[]>]
 [-AllOrganizationSecurityGroupId <Guid>] [-DisableModernListTemplateIds <Guid[]>]
 [-EnableModernListTemplateIds <Guid[]>] [-HideSyncButtonOnTeamSite <Boolean>]
 [-AllowGuestUserShareToUsersNotInSiteCollection <Boolean>] [-StreamLaunchConfig <Int32>]
 [-DelegateRestrictedContentDiscoverabilityManagement <Boolean>]
 [-DelegateRestrictedAccessControlManagement <Boolean>] [-DisableOutlookPSTVersionTrimming <Boolean>]
 [-MediaTranscription <MediaTranscriptionPolicyType>]
 [-MediaTranscriptionAutomaticFeatures <MediaTranscriptionAutomaticFeaturesPolicyType>]
 [-ViewInFileExplorerEnabled <Boolean>] [-AuthContextResilienceMode <SPResilienceModeType>]
 [-ReduceTempTokenLifetimeEnabled <Boolean>] [-ReduceTempTokenLifetimeValue <Int32>]
 [-ShowOpenInDesktopOptionForSyncedFiles <Boolean>] [-ShowPeoplePickerGroupSuggestionsForIB <Boolean>]
 [-EnableRestrictedAccessControl <Boolean>] [-BlockDownloadFileTypePolicy <Boolean>]
 [-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
 [-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
 [-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
 [-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
 [-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
 [-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
 [-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
 [-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
 [-DelayDenyAddAndCustomizePagesEnforcement <Boolean>]
 [-DelayDenyAddAndCustomizePagesEnforcementOnClassicPublishingSites <Boolean>]
 [-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
 [-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
 [-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
 [-DelayContentSecurityPolicyEnforcement <Boolean>]
 [-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
 [-DocumentUnderstandingModelSelectedSitesList <String[]>]
 [-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
 [-AIBuilderModelScope <SyntexFeatureScopeValue>] [-AIBuilderModelSelectedSitesList <String[]>]
 [-AIBuilderModelSelectedSitesListOperation <SelectedSitesListOperations>]
 [-AIBuilderModelSelectedSitesIncludesContentCenters <Boolean>] [-PrebuiltModelScope <SyntexFeatureScopeValue>]
 [-PrebuiltModelSelectedSitesList <String[]>]
 [-PrebuiltModelSelectedSitesListOperation <SelectedSitesListOperations>]
 [-DocumentTranslationScope <SyntexFeatureScopeValue>] [-DocumentTranslationSelectedSitesList <String[]>]
 [-DocumentTranslationSelectedSitesListOperation <SelectedSitesListOperations>]
 [-AutofillColumnsScope <SyntexFeatureScopeValue>] [-AutofillColumnsSelectedSitesList <String[]>]
 [-AutofillColumnsSelectedSitesListOperation <SelectedSitesListOperations>]
 [-KnowledgeAgentScope <KnowledgeAgentFeatureScopeValue>] [-KnowledgeAgentSelectedSitesList <String[]>]
 [-KnowledgeAgentSelectedSitesListOperation <SelectedSitesListOperations>]
 [-OpticalCharacterRecognitionScope <SyntexFeatureScopeValue>]
 [-OpticalCharacterRecognitionSelectedSitesList <String[]>]
 [-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
 [-DefaultContentCenterSite <String>]
 [-DefaultLanguageForSiteCreation <String>]
 [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
 [-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
 [-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
 [-EnableNotificationsSubscriptions <Boolean>]
 [-IsFilePreviewDomainRestrictionEnabled <Boolean>]
 [-FilePreviewAllowedDomainList <String>]
 [-DisableTeamsMeetingRecordingDeletedNotification <Boolean>]

ParamSetMultipleSites

Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
 [-ExternalServicesEnabled <Boolean>] [-NoAccessRedirectUrl <String>] [-ArchiveRedirectUrl <String>]
 [-SharingCapability <SharingCapabilities>] [-DisplayStartASiteOption <Boolean>] [-StartASiteFormUrl <String>]
 [-ShowEveryoneClaim <Boolean>] [-ShowAllUsersClaim <Boolean>]
 [-ShowEveryoneExceptExternalUsersClaim <Boolean>]
 [-AllowEveryoneExceptExternalUsersClaimInPrivateSite <Boolean>] [-SearchResolveExactEmailOrUPN <Boolean>]
 [-EnableAgentWorkerSharingDisclaimer <Boolean>] [-OfficeClientADALDisabled <Boolean>] [-LegacyAuthProtocolsEnabled <Boolean>]
 [-LegacyBrowserAuthProtocolsEnabled <Boolean>] [-AllowLegacyBrowserAuthProtocolsEnabledSetting <Boolean>]
 [-AllowLegacyAuthProtocolsEnabledSetting <Boolean>] [-DisableCustomAppAuthentication <Boolean>]
 [-IsSharePointAddInsDisabled <Boolean>] [-IsSharePointAddInsBlocked <Boolean>]
 [-DisableSharePointStoreAccess <Boolean>] [-SiteOwnerManageLegacyServicePrincipalEnabled <Boolean>]
 [-RequireAcceptingAccountMatchInvitedAccount <Boolean>] [-ProvisionSharedWithEveryoneFolder <Boolean>]
 [-SignInAccelerationDomain <String>] [-EnableGuestSignInAcceleration <Boolean>]
 [-UsePersistentCookiesForExplorerView <Boolean>] [-ReSyncTenantPrivacyProfile]
 [-BccExternalSharingInvitations <Boolean>] [-BccExternalSharingInvitationsList <String>]
 [-PublicCdnEnabled <Boolean>] [-PublicCdnAllowedFileTypes <String>]
 [-RequireAnonymousLinksExpireInDays <Int32>] [-OneDriveOrganizationSharingLinkMaxExpirationInDays <Int32>]
 [-CoreOrganizationSharingLinkMaxExpirationInDays <Int32>]
 [-OneDriveOrganizationSharingLinkRecommendedExpirationInDays <Int32>]
 [-CoreOrganizationSharingLinkRecommendedExpirationInDays <Int32>]
 [-OneDriveAnyoneSharingLinkMaxExpirationInDays <Int32>]
 [-CoreAnyoneSharingLinkMaxExpirationInDays <Int32>]
 [-OneDriveAnyoneSharingLinkRecommendedExpirationInDays <Int32>]
 [-CoreAnyoneSharingLinkRecommendedExpirationInDays <Int32>] [-SharingAllowedDomainList <String>]
 [-SharingBlockedDomainList <String>] [-SharingDomainRestrictionMode <SharingDomainRestrictionModes>]
 [-OneDriveStorageQuota <Int64>] [-OneDriveForGuestsEnabled <Boolean>] [-IPAddressEnforcement <Boolean>]
 [-IPAddressAllowList <String>] [-IPAddressWACTokenLifetime <Int32>]
 [-EnableTenantRestrictionsInsights <Boolean>] [-EnablePromotedFileHandlers <Boolean>]
 [-UseFindPeopleInPeoplePicker <Boolean>] [-DefaultSharingLinkType <SharingLinkType>]
 [-ODBMembersCanShare <SharingState>] [-ODBAccessRequests <SharingState>]
 [-PreventExternalUsersFromResharing <Boolean>] [-ShowPeoplePickerSuggestionsForGuestUsers <Boolean>]
 [-AppOnlyBypassPeoplePickerPolicies <Boolean>] [-EnableDiscoverableByOrganizationForVideos <Boolean>]
 [-FileAnonymousLinkType <AnonymousLinkType>] [-FolderAnonymousLinkType <AnonymousLinkType>]
 [-NotifyOwnersWhenItemsReshared <Boolean>] [-NotifyOwnersWhenInvitationsAccepted <Boolean>]
 [-NotificationsInOneDriveForBusinessEnabled <Boolean>] [-NotificationsInSharePointEnabled <Boolean>]
 [-SelfServiceSiteCreationDisabled <Boolean>]
 [-SpecialCharactersStateInFileFolderNames <SpecialCharactersState>] [-OwnerAnonymousNotification <Boolean>]
 [-CommentsOnSitePagesDisabled <Boolean>] [-CommentsOnFilesDisabled <Boolean>]
 [-CommentsOnListItemsDisabled <Boolean>] [-ViewersCanCommentOnMediaDisabled <Boolean>]
 [-SocialBarOnSitePagesDisabled <Boolean>] [-SiteOwnersCanAccessMissingContent <Boolean>]
 [-OrphanedPersonalSitesRetentionPeriod <Int32>] [-PermissiveBrowserFileHandlingOverride <Boolean>]
 [-DisallowInfectedFileDownload <Boolean>] [-DefaultLinkPermission <SharingPermissionType>]
 [-CustomizedExternalSharingServiceUrl <String>] [-ConditionalAccessPolicyErrorHelpLink <String>]
 [-RestrictedAccessControlforSitesErrorHelpLink <String>] [-SensitivityLabel <String>]
 [-RestrictedAccessControlForOneDriveErrorHelpLink <String>]
 [-ConditionalAccessPolicy <SPOConditionalAccessPolicyType>] [-AllowDownloadingNonWebViewableFiles <Boolean>]
 [-LimitedAccessFileType <SPOLimitedAccessFileType>] [-AllowEditing <Boolean>]
 [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>] [-FilePickerExternalImageSearchEnabled <Boolean>]
 [-EmailAttestationRequired <Boolean>] [-EmailAttestationReAuthDays <Int32>]
 [-SyncPrivacyProfileProperties <Boolean>] [-DisabledWebPartIds <Guid[]>]
 [-DisabledAdaptiveCardExtensionIds <Guid[]>] [-EnableMinimumVersionRequirement <Boolean>]
 [-MarkNewFilesSensitiveByDefault <SensitiveByDefaultState>] [-EnableAIPIntegration <Boolean>]
 [-SyncAadB2BManagementPolicy <Boolean>] [-AllowCommentsTextOnEmailEnabled <Boolean>]
 [-EnableAzureADB2BIntegration <Boolean>] [-DisableAddShortcutsToOneDrive <Boolean>]
 [-IncludeAtAGlanceInShareEmails <Boolean>] [-DisableWorkflow2010 <Boolean>] [-EnableAutoNewsDigest <Boolean>]
 [-StopNew2010Workflows <Boolean>] [-StopNew2013Workflows <Boolean>] [-StopAlerts <Boolean>]
 [-DisableBackToClassic <Boolean>] [-Sites <SpoSitePipeBind[]>] [-ExternalUserExpirationRequired <Boolean>]
 [-ExternalUserExpireInDays <Int32>] [-BlockDownloadLinksFileType <BlockDownloadLinksFileTypes>]
 [-AnyoneLinkTrackUsers <Boolean>] [-BlockAppAccessWithAuthenticationContext <Boolean>]
 [-OneDriveLoopDefaultSharingLinkScope <SharingScope>] [-OneDriveLoopDefaultSharingLinkRole <SharingRole>]
 [-OneDriveRequestFilesLinkEnabled <Boolean>] [-OneDriveRequestFilesLinkExpirationInDays <Int32>]
 [-OneDriveSharingCapability <SharingCapabilities>] [-OneDriveDefaultShareLinkScope <SharingScope>]
 [-OneDriveDefaultShareLinkRole <SharingRole>] [-OneDriveDefaultLinkToExistingAccess <Boolean>]
 [-OneDriveBlockGuestsAsSiteAdmin <SharingState>] [-CoreLoopDefaultSharingLinkScope <SharingScope>]
 [-CoreLoopDefaultSharingLinkRole <SharingRole>] [-CoreSharingCapability <SharingCapabilities>]
 [-AllowSharingOutsideRestrictedAccessControlGroups <Boolean>] [-CoreRequestFilesLinkEnabled <Boolean>]
 [-CoreRequestFilesLinkExpirationInDays <Int32>] [-CoreDefaultShareLinkScope <SharingScope>]
 [-CoreDefaultShareLinkRole <SharingRole>] [-CoreDefaultLinkToExistingAccess <Boolean>]
 [-CoreBlockGuestsAsSiteAdmin <SharingState>]
 [-AllowAnonymousMeetingParticipantsToAccessWhiteboards <SharingState>] [-Workflows2013Enabled <Boolean>]
 [-IsFluidEnabled <Boolean>] [-IsWBFluidEnabled <Boolean>] [-IsCollabMeetingNotesFluidEnabled <Boolean>]
 [-IsLoopEnabled <Boolean>] [-DisableDocumentLibraryDefaultLabeling <Boolean>]
 [-ExtendPermissionsToUnprotectedFiles <Boolean>] [-EnableSensitivityLabelForPDF <Boolean>]
 [-EnableSensitivityLabelForOneNote <Boolean>] [-EnableSensitivityLabelForVideoFiles <Boolean>]
 [-BlockSendLabelMismatchEmail <Boolean>] [-LabelMismatchEmailHelpLink <String>]
 [-BlockUserInfoVisibility <String>] [-BlockUserInfoVisibilityInOneDrive <TenantBrowseUserInfoPolicyValue>]
 [-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
 [-AllowOverrideForBlockUserInfoVisibility <Boolean>] [-DisablePersonalListCreation <Boolean>]
 [-DisableSpacesActivation <Boolean>] [-DisableSpfxTopBottomPlaceholdersInElevatedContent <Boolean>]
 [-DisableVivaConnectionsAnalytics <Boolean>]
 [-InformationBarriersSuspension <Boolean>] [-IBImplicitGroupBased <Boolean>]
 [-AppBypassInformationBarriers <Boolean>] [-AppAccessInformationBarriersAllowList <Guid[]>]
 [-AllOrganizationSecurityGroupId <Guid>] [-DisableModernListTemplateIds <Guid[]>]
 [-EnableModernListTemplateIds <Guid[]>] [-HideSyncButtonOnTeamSite <Boolean>]
 [-AllowGuestUserShareToUsersNotInSiteCollection <Boolean>] [-StreamLaunchConfig <Int32>]
 [-DelegateRestrictedContentDiscoverabilityManagement <Boolean>]
 [-DelegateRestrictedAccessControlManagement <Boolean>] [-DisableOutlookPSTVersionTrimming <Boolean>]
 [-MediaTranscription <MediaTranscriptionPolicyType>]
 [-MediaTranscriptionAutomaticFeatures <MediaTranscriptionAutomaticFeaturesPolicyType>]
 [-ViewInFileExplorerEnabled <Boolean>] [-AuthContextResilienceMode <SPResilienceModeType>]
 [-ReduceTempTokenLifetimeEnabled <Boolean>] [-ReduceTempTokenLifetimeValue <Int32>]
 [-ShowOpenInDesktopOptionForSyncedFiles <Boolean>] [-ShowPeoplePickerGroupSuggestionsForIB <Boolean>]
 [-EnableRestrictedAccessControl <Boolean>] [-BlockDownloadFileTypePolicy <Boolean>]
 [-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
 [-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
 [-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
 [-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
 [-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
 [-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
 [-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
 [-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
 [-DelayDenyAddAndCustomizePagesEnforcement <Boolean>]
 [-DelayDenyAddAndCustomizePagesEnforcementOnClassicPublishingSites <Boolean>]
 [-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
 [-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
 [-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
 [-DelayContentSecurityPolicyEnforcement <Boolean>]
 [-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
 [-DocumentUnderstandingModelSelectedSitesList <String[]>]
 [-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
 [-AIBuilderModelScope <SyntexFeatureScopeValue>] [-AIBuilderModelSelectedSitesList <String[]>]
 [-AIBuilderModelSelectedSitesListOperation <SelectedSitesListOperations>]
 [-AIBuilderModelSelectedSitesIncludesContentCenters <Boolean>] [-PrebuiltModelScope <SyntexFeatureScopeValue>]
 [-PrebuiltModelSelectedSitesList <String[]>]
 [-PrebuiltModelSelectedSitesListOperation <SelectedSitesListOperations>]
 [-DocumentTranslationScope <SyntexFeatureScopeValue>] [-DocumentTranslationSelectedSitesList <String[]>]
 [-DocumentTranslationSelectedSitesListOperation <SelectedSitesListOperations>]
 [-AutofillColumnsScope <SyntexFeatureScopeValue>] [-AutofillColumnsSelectedSitesList <String[]>]
 [-AutofillColumnsSelectedSitesListOperation <SelectedSitesListOperations>]
 [-KnowledgeAgentScope <KnowledgeAgentFeatureScopeValue>] [-KnowledgeAgentSelectedSitesList <String[]>]
 [-KnowledgeAgentSelectedSitesListOperation <SelectedSitesListOperations>]
 [-OpticalCharacterRecognitionScope <SyntexFeatureScopeValue>]
 [-OpticalCharacterRecognitionSelectedSitesList <String[]>]
 [-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
 [-DefaultContentCenterSite <String>]
 [-DefaultLanguageForSiteCreation <String>]
 [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
 [-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
 [-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
 [-EnableNotificationsSubscriptions <Boolean>]
 [-IsFilePreviewDomainRestrictionEnabled <Boolean>]
 [-FilePreviewAllowedDomainList <String>]
 [-DisableTeamsMeetingRecordingDeletedNotification <Boolean>]

InformationBarrier

Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
 [-ExternalServicesEnabled <Boolean>] [-NoAccessRedirectUrl <String>] [-ArchiveRedirectUrl <String>]
 [-SharingCapability <SharingCapabilities>] [-DisplayStartASiteOption <Boolean>] [-StartASiteFormUrl <String>]
 [-ShowEveryoneClaim <Boolean>] [-ShowAllUsersClaim <Boolean>]
 [-ShowEveryoneExceptExternalUsersClaim <Boolean>]
 [-AllowEveryoneExceptExternalUsersClaimInPrivateSite <Boolean>] [-SearchResolveExactEmailOrUPN <Boolean>]
 [-EnableAgentWorkerSharingDisclaimer <Boolean>] [-OfficeClientADALDisabled <Boolean>] [-LegacyAuthProtocolsEnabled <Boolean>]
 [-LegacyBrowserAuthProtocolsEnabled <Boolean>] [-AllowLegacyBrowserAuthProtocolsEnabledSetting <Boolean>]
 [-AllowLegacyAuthProtocolsEnabledSetting <Boolean>] [-DisableCustomAppAuthentication <Boolean>]
 [-IsSharePointAddInsDisabled <Boolean>] [-IsSharePointAddInsBlocked <Boolean>]
 [-DisableSharePointStoreAccess <Boolean>] [-SiteOwnerManageLegacyServicePrincipalEnabled <Boolean>]
 [-RequireAcceptingAccountMatchInvitedAccount <Boolean>] [-ProvisionSharedWithEveryoneFolder <Boolean>]
 [-SignInAccelerationDomain <String>] [-EnableGuestSignInAcceleration <Boolean>]
 [-UsePersistentCookiesForExplorerView <Boolean>] [-ReSyncTenantPrivacyProfile]
 [-BccExternalSharingInvitations <Boolean>] [-BccExternalSharingInvitationsList <String>]
 [-PublicCdnEnabled <Boolean>] [-PublicCdnAllowedFileTypes <String>]
 [-RequireAnonymousLinksExpireInDays <Int32>] [-OneDriveOrganizationSharingLinkMaxExpirationInDays <Int32>]
 [-CoreOrganizationSharingLinkMaxExpirationInDays <Int32>]
 [-OneDriveOrganizationSharingLinkRecommendedExpirationInDays <Int32>]
 [-CoreOrganizationSharingLinkRecommendedExpirationInDays <Int32>]
 [-OneDriveAnyoneSharingLinkMaxExpirationInDays <Int32>]
 [-CoreAnyoneSharingLinkMaxExpirationInDays <Int32>]
 [-OneDriveAnyoneSharingLinkRecommendedExpirationInDays <Int32>]
 [-CoreAnyoneSharingLinkRecommendedExpirationInDays <Int32>] [-SharingAllowedDomainList <String>]
 [-SharingBlockedDomainList <String>] [-SharingDomainRestrictionMode <SharingDomainRestrictionModes>]
 [-OneDriveStorageQuota <Int64>] [-OneDriveForGuestsEnabled <Boolean>] [-IPAddressEnforcement <Boolean>]
 [-IPAddressAllowList <String>] [-IPAddressWACTokenLifetime <Int32>]
 [-EnableTenantRestrictionsInsights <Boolean>] [-EnablePromotedFileHandlers <Boolean>]
 [-UseFindPeopleInPeoplePicker <Boolean>] [-DefaultSharingLinkType <SharingLinkType>]
 [-ODBMembersCanShare <SharingState>] [-ODBAccessRequests <SharingState>]
 [-PreventExternalUsersFromResharing <Boolean>] [-ShowPeoplePickerSuggestionsForGuestUsers <Boolean>]
 [-AppOnlyBypassPeoplePickerPolicies <Boolean>] [-EnableDiscoverableByOrganizationForVideos <Boolean>]
 [-FileAnonymousLinkType <AnonymousLinkType>] [-FolderAnonymousLinkType <AnonymousLinkType>]
 [-NotifyOwnersWhenItemsReshared <Boolean>] [-NotifyOwnersWhenInvitationsAccepted <Boolean>]
 [-NotificationsInOneDriveForBusinessEnabled <Boolean>] [-NotificationsInSharePointEnabled <Boolean>]
 [-SelfServiceSiteCreationDisabled <Boolean>]
 [-SpecialCharactersStateInFileFolderNames <SpecialCharactersState>] [-OwnerAnonymousNotification <Boolean>]
 [-CommentsOnSitePagesDisabled <Boolean>] [-CommentsOnFilesDisabled <Boolean>]
 [-CommentsOnListItemsDisabled <Boolean>] [-ViewersCanCommentOnMediaDisabled <Boolean>]
 [-SocialBarOnSitePagesDisabled <Boolean>] [-SiteOwnersCanAccessMissingContent <Boolean>]
 [-OrphanedPersonalSitesRetentionPeriod <Int32>] [-PermissiveBrowserFileHandlingOverride <Boolean>]
 [-DisallowInfectedFileDownload <Boolean>] [-DefaultLinkPermission <SharingPermissionType>]
 [-CustomizedExternalSharingServiceUrl <String>] [-ConditionalAccessPolicyErrorHelpLink <String>]
 [-RestrictedAccessControlforSitesErrorHelpLink <String>]
 [-RestrictedAccessControlForOneDriveErrorHelpLink <String>]
 [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>] [-FilePickerExternalImageSearchEnabled <Boolean>]
 [-EmailAttestationRequired <Boolean>] [-EmailAttestationReAuthDays <Int32>]
 [-SyncPrivacyProfileProperties <Boolean>] [-DisabledWebPartIds <Guid[]>]
 [-DisabledAdaptiveCardExtensionIds <Guid[]>] [-EnableMinimumVersionRequirement <Boolean>]
 [-MarkNewFilesSensitiveByDefault <SensitiveByDefaultState>] [-EnableAIPIntegration <Boolean>]
 [-SyncAadB2BManagementPolicy <Boolean>] [-AllowCommentsTextOnEmailEnabled <Boolean>]
 [-EnableAzureADB2BIntegration <Boolean>] [-DisableAddShortcutsToOneDrive <Boolean>]
 [-IncludeAtAGlanceInShareEmails <Boolean>] [-DisableWorkflow2010 <Boolean>] [-EnableAutoNewsDigest <Boolean>]
 [-StopNew2010Workflows <Boolean>] [-StopNew2013Workflows <Boolean>] [-StopAlerts <Boolean>]
 [-DisableBackToClassic <Boolean>] [-ExternalUserExpirationRequired <Boolean>]
 [-ExternalUserExpireInDays <Int32>] [-BlockDownloadLinksFileType <BlockDownloadLinksFileTypes>]
 [-AnyoneLinkTrackUsers <Boolean>] [-BlockAppAccessWithAuthenticationContext <Boolean>]
 [-OneDriveLoopDefaultSharingLinkScope <SharingScope>] [-OneDriveLoopDefaultSharingLinkRole <SharingRole>]
 [-OneDriveRequestFilesLinkEnabled <Boolean>] [-OneDriveRequestFilesLinkExpirationInDays <Int32>]
 [-OneDriveSharingCapability <SharingCapabilities>] [-OneDriveDefaultShareLinkScope <SharingScope>]
 [-OneDriveDefaultShareLinkRole <SharingRole>] [-OneDriveDefaultLinkToExistingAccess <Boolean>]
 [-OneDriveBlockGuestsAsSiteAdmin <SharingState>] [-CoreLoopDefaultSharingLinkScope <SharingScope>]
 [-CoreLoopDefaultSharingLinkRole <SharingRole>] [-CoreSharingCapability <SharingCapabilities>]
 [-AllowSharingOutsideRestrictedAccessControlGroups <Boolean>] [-CoreRequestFilesLinkEnabled <Boolean>]
 [-CoreRequestFilesLinkExpirationInDays <Int32>] [-CoreDefaultShareLinkScope <SharingScope>]
 [-CoreDefaultShareLinkRole <SharingRole>] [-CoreDefaultLinkToExistingAccess <Boolean>]
 [-CoreBlockGuestsAsSiteAdmin <SharingState>]
 [-AllowAnonymousMeetingParticipantsToAccessWhiteboards <SharingState>] [-Workflows2013Enabled <Boolean>]
 [-IsFluidEnabled <Boolean>] [-IsWBFluidEnabled <Boolean>] [-IsCollabMeetingNotesFluidEnabled <Boolean>]
 [-IsLoopEnabled <Boolean>] [-DisableDocumentLibraryDefaultLabeling <Boolean>]
 [-ExtendPermissionsToUnprotectedFiles <Boolean>] [-EnableSensitivityLabelForPDF <Boolean>]
 [-EnableSensitivityLabelForOneNote <Boolean>] [-EnableSensitivityLabelForVideoFiles <Boolean>]
 [-BlockSendLabelMismatchEmail <Boolean>] [-LabelMismatchEmailHelpLink <String>]
 [-BlockUserInfoVisibility <String>] [-BlockUserInfoVisibilityInOneDrive <TenantBrowseUserInfoPolicyValue>]
 [-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
 [-AllowOverrideForBlockUserInfoVisibility <Boolean>] [-DisablePersonalListCreation <Boolean>]
 [-DisableSpacesActivation <Boolean>] [-DisableSpfxTopBottomPlaceholdersInElevatedContent <Boolean>]
 [-DisableVivaConnectionsAnalytics <Boolean>]
 [-InformationBarriersSuspension <Boolean>] [-IBImplicitGroupBased <Boolean>]
 [-AppBypassInformationBarriers <Boolean>] [-DefaultOneDriveInformationBarrierMode <String>]
 [-AppAccessInformationBarriersAllowList <Guid[]>] [-AllOrganizationSecurityGroupId <Guid>]
 [-DisableModernListTemplateIds <Guid[]>] [-EnableModernListTemplateIds <Guid[]>]
 [-HideSyncButtonOnTeamSite <Boolean>] [-AllowGuestUserShareToUsersNotInSiteCollection <Boolean>]
 [-StreamLaunchConfig <Int32>] [-DelegateRestrictedContentDiscoverabilityManagement <Boolean>]
 [-DelegateRestrictedAccessControlManagement <Boolean>] [-DisableOutlookPSTVersionTrimming <Boolean>]
 [-MediaTranscription <MediaTranscriptionPolicyType>]
 [-MediaTranscriptionAutomaticFeatures <MediaTranscriptionAutomaticFeaturesPolicyType>]
 [-ViewInFileExplorerEnabled <Boolean>] [-AuthContextResilienceMode <SPResilienceModeType>]
 [-ReduceTempTokenLifetimeEnabled <Boolean>] [-ReduceTempTokenLifetimeValue <Int32>]
 [-ShowOpenInDesktopOptionForSyncedFiles <Boolean>] [-ShowPeoplePickerGroupSuggestionsForIB <Boolean>]
 [-EnableRestrictedAccessControl <Boolean>] [-BlockDownloadFileTypePolicy <Boolean>]
 [-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]>] [-ExcludedBlockDownloadGroupIds <Guid[]>]
 [-TlsTokenBindingPolicyValue <SPOTlsTokenBindingPolicyValue>] [-RecycleBinRetentionPeriod <Int32>]
 [-IsEnableAppAuthPopUpEnabled <Boolean>] [-IsDataAccessInCardDesignerEnabled <Boolean>]
 [-MassDeleteNotificationDisabled <Boolean>] [-MassDeleteNotificationDisabledForODB <Boolean>]
 [-MassDeleteNotificationDisabledForSPO <Boolean>] [-EnableAutoExpirationVersionTrim <Boolean>]
 [-EnableMediaReactions <Boolean>] [-BusinessConnectivityServiceDisabled <Boolean>]
 [-ExpireVersionsAfterDays <Int32>] [-MajorVersionLimit <Int32>] [-FileTypesForVersionExpiration <String[]>]
 [-RemoveVersionExpirationFileTypeOverride <String[]>] [-AllowSensitivityLabelOnRecords <Boolean>]
 [-DelayDenyAddAndCustomizePagesEnforcement <Boolean>]
 [-DelayDenyAddAndCustomizePagesEnforcementOnClassicPublishingSites <Boolean>]
 [-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
 [-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
 [-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
 [-DelayContentSecurityPolicyEnforcement <Boolean>]
 [-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
 [-DocumentUnderstandingModelSelectedSitesList <String[]>]
 [-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
 [-AIBuilderModelScope <SyntexFeatureScopeValue>] [-AIBuilderModelSelectedSitesList <String[]>]
 [-AIBuilderModelSelectedSitesListOperation <SelectedSitesListOperations>]
 [-AIBuilderModelSelectedSitesIncludesContentCenters <Boolean>] [-PrebuiltModelScope <SyntexFeatureScopeValue>]
 [-PrebuiltModelSelectedSitesList <String[]>]
 [-PrebuiltModelSelectedSitesListOperation <SelectedSitesListOperations>]
 [-DocumentTranslationScope <SyntexFeatureScopeValue>] [-DocumentTranslationSelectedSitesList <String[]>]
 [-DocumentTranslationSelectedSitesListOperation <SelectedSitesListOperations>]
 [-AutofillColumnsScope <SyntexFeatureScopeValue>] [-AutofillColumnsSelectedSitesList <String[]>]
 [-AutofillColumnsSelectedSitesListOperation <SelectedSitesListOperations>]
 [-KnowledgeAgentScope <KnowledgeAgentFeatureScopeValue>] [-KnowledgeAgentSelectedSitesList <String[]>]
 [-KnowledgeAgentSelectedSitesListOperation <SelectedSitesListOperations>]
 [-OpticalCharacterRecognitionScope <SyntexFeatureScopeValue>]
 [-OpticalCharacterRecognitionSelectedSitesList <String[]>]
 [-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
 [-DefaultContentCenterSite <String>]
 [-DefaultLanguageForSiteCreation <String>]
 [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
 [-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
 [-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
 [-EnableNotificationsSubscriptions <Boolean>]
 [-IsFilePreviewDomainRestrictionEnabled <Boolean>]
 [-FilePreviewAllowedDomainList <String>]
 [-DisableTeamsMeetingRecordingDeletedNotification <Boolean>]

1 more parameter sets — see the parameter table below.

Parameters (250)

ParameterTypeRequiredWhat it controls
-AIBuilderModelScope SyntexFeatureScopeValue This parameter allows administrators to limit which SharePoint sites the AI builder model and [structured and freeform document processing](/microsoft-365/syntex/form-processing-overview) premium feature is available on.
-AIBuilderModelSelectedSitesIncludesContentCenters Boolean This parameter allows administrators to choose whether or not the AI builder model and [structured and freeform document processing](/microsoft-365/syntex/form-processing-overview) premium feature is available on all...
-AIBuilderModelSelectedSitesList String[] This parameter allows administrators to pass a list of SharePoint site URLs to modify the AI builder model and [structured and freeform document processing](/microsoft-365/syntex/form-processing-overview) premium...
-AIBuilderModelSelectedSitesListOperation SelectedSitesListOperations This parameter allows administrators to specify the operation to perform on the AI builder model and [structured and freeform document processing](/microsoft-365/syntex/form-processing-overview) premium feature's...
-AddAppIdToList SwitchParameter When paired with `RestrictExternalSharing`, indicates that GUIDs should be added to the external sharing restriction.
-AllOrganizationSecurityGroupId Guid Sets the All-Organization Security Group by object ID. This group is then used for other features, such as "EnableDiscoverableByOrganizationForVideos", if enabled. If you change the group ID associated with the...
-AllowAnonymousMeetingParticipantsToAccessWhiteboards SharingState When you share a whiteboard in a Teams meeting, Whiteboard creates a sharing link. This link is accessible by anyone within the organization. The whiteboard is also shared with any in-tenant users in the meeting....
-AllowClassicPublishingSiteCreation Boolean This parameter allows creation of classic publishing site collections (templates BLANKINTERNETCONTAINER#0, CMSPUBLISHING#0 and BLANKINTERNET#0) and activation of classic publishing features in sites.
-AllowCommentsTextOnEmailEnabled Boolean When this parameter is true, the email notification that a user receives when is mentioned, includes the surrounding document context. Set it to false to disable this feature.
-AllowDownloadingNonWebViewableFiles Boolean This parameter has been deprecated.
-AllowEditing Boolean Prevents users from editing Office files in the browser and copying and pasting Office file contents out of the browser window.
-AllowEveryoneExceptExternalUsersClaimInPrivateSite Boolean When this parameter is true, the "Everyone except external users" claim is available in the People Picker of a private site. Set it to false to disable this feature.
-AllowFileArchive Boolean Controls whether file-level archiving is allowed at the tenant level. This setting can be overridden for specific sites by the site-level flag of the same name and has no effect unless Microsoft 365 Archive is...
-AllowFileArchiveOnNewSitesByDefault Boolean Specifies the default value of the `AllowFileArchive` property for newly created SharePoint sites. This determines whether new sites allow file-level archiving by default. Microsoft 365 Archive and the tenant-level...
-AllowGuestUserShareToUsersNotInSiteCollection Boolean The AllowGuestUserShareToUsersNotInSiteCollection settings (defaulted to false) will allow guests to share to users not in the site.
-AllowOverrideForBlockUserInfoVisibility Boolean Allow organization level policy for Block User Info Visibility to be overridden for a SharePoint site or OneDrive. Use Set-SPOSite to override the policy for a SharePoint site or OneDrive.
-AllowSelectSecurityGroupsInSPSitesList String[] Allows members of specific security groups to access SharePoint content.
-AllowSelectSGsInODBListInTenant String[] Allows members of specific security groups to access OneDrive content.
-AllowSensitivityLabelOnRecords Boolean Specifies whether sensitivity labels can be applied to records.
-AllowSharingOutsideRestrictedAccessControlGroups Boolean Controls whether sharing SharePoint sites and their content is allowed with users and groups who are not allowed as per the Restricted access control policy.
-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled Boolean 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...
-AnyoneLinkTrackUsers Boolean Requires recipients to verify their identity with an email address to access content from an Anyone link.
-AppAccessInformationBarriersAllowList Guid[] Gets or sets the list of third-party application IDs (GUIDs) that are allowed to access information barriers protected sites and OneDrive accounts in the tenant. Note: The feature associated with this cmdlet will be...
-AppBypassInformationBarriers Boolean Controls whether applications running in app-only mode can access sites protected by information barriers.
-ApplyAppEnforcedRestrictionsToAdHocRecipients Boolean When the feature is enabled, all guest users are subject to conditional access policy. By default guest users who are accessing SharePoint Online files with pass code are exempt from the conditional access policy.
-AppOnlyBypassPeoplePickerPolicies Boolean Whether app-only bypasses people-picker policies.
-ArchiveRedirectUrl String Url to use to contact the administrator in the archived error page.
-AuthContextResilienceMode SPResilienceModeType The authentication context resilience mode.
-AutofillColumnsScope SyntexFeatureScopeValue This parameter allows administrators to limit which SharePoint sites the [autofill columns](/microsoft-365/syntex/autofill-overview) premium feature is available on.
-AutofillColumnsSelectedSitesList String[] This parameter allows administrators to pass a list of SharePoint site URLs to modify the [autofill columns](/microsoft-365/syntex/autofill-overview) premium feature's selected sites list. By default this parameter...
-AutofillColumnsSelectedSitesListOperation SelectedSitesListOperations This parameter allows administrators to specify the operation to perform on the [autofill columns](/microsoft-365/syntex/autofill-overview) premium feature's current selected sites list using the list of site URLs...
-BccExternalSharingInvitations Boolean When the feature is enabled, all external sharing invitations that are sent will blind copy the e-mail messages listed in the BccExternalSharingsInvitationList.
-BccExternalSharingInvitationsList String Specifies a list of e-mail addresses to be BCC'd when the BCC for External Sharing feature is enabled. Multiple addresses can be specified by creating a comma separated list with no spaces.
-BlockAppAccessWithAuthenticationContext Boolean Whether to block app access via authentication context.
-BlockDownloadFileTypeIds SPBlockDownloadFileTypeId[] Specifies the list of file type IDs that BlockDownloadFileTypePolicy applies to.
-BlockDownloadFileTypePolicy Boolean You can block the download of Teams meeting recording files from SharePoint or OneDrive. This allows users to remain productive while addressing the risk of accidental data loss. Users have browser-only access to...
-BlockDownloadLinksFileType BlockDownloadLinksFileTypes The valid values are:
-BlockSendLabelMismatchEmail Boolean When a sensitivity label mismatch occurs between the label on the document uploaded and the label on the site, SharePoint Online captures an audit record, and sends an Incompatible sensitivity label detected email...
-BlockUserInfoVisibility String This feature has not yet been rolled out to Production. Attempting to set this parameter before rollout is complete will result in an error message. More details on this feature will be available on release.
-BlockUserInfoVisibilityInOneDrive TenantBrowseUserInfoPolicyValue Blocks users from accessing User Info if they have Limited Access permission only to the OneDrive. The policy applies to all OneDrives in the organization.
-BlockUserInfoVisibilityInSharePoint TenantBrowseUserInfoPolicyValue 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.
-BusinessConnectivityServiceDisabled Boolean Prevents access to features that depend on the Business Connectivity Service (BCS), including external lists, external columns, and external content types.
-CommentsOnFilesDisabled Boolean Disables or enables commenting functionality on the files. PARAMVALUE: True | False
-CommentsOnListItemsDisabled Boolean Disables or enables commenting functionality on list items. PARAMVALUE: True | False
-CommentsOnSitePagesDisabled Boolean Disables or enables commenting functionality on the site pages. PARAMVALUE: True | False
-ConditionalAccessPolicy SPOConditionalAccessPolicyType Please read [Control access from unmanaged devices](/sharepoint/control-access-from-unmanaged-devices) documentation here to understand Conditional Access Policy usage in SharePoint Online.
-ConditionalAccessPolicyErrorHelpLink String A Link for help when Conditional Access Policy blocks a user. This should be in a valid URL format. A valid URL format that begins with https:// or https://.
-ContentSecurityPolicyEnforcement Boolean Controls whether content security policy is enabled.
-ContentTypeSyncSiteTemplatesList String[] yes By default Content Type Hub will no longer push content types to OneDrive for Business sites (formerly known as MySites).
-CoreBlockGuestsAsSiteAdmin SharingState Whether to block guests as site admins on core partition.
-CoreDefaultLinkToExistingAccess Boolean When set to `True`, the default sharing link will be a "People with Existing Access" link (which does not modify permissions) for SharePoint sites. When set to `False` (the default), the default sharing link type is...
-CoreDefaultShareLinkRole SharingRole This parameter sets the default share link role on SharePoint sites. It replaces the `DefaultLinkPermission`.
-CoreDefaultShareLinkScope SharingScope This parameter sets the default share link scope on SharePoint sites. It replaces the `DefaultSharingLinkType`.
-CoreLoopDefaultSharingLinkRole SharingRole This parameter sets the default share link role for Loop and Whiteboard files on SharePoint sites.
-CoreLoopDefaultSharingLinkScope SharingScope This parameter sets the default share link scope for Loop and Whiteboard files on SharePoint sites.
-CoreAnyoneSharingLinkMaxExpirationInDays Int32 Specifies the maximum number of days before Anyone (anonymous) sharing links expire for all SharePoint sites (not including OneDrive sites). This is a tenant wide setting, and all geos will inherit the policy.
-CoreAnyoneSharingLinkRecommendedExpirationInDays Int32 Specifies the recommended number of days before Anyone (anonymous) sharing links expire for all SharePoint sites (not including OneDrive sites). This setting provides a suggested expiration period to users when they...
-CoreOrganizationSharingLinkMaxExpirationInDays Int32 Specifies the maximum number of days before organization sharing links expire for all SharePoint sites (not including OneDrive sites). This is a tenant wide setting, and all geos will inherit the policy.
-CoreOrganizationSharingLinkRecommendedExpirationInDays Int32 Specifies the recommended number of days before organization sharing links expire for all SharePoint sites (not including OneDrive sites). This setting provides a suggested expiration period to users when they create...
-CoreRequestFilesLinkEnabled Boolean Enable or disable the Request files link on the core partition for all SharePoint sites (not including OneDrive sites). If this value is not set, Request files will only show for OneDrives with Anyone links enabled.
-CoreRequestFilesLinkExpirationInDays Int32 Specifies the number of days before a Request files link expires for all SharePoint sites (not including OneDrive sites).
-CoreSharingCapability SharingCapabilities Determines what level of sharing is available for SharePoint sites (not including OneDrive sites).
-CustomizedExternalSharingServiceUrl String Specifies a URL that will be appended to the error message that is surfaced when a user is blocked from sharing externally by policy. This URL can be used to direct users to internal portals to request help or to...
-DefaultContentCenterSite String This parameter allows administrators to set the default content center site for their tenant, if one does not already exist, by providing a content center's URL. The content center configured here is the default for...
-DefaultLanguageForSiteCreation String Specifies the default language that SharePoint Online uses when it creates new OneDrive sites for the organization. Provide a language tag, such as `en-US`, `de-DE`, or `fr-FR`.
-DefaultLinkPermission SharingPermissionType Lets administrators choose the default permission of the link in the sharing dialog box in OneDrive for Business and SharePoint Online. This applies to anonymous access, organization, and specific people links.
-DefaultOneDriveInformationBarrierMode String The DefaultOneDriveInformationBarrierMode sets the information barrier mode for all OneDrive sites.
-DefaultSharingLinkType SharingLinkType Lets administrators choose the default link type in the sharing dialog box in OneDrive for Business and SharePoint Online.
-DelayContentSecurityPolicyEnforcement Boolean This parameter allows administrators to delay the [enforcement of Content Security Policy checking](https://aka.ms/spfx/csp) from March 1, 2026 to June 1, 2026.
-DelayDenyAddAndCustomizePagesEnforcement Boolean Whether to delay enforcing custom scripts setting.
-DelayDenyAddAndCustomizePagesEnforcementOnClassicPublishingSites Boolean This parameter controls how SharePoint will deal with classic publishing sites (templates BLANKINTERNETCONTAINER#0, CMSPUBLISHING#0 and BLANKINTERNET#0) where custom scripts are allowed.
-DelegateRestrictedAccessControlManagement Boolean Allows SharePoint administrators to delegate the management of Restricted access control policy on sites to site admins and owners.
-DelegateRestrictedContentDiscoverabilityManagement Boolean Allows SharePoint administrators to delegate the management of Restricted content discoverability policy on sites to site admins and owners.
-DenySelectSecurityGroupsInSPSitesList String[] Restricts members of specific security groups from accessing SharePoint content.
-DenySelectSGsInODBListInTenant String[] Restricts members of specific security groups from accessing OneDrive content.
-DisableAddShortcutsToOneDrive Boolean When the feature is disabled ($true), the option [Add shortcut to My files](https://support.microsoft.com/office/add-shortcuts-to-shared-folders-in-onedrive-for-work-or-school-d66b1347-99b7-4470-9360-ffc048d35a33)...
-DisableBackToClassic Boolean Enables or disables the link "Return to classic SharePoint" on modern SharePoint list and library pages.
-DisableCustomAppAuthentication Boolean Prevents apps using an Azure Access Control (ACS) app-only access token to access SharePoint. ACS, a service of Microsoft Entra ID, has been retired on November 7, 2018. This retirement does not impact the SharePoint...
-DisabledAdaptiveCardExtensionIds Guid[] 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...
-DisableDocumentLibraryDefaultLabeling Boolean This switch allows tenant admins to disable the capability of configuring a default sensitivity label for a document library.
-DisabledWebPartIds Guid[] Allows administrators to prevent certain web parts from being added to pages or rendering on pages on which they were previously added. Currently, only the following web parts can be disabled in such a manner:
-DisableModernListTemplateIds Guid[] Specifies list of modern template IDs not enabled in tenant.
-DisableOutlookPSTVersionTrimming Boolean This parameter has no effect and it was used to opt-out of PST files retention policy changes as communicated in MC256835 (May 2021). Starting August 16, 2021, the service started retaining 30 days worth of versions...
-DisablePersonalListCreation Boolean Controls whether users can create a personal list.
-DisableSharePointStoreAccess Boolean This feature allows the SharePoint Administrators to disable SharePoint Store access for all users in the tenant.
-DisableSpacesActivation Boolean Controls SharePoint spaces activation.
-DisableSpfxTopBottomPlaceholdersInElevatedContent Boolean This feature allows SharePoint Administrators to control where SPFx Top and Bottom placeholders are rendered in relation to elevated content.
-DisableVivaConnectionsAnalytics Boolean Controls whether the Viva Connections analytics feature is enabled.
-DisableWorkflow2010 Boolean Controls whether Workflow 2010 is enabled.
-DisallowInfectedFileDownload Boolean Prevents the Download button from being displayed on the Virus Found warning page.
-DisplayStartASiteOption Boolean Determines whether tenant users see the Start a Site menu option.
-DocumentTranslationScope SyntexFeatureScopeValue This parameter allows administrators to limit which SharePoint sites the [document translation](/microsoft-365/syntex/translation) premium feature is available on.
-DocumentTranslationSelectedSitesList String[] This parameter allows administrators to pass a list of SharePoint site URLs to modify the [document translation](/microsoft-365/syntex/translation) premium feature's selected sites list. By default this parameter...
-DocumentTranslationSelectedSitesListOperation SelectedSitesListOperations This parameter allows administrators to specify the operation to perform on the [document translation](/microsoft-365/syntex/translation) premium feature's current selected sites list using the list of site URLs...
-DocumentUnderstandingModelScope SyntexFeatureScopeValue This parameter allows administrators to limit which SharePoint sites the document understanding model and [unstructured document processing](/microsoft-365/syntex/document-understanding-overview) premium feature is...
-DocumentUnderstandingModelSelectedSitesList String[] This parameter allows administrators to pass a list of SharePoint site URLs to modify the document understanding model and [unstructured document processing](/microsoft-365/syntex/document-understanding-overview)...
-DocumentUnderstandingModelSelectedSitesListOperation SelectedSitesListOperations This parameter allows administrators to specify the operation to perform on the document understanding model and [unstructured document processing](/microsoft-365/syntex/document-understanding-overview) premium...
-EmailAttestationReAuthDays Int32 Sets the number of days for email attestation re-authentication. Value can be from 1 to 365 days.
-EmailAttestationRequired Boolean Sets email attestation to required.
-EnableAIPIntegration Boolean This parameter enables SharePoint to process the content of files stored in SharePoint and OneDrive with sensitivity labels that include encryption. For more information, see [Enable sensitivity labels for Office...
-EnableAgentWorkerSharingDisclaimer Boolean This is a tenant-level switch that enables admins to allow end users to see a disclaimer message when they share a site or it's content with an agent worker or AI teammate.
-EnableAutoExpirationVersionTrim Boolean Global and SharePoint Administrators can set organization-level version history limits settings that universally apply to new versions created on all new document libraries created in your organization.
-EnableAutoNewsDigest Boolean Enable or disable auto news digest. [Documentation](https://aka.ms/autonewsdigest) for auto news digest.
-EnableNotificationsSubscriptions Boolean This is an opt-in setting that enables or disables writing SharePoint News and Announcement notification data to a list (NewsNotificationList) in the My Site of every user. When enabled, SharePoint Online emits...
-DisableTeamsMeetingRecordingDeletedNotification Boolean This is an opt-in setting that enables or disables sending email notification when a Teams meeting recording file is deleted after expiration at the tenant level.
-EnableAzureADB2BIntegration Boolean Enables OneDrive and SharePoint integration with Microsoft Entra B2B. For more information, see [SharePoint and OneDrive integration with Microsoft Entra B2B](/sharepoint/sharepoint-azureb2b-integration).
-EnableDiscoverableByOrganizationForVideos Boolean When set to true, allows users to easily share a video with the entire company, using the security group defined in "AllOrganizationSecurityGroupId". If this security group is undefined, the Discoverable By Company...
-EnableGuestSignInAcceleration Boolean Accelerates guest-enabled site collections as well as member-only site collections when the SignInAccelerationDomain parameter is set.
-EnableMediaReactions Boolean Controls whether media reactions are enabled.
-EnableMinimumVersionRequirement Boolean This parameter was used to opt-out of the versioning setting update. It has no effect as of today as versioning setting has already been rolled out.
-EnableModernListTemplateIds Guid[] Specifies list of modern template IDs enabled in tenant.
-EnablePromotedFileHandlers Boolean This parameter is reserved for Microsoft internal use.
-EnableRestrictedAccessControl Boolean Lets you and other Global or SharePoint Administrators restrict access to sites.
-EnableSensitivityLabelforPDF Boolean Allows tenant admins to turn on support for PDFs with sensitivity labels for the following scenarios:
-EnableSensitivityLabelforOneNote Boolean Allows tenant admins to turn on support for sections in OneNote with sensitivity labels for the following scenarios:
-EnableSensitivityLabelforVideoFiles Boolean Allows tenant admins to turn on support for Video files with sensitivity labels for the following scenarios:
-EnableTenantRestrictionsInsights Boolean Whether to enable the tenant restrictions policy insights.
-EnableVersionExpirationSetting Boolean The `EnableVersionExpirationSetting` parameter is no longer active, this feature is now automatically enabled for each tenant. [Learn more about Version History Settings](/sharepoint/document-library-version-history-limits)
-EnforceContentSecurityPolicyConfiguration Boolean When set to `True` **Content Security Policy** violations will be enforced. In multi-geo environments, **Content Security Policy** configuration is unique to each geo.
-EnforceRequestDigest Boolean When set to `True` a valid request digest is required on SOAP API calls that perform a state-changing operation.
-ExcludedBlockDownloadGroupIds Guid[] Exempts users from specified groups from the block download policy and they can fully download any content for the site.
-ExcludeSiteTemplate SwitchParameter Excludes the specified template from Content Type hub content type synchronization. Must be used with `-ContentTypeSyncSiteTemplatesList [String[]]`.
-ExemptNativeUsersFromTenantLevelRestricedAccessControl Boolean Gets or sets the value of a setting which determines whether Native Identity users should be exempted from restricted access control policy at tenant level.
-ExpireVersionsAfterDays Int32 When version history limits are managed manually (`EnableAutoExpirationVersionTrim $false`), admins will need to set the limits to the number of major versions (`MajorVersionLimit`) and the time period the versions...
-ExtendPermissionsToUnprotectedFiles Boolean This property can be used to turn on/off the capability called "Extended SharePoint permissions to unprotected files". To learn more about this feature check [here](https://aka.ms/ExtendSharePointPermission)
-ExternalServicesEnabled Boolean Enables external services for a tenant. External services are defined as services that are not in the Office 365 datacenters.
-ExternalUserExpirationRequired Boolean Specifies whether to enable the external user expiration policy, where external users will be expired and removed from the site collection in a given number of days.
-ExternalUserExpireInDays Int32 Specifies the number of days before an external user will expire and be removed from the site collection if the policy is enabled. Value can be from 30 to 730 days.
-FileAnonymousLinkType AnonymousLinkType Anonymous access links can allow recipients to only view or view and edit. The value can be set separately for folders and files.
-FilePickerExternalImageSearchEnabled Boolean For Webparts that support inserting images, like for example Image or Hero webpart, the Web search (Powered by Bing) option will be available if enabled (the default).
-FilePreviewAllowedDomainList String Specifies a list of domains that the file preview viewer is allowed to load content from when rendering previews (PDF, images, Office, documents, and other supported file types). Use the comma character as the...
-FileTypesForVersionExpiration String[] An array of file type names. The supported file type names are: - Audio - OutlookPST - Video
-FolderAnonymousLinkType AnonymousLinkType Users can configure folder anonymous access links that allow recipients to view, view and upload, or view, edit, and upload files.
-HideSyncButtonOnTeamSite Boolean When set to true, turns off OneDrive sync from all the SharePoint libraries in your organization.
-IBImplicitGroupBased Boolean The IBImplicitGroupBased setting enables Microsoft 365 Groups membership-based access and sharing control for all Implicit mode sites.
-IncludeAtAGlanceInShareEmails Boolean Enable or disable the At A Glance feature in sharing e-mails. This provides the key points and time to read for the shared item if available.
-InformationBarriersSuspension Boolean When InformationBarriersSuspension parameter is set to $false, information barriers in SharePoint and OneDrive is enabled, when set to $true, it is disabled.
-IPAddressAllowList String Configures multiple IP addresses or IP address ranges (IPv4 or IPv6), that are recognized as trusted.
-IPAddressEnforcement Boolean Allows access from network locations that are defined by an administrator.
-IPAddressWACTokenLifetime Int32 Allows to set the session timeout. If you are a tenant administrator and you begin IP address enforcement for OneDrive for Business in Office 365, this enforcement automatically activates a tenant parameter...
-IsCollabMeetingNotesFluidEnabled Boolean Controls whether collaborative meeting notes are enabled in Microsoft Teams.
-IsDataAccessInCardDesignerEnabled Boolean The IsDataAccessInCardDesignerEnabled settings (defaulted to false) will allow Viva Connections Dashboard operators to access SharePoint and Graph APIs in the Card Designer card.
-IsEnableAppAuthPopUpEnabled Boolean Enables or disables users in the organization to authenticate SharePoint applications using popups.
-IsFilePreviewDomainRestrictionEnabled Boolean Enables or disables enforcement of the file preview domain allow list defined by `FilePreviewAllowedDomainList`.
-IsFluidEnabled Boolean Whether the Fluid Framework is enabled.
-IsLoopEnabled Boolean Controls whether Loop components are available in Microsoft Teams.
-IsSharePointAddInsBlocked Boolean When this feature is enabled, all functionalities of the add-ins will be restricted, preventing them from running or installing.
-IsSharePointAddInsDisabled Boolean When the feature is enabled, all the add-ins features will be disabled.
-IsWBFluidEnabled Boolean Sets whether Whiteboard is enabled or disabled for OneDrive for Business users. Whiteboard on OneDrive for Business is automatically enabled for applicable Microsoft 365 tenants but can be disabled.
-KnowledgeAgentScope KnowledgeAgentFeatureScopeValue This parameter allows administrators to control which SharePoint sites the Knowledge Agent feature is available on.
-KnowledgeAgentSelectedSitesList String[] This parameter allows administrators to pass a list of SharePoint site URLs to exclude from the Knowledge agent feature. By default, this overwrites any existing exclusion list with the provided list. This parameter...
-KnowledgeAgentSelectedSitesListOperation SelectedSitesListOperations This parameter specifies the operation to perform on the Knowledge Agent feature's current excluded sites list.
-LabelMismatchEmailHelpLink String This parameter allows tenant admins to customize the "Help Link" in email with the subject "Incompatible sensitivity label detected." When a sensitivity label mismatch occurs between the label on the document...
-LegacyAuthProtocolsEnabled Boolean By default this value is set to $True, which means that authentication using legacy protocols is enabled.
-LegacyBrowserAuthProtocolsEnabled Boolean Controls whether legacy browser authentication connections to SharePoint with legacy Relying Party suite (RPS) protocol are enabled. Legacy protocols are more susceptible to brute-force and phishing attacks because...
-LimitedAccessFileType SPOLimitedAccessFileType Allows users to preview only Office files in the browser. This option increases security, but may be a barrier to user productivity.
-MajorVersionLimit Int32 When version history limits are managed manually (`EnableAutoExpirationVersionTrim $false`), admins will need to set the limits to the number of major versions (`MajorVersionLimit`) and the time period the versions...
-MarkNewFilesSensitiveByDefault SensitiveByDefaultState If external sharing is turned on, sensitive content could be shared and accessed by guests before the Office DLP rule finishes processing, you can address this issue by configuring this parameter.
-MassDeleteNotificationDisabled Boolean Enables or disables the mass delete detection feature. When MassDeleteNotificationDisabled is set to $true, tenant admins can perform mass deletion operations without triggering email notifications.
-MassDeleteNotificationDisabledForODB Boolean Enables or disables the mass delete detection feature for ODB. When MassDeleteNotificationDisabledForODB is set to $true, tenant admins can perform mass deletion operations without triggering email notifications for ODB.
-MassDeleteNotificationDisabledForSPO Boolean Enables or disables the mass delete detection feature for SPO. When MassDeleteNotificationDisabledForSPO is set to $true, tenant admins can perform mass deletion operations without triggering email notifications for SPO.
-MaxCompatibilityLevel Int32 The only valid value is "15".
-MediaTranscription MediaTranscriptionPolicyType When the feature is enabled, videos can have transcripts generated on demand or generated automatically in certain scenarios. This is the default because the policy is default on. If a video owner decides they don't...
-MediaTranscriptionAutomaticFeatures MediaTranscriptionAutomaticFeaturesPolicyType When the feature is enabled, videos can have transcripts generated automatically on upload. The policy is default on. If a tenant admin decides to disable the feature, he can do so by disabling the policy at tenant...
-MinCompatibilityLevel Int32 The only valid value is "15".
-NoAccessRedirectUrl String Specifies the URL of the redirected site for those site collections which have the locked state "NoAccess."
-NotificationsInOneDriveForBusinessEnabled Boolean Enables or disables notifications in OneDrive for Business.
-NotificationsInSharePointEnabled Boolean Enables or disables notifications in SharePoint.
-NotifyOwnersWhenInvitationsAccepted This parameter has been deprecated since SharePoint Online legacy invitation flow switched to Entra B2B invitation flow.
-NotifyOwnersWhenItemsReshared Boolean When this parameter is set to $true and another user re-shares a document from a user's OneDrive for Business, the OneDrive for Business owner is notified by e-mail.
-ODBAccessRequests Boolean Lets administrators set policy on access requests and requests to share in OneDrive for Business.
-ODBMembersCanShare SharingState Lets administrators set policy on re-sharing behavior in OneDrive for Business.
-OfficeClientADALDisabled Boolean When set to true this will disable the ability to use Modern Authentication that leverages ADAL across the tenant.
-OneDriveBlockGuestsAsSiteAdmin SharingState Controls whether guests are blocked from using OneDrive.
-OneDriveDefaultLinkToExistingAccess Boolean When set to `True`, the default sharing link will be a "People with Existing Access" link (which does not modify permissions) for OneDrive sites. When set to `False` (the default), the default sharing link type is...
-OneDriveDefaultShareLinkRole SharingRole This parameter sets the default share link role on OneDrive sites. It replaces the `DefaultLinkPermission`.
-OneDriveDefaultShareLinkScope SharingScope This parameter sets the default share link scope on OneDrive sites. It replaces the `DefaultSharingLinkType`.
-OneDriveForGuestsEnabled Boolean Lets OneDrive for Business creation for administrator managed guest users. Administrator managed Guest users use credentials in the resource tenant to access the resources.
-OneDriveLoopDefaultSharingLinkRole SharingRole This parameter sets the default share link role for Loop and Whiteboard files on OneDrive sites.
-OneDriveLoopDefaultSharingLinkScope SharingScope Gets or sets default share link scope for Loop and Whiteboard files on OneDrive sites.
-OneDriveAnyoneSharingLinkMaxExpirationInDays Int32 Specifies the maximum number of days before Anyone (anonymous) sharing links expire for all OneDrive sites. This is a tenant wide setting, and all geos will inherit the policy.
-OneDriveAnyoneSharingLinkRecommendedExpirationInDays Int32 Specifies the recommended number of days before Anyone (anonymous) sharing links expire for all OneDrive sites. This setting provides a suggested expiration period to users when they create sharing links. This is a...
-OneDriveOrganizationSharingLinkMaxExpirationInDays Int32 Specifies the maximum number of days before organization sharing links expire for all OneDrive sites. This is a tenant wide setting, and all geos will inherit the policy.
-OneDriveOrganizationSharingLinkRecommendedExpirationInDays Int32 Specifies the recommended number of days before organization sharing links expire for all OneDrive sites. This setting provides a suggested expiration period to users when they create sharing links. This is a tenant...
-OneDriveRequestFilesLinkEnabled Boolean Enable or disable the Request files link on the OneDrive partition for all OneDrive sites. If this value is not set, the Request files link will only show for OneDrives with Anyone links enabled.
-OneDriveRequestFilesLinkExpirationInDays Int32 Specifies the number of days before a Request files link expires for all OneDrive sites.
-OneDriveSharingCapability SharingCapabilities Determines what level of sharing is available for OneDrive sites. It corresponds to the `SharingCapabilities` for OneDrive sites.
-OneDriveStorageQuota Int64 Sets a default OneDrive for Business storage quota for the tenant. It will be used for new OneDrive for Business sites created.
-OpticalCharacterRecognitionScope SyntexFeatureScopeValue This parameter allows administrators to limit which SharePoint sites the [optical character recognition](/microsoft-365/syntex/ocr) premium feature is available on.
-OpticalCharacterRecognitionSelectedSitesList String[] This parameter allows administrators to pass a list of SharePoint site URLs to modify the [optical character recognition](/microsoft-365/syntex/ocr) premium feature's selected sites list. By default this parameter...
-OpticalCharacterRecognitionSelectedSitesListOperation SelectedSitesListOperations This parameter allows administrators to specify the operation to perform on the [optical character recognition](/microsoft-365/syntex/ocr) premium feature's current selected sites list using the list of site URLs...
-OrphanedPersonalSitesRetentionPeriod SyntexFeatureScopeValue Specifies the number of days after a user's Active Directory account is deleted that their OneDrive for Business content will be deleted.
-OwnerAnonymousNotification String[] Enables or disables owner anonymous notification. If enabled, an email notification will be sent to the OneDrive for Business owners when anonymous links are created or changed.
-PermissiveBrowserFileHandlingOverride SelectedSitesListOperations Enables the Permissive browser file handling. By default, the browser file handling is set to Strict. The Strict setting adds headers that force the browser to download certain types of files. The forced download...
-PrebuiltModelScope SyntexFeatureScopeValue This parameter allows administrators to limit which SharePoint sites the prebuilt model and [prebuilt document processing](/microsoft-365/syntex/prebuilt-overview) premium feature is available on.
-PrebuiltModelSelectedSitesList String[] This parameter allows administrators to pass a list of SharePoint site URLs to modify the prebuilt model and [prebuilt document processing](/microsoft-365/syntex/prebuilt-overview) premium feature's selected sites...
-PrebuiltModelSelectedSitesListOperation SelectedSitesListOperations This parameter allows administrators to specify the operation to perform on the prebuilt model and [prebuilt document processing](/microsoft-365/syntex/prebuilt-overview) premium feature's current selected sites list...
-PreventExternalUsersFromResharing Int32 Prevents external users from resharing files, folders, and sites that they do not own.
-ProvisionSharedWithEveryoneFolder Boolean Creates a Shared with Everyone folder in every user's new OneDrive for Business document library.
-PublicCdnAllowedFileTypes Boolean Sets public CDN allowed file types, if the public CDN is enabled.
-PublicCdnEnabled SyntexFeatureScopeValue Enables or disables the public CDN.
-RecycleBinRetentionPeriod Int32 Sets the amount of time content is kept in the in recycle bin in Microsoft365.com before it is deleted.
-ReduceTempTokenLifetimeEnabled Boolean Enables reduced session timeout for temporary URLs used by apps for document download scenarios. Reduction occurs when an app redeeming an IP address does not match the original requesting IP. The default value is 15...
-ReduceTempTokenLifetimeValue Int32 Optional parameter to set the session timeout value for temporary URLs. The value can be set between 5 and 15 minutes and the default value is 15 minutes.
-RemoveAppIdFromList SwitchParameter When paired with `RestrictExternalSharing`, indicates that GUIDs should be removed from the external sharing restriction.
-RemoveVersionExpirationFileTypeOverride String[] An array of file type names. Removes the version history limit override from a set of file types so that they will follow the default version history limits.
-RequireAcceptingAccountMatchInvitedAccount Boolean This parameter has been deprecated since SharePoint Online legacy invitation flow switched to Entra B2B invitation flow.
-RequireAcceptingAccountMatchInvitedAccount This parameter has been deprecated since SharePoint Online legacy invitation flow switched to Entra B2B invitation flow.
-RequireAnonymousLinksExpireInDays Int32 Specifies the upper bound for user-created anonymous link expiration periods. All links created after setting this policy will expire by the end of a period spanning the set number of days.
-RestrictedAccessControlForOneDriveErrorHelpLink String Sets the link to organization help page in case of access denied due to restricted access control policy.
-RestrictedAccessControlforSitesErrorHelpLink String Sets a custom learn more link to inform users who were denied access to a SharePoint site due to the restricted site access control policy.
-RestrictExternalSharing Guid[] yes Specifies agentic identities which are restricted from sharing content to external users.
-RestrictExternalSharingForAgents Boolean Controls whether agentic identities are allowed to share content with external users. Setting this to `True` prevents sharing.
-RestrictResourceAccountAccess Boolean 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...
-ResyncContentSecurityPolicyConfigurationEntries Boolean When set to `True`, forces a sync of **Content Security Policy** sources for SharePoint Framework components in the tenant application catalog. New sources will be added to the configuration, if not already present,...
-ReSyncTenantPrivacyProfile Boolean The 'SyncPrivacyProfileProperties' parameter is obsolete and renamed ReSyncTenantPrivacyProfile.
-SearchResolveExactEmailOrUPN Boolean Removes the search capability from People Picker. Note, recently resolved names will still appear in the list until browser cache is cleared or expired. This also does not allow SharePoint users to search for...
-SelfServiceSiteCreationDisabled Boolean When set to `True`, users cannot create sites from SharePoint, OneDrive, the PnP PowerShell cmdlet, and the REST API. When set to `False` (the default), users can create sites from SharePoint, OneDrive, the PnP...
-SensitivityLabel String Sets the sensitivity label for a site.
-SharingAllowedDomainList String Specifies a list of email domains that are allowed for sharing with the external collaborators. Use the space character as the delimiter for entering multiple values. For example, "contoso.com fabrikam.com".
-SharingBlockedDomainList Boolean Specifies a list of email domains that are blocked or prohibited for sharing with the external collaborators. Use space character as the delimiter for entering multiple values. For example, "contoso.com fabrikam.com".
-SharingCapability SharingCapabilities Determines what level of sharing is available for OneDrive and SharePoint sites.
-SharingDomainRestrictionMode SharingDomainRestrictionModes Specifies the external sharing mode for domains.
-ShowAllUsersClaim Boolean Enables the administrator to hide the All Users claim groups in People Picker.
-ShowEveryoneClaim Boolean Enables the administrator to hide the Everyone claim in the People Picker. When users share an item with Everyone, it is accessible to all authenticated users in the tenant's Microsoft Entra ID, including any active...
-ShowEveryoneExceptExternalUsersClaim Boolean Enables the administrator to hide the "Everyone except external users" claim in the People Picker. When users share an item with "Everyone except external users", it is accessible to all organization members in the...
-ShowOpenInDesktopOptionForSyncedFiles Boolean Sets whether the Open in Desktop setting should be enabled.
-ShowPeoplePickerGroupSuggestionsForIB Boolean The ShowPeoplePickerGroupSuggestionsForIB setting (defaulted to false) allows showing group suggestions for information barriers (IBs) in the People Picker.
-ShowPeoplePickerSuggestionsForGuestUsers Boolean Shows people picker suggestions for guest users. To enable the option to search for existing guest users at Tenant Level, set this parameter to $true.
-SignInAccelerationDomain String Specifies the home realm discovery value to be sent to Microsoft Entra ID during the user sign-in process.
-SiteOwnersCanAccessMissingContent Boolean Whether site owners can access information about missing content on their site.
-SiteOwnerManageLegacyServicePrincipalEnabled Boolean Allows or disallows the site collection admins to manage the Azure Access Control (ACS) service principal.
-Sites SpoSitePipeBind[] List of sites that certain properties will apply to, such as a conditional access policy.
-SocialBarOnSitePagesDisabled Boolean Disables or enables the Social Bar.
-SpecialCharactersStateInFileFolderNames SpecialCharactersState Permits the use of special characters in file and folder names in SharePoint Online and OneDrive for Business document libraries.
-StartASiteFormUrl String Specifies URL of the form to load in the Start a Site dialog.
-StopAlerts Boolean This parameter allows turning off classic SharePoint Alerts ahead of the announced deprecation on July 1, 2026. See the [SharePoint Alerts retirement](https://aka.ms/retirement/alerts/support) page for more information.
-StopNew2010Workflows Boolean Prevents creation of new SharePoint 2010 classic workflows.
-StopNew2013Workflows Boolean Prevents creation of new SharePoint 2013 classic workflows.
-StreamLaunchConfig Int32 Sets the Stream Launch config state.
-SyncAadB2BManagementPolicy Boolean This feature allows SharePoint Online to synchronize several Entra B2B collaboration settings [Guest user access restriction and collaboration...
-SyncPrivacyProfileProperties Boolean Sets whether the synced privacy profile properties will be refreshed on the next request.
-TlsTokenBindingPolicyValue SPOTlsTokenBindingPolicyValue Sets the Transport Layer Security (TLS) token binding policy setting.
-UseFindPeopleInPeoplePicker Boolean This feature enables tenant admins to enable ODB and SPO to respect Exchange supports Address Book Policy (ABP) policies in the people picker.
-UsePersistentCookiesForExplorerView Boolean Lets SharePoint issue a special cookie that will allow this feature to work even when "Keep Me Signed In" is not selected.
-ViewersCanCommentOnMediaDisabled Boolean Controls whether viewers commenting on media items is disabled or not.
-ViewInFileExplorerEnabled Boolean Enables or disables the ability to use View in Explorer in Microsoft Edge (93) or above.
-WhoCanShareAnonymousAllowList Guid[] Sets the list of security groups who are allowed to share with anonymous (non-authenticated) users as well as authenticated guest users. Each security group is denoted by its GUID object ID in the Entra directory.
-WhoCanShareAuthenticatedGuestAllowList Guid[] Sets the list of security groups who are only allowed to share with authenticated guest users. Each security group is denoted by its GUID object ID.
-Workflows2013Enabled Boolean Controls whether Workflow 2013 is enabled.

Message Center changes mentioning this command

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.