Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-EnableNotificationsSubscriptions <Boolean>]
[-IsFilePreviewDomainRestrictionEnabled <Boolean>]
[-FilePreviewAllowedDomainList <String>]
[-DisableTeamsMeetingRecordingDeletedNotification <Boolean>]
```

### ParameterSetContentTypeSyncSiteTemplatesList
Expand Down Expand Up @@ -275,6 +276,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
[-EnableNotificationsSubscriptions <Boolean>]
[-DisableTeamsMeetingRecordingDeletedNotification <Boolean>]
```

### ParamSetMultipleSites
Expand Down Expand Up @@ -404,6 +406,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
[-EnableNotificationsSubscriptions <Boolean>]
[-DisableTeamsMeetingRecordingDeletedNotification <Boolean>]
```

### InformationBarrier
Expand Down Expand Up @@ -531,6 +534,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
[-EnableNotificationsSubscriptions <Boolean>]
[-DisableTeamsMeetingRecordingDeletedNotification <Boolean>]
```

### ParameterSetNameRestrictExternalSharing
Expand Down Expand Up @@ -659,6 +663,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
-RestrictExternalSharing <Guid[]> [-AddAppIdToList] [-RemoveAppIdFromList]
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
[-EnableNotificationsSubscriptions <Boolean>]
[-DisableTeamsMeetingRecordingDeletedNotification <Boolean>]
```

## DESCRIPTION
Expand Down Expand Up @@ -2852,7 +2857,7 @@ Accept wildcard characters: False

### -DocumentUnderstandingModelSelectedSitesList

This parameter allows administrators to pass a list of SharePoint site URLs to modify the document understanding model and [unstructurted document processesing](/microsoft-365/syntex/document-understanding-overview) premium feature's selected sites list. By default this parameter overwrites the existing list with the user input list. Additionally, the `DocumentUnderstandingModelSelectedSitesListOperation` parameter can be used to specify a different operation. This parameter can only be called if the document understanding model's scope is set to `SelectedSites`. The inputted list of site URLs cannot exceed 100 items.
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) premium feature's selected sites list. By default this parameter overwrites the existing list with the user input list. Additionally, the `DocumentUnderstandingModelSelectedSitesListOperation` parameter can be used to specify a different operation. This parameter can only be called if the document understanding model's scope is set to `SelectedSites`. The inputted list of site URLs cannot exceed 100 items.

> [!NOTE]
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
Expand All @@ -2871,7 +2876,7 @@ Accept wildcard characters: False

### -DocumentUnderstandingModelSelectedSitesListOperation

This parameter allows administrators to specify the operation to perform on the document understanding model and [unstructurted document processesing](/microsoft-365/syntex/document-understanding-overview) premium feature's current selected sites list using the list of site URLs passed to the `DocumentUnderstandingModelSelectedSitesList` parameter.
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 feature's current selected sites list using the list of site URLs passed to the `DocumentUnderstandingModelSelectedSitesList` parameter.

The valid values are:

Expand Down Expand Up @@ -3026,6 +3031,26 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -DisableTeamsMeetingRecordingDeletedNotification

> Applicable: SharePoint Online

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.

PARAMVALUE: True | False

```yaml
Type: System.Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

### -EnableAzureADB2BIntegration

> Applicable: SharePoint Online
Expand Down