Skip to content

Commit 79e1280

Browse files
authored
Merge branch 'main' into global-admin-batch-2
2 parents 92d8b38 + 19418c2 commit 79e1280

File tree

7 files changed

+249
-8
lines changed

7 files changed

+249
-8
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOGeoStorageQuota.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Get-SPOGeoStorageQuota [-AllLocations] [<CommonParameters>]
2626

2727
This cmdlet shows the storage on the current location or all locations in a multi-geo tenant.
2828

29-
This cmdlet requires a connection to a multi-geo tenant to run correctly. You must be a SharePoint Online Administrator or Global Administrator to get the storage on the current location or all locations in a multi-geo SPO tenant.
29+
This cmdlet requires a connection to a multi-geo tenant to run correctly. You must be a SharePoint Online Administrator to get the storage on the current location or all locations in a multi-geo SPO tenant.
3030

3131
## EXAMPLES
3232

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOMalwareFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-SPOMalwareFile -FileUri <String> [<CommonParameters>]
2525

2626
## DESCRIPTION
2727

28-
The `Get-SPOMalwareFile` cmdlet runs on a single file. If the file is malware-infected then it returns an object of the type `SPOMalwareFile` which contains siteURL, filePath, malwareStatus flag, and malwareInfo (if applicable). You must be a SharePoint Online administrator or Global administrator to run the `Get-SPOMalwareFile` cmdlet. Note that this cmdlet does not work on files that are not malware-infected.
28+
The `Get-SPOMalwareFile` cmdlet runs on a single file. If the file is malware-infected then it returns an object of the type `SPOMalwareFile` which contains siteURL, filePath, malwareStatus flag, and malwareInfo (if applicable). You must be a SharePoint Online administrator to run the `Get-SPOMalwareFile` cmdlet. Note that this cmdlet does not work on files that are not malware-infected.
2929

3030
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell).
3131

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOMalwareFileContent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Get-SPOMalwareFileContent -MalwareInfectedFile <SPOMalwareFile> [<CommonParamete
2424

2525
## DESCRIPTION
2626

27-
The `Get-SPOMalwareFileContent` cmdlet runs on a single file. If the file is malware-infected then it returns the file stream associated with it. You must be a SharePoint Online administrator or Global administrator to run the `Get-SPOMalwareFileContent` cmdlet. Note that this cmdlet does not work on files that are not malware-infected.
27+
The `Get-SPOMalwareFileContent` cmdlet runs on a single file. If the file is malware-infected then it returns the file stream associated with it. You must be a SharePoint Online administrator to run the `Get-SPOMalwareFileContent` cmdlet. Note that this cmdlet does not work on files that are not malware-infected.
2828

2929
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell).
3030

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The Detailed parameter has been deprecated. It will continue to work with earlie
5454
>
5555
> Site redirects, like the ones created after [changing the SharePoint domain name](/sharepoint/change-your-sharepoint-domain-name) will be retrieved by using this cmdlet.
5656
57-
You need to be a SharePoint Online administrator or Global Administrator and be a site collection administrator to run the cmdlet.
57+
You need to be a SharePoint Online administrator and be a site collection administrator to run the cmdlet.
5858

5959
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
6060

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The `Get-SPOTenant` cmdlet returns organization-level site collection properties
2828

2929
Currently, there are no parameters for this cmdlet.
3030

31-
You must be a SharePoint Online administrator or Global Administrator to run the cmdlet.
31+
You must be a SharePoint Online administrator to run the cmdlet.
3232

3333
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
3434

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantCdnOrigins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Lists all the configured origins under the tenancy or under a given site. You must be a SharePoint Online administrator or Global Administrator to run this cmdlet.
17+
Lists all the configured origins under the tenancy or under a given site. You must be a SharePoint Online administrator to run this cmdlet.
1818

1919
## SYNTAX
2020

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 243 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,16 @@ Set-SPOTenant
157157
[-SelfServiceSiteCreationDisabled <Boolean>]
158158
[-SyncAadB2BManagementPolicy <Boolean>]
159159
[-ContentSecurityPolicyConfigSynced <Boolean>]
160+
[-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
161+
[-DocumentUnderstandingModelSelectedSitesList [String[]]]
162+
[-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
163+
[-AIBuilderModelScope <SyntexFeatureScopeValue>]
164+
[-AIBuilderModelSelectedSitesList [String[]]]
165+
[-AIBuilderModelSelectedSitesListOperation <SelectedSitesListOperations>]
166+
[-AIBuilderModelSelectedSitesIncludesContentCenters <Boolean>]
167+
[-PrebuiltModelScope <SyntexFeatureScopeValue>]
168+
[-PrebuiltModelSelectedSitesList [String[]]]
169+
[-PrebuiltModelSelectedSitesListOperation <SelectedSitesListOperations>]
160170
[<CommonParameters>]
161171
```
162172

@@ -165,7 +175,7 @@ Set-SPOTenant
165175
You can use the `Set-SPOTenant` cmdlet to enable external services and to specify the versions in which site collections can be created.
166176
You can also use the `Set-SPOSite` cmdlet together with the `Set-SPOTenant` cmdlet to block access to a site in your organization and redirect traffic to another site.
167177

168-
You must be a SharePoint Online administrator or Global Administrator to run the cmdlet.
178+
You must be a SharePoint Online administrator to run the cmdlet.
169179

170180
## EXAMPLES
171181

@@ -302,6 +312,16 @@ Visit [http://aka.ms/versioning-overview](http://aka.ms/versioning-overview) to
302312

303313
By opting in, you are accepting the terms of service for version history limits. [Read the terms of service](https://aka.ms/versioning-termsofservice).
304314

315+
### EXAMPLE 17
316+
317+
```powershell
318+
PS > Set-SPOTenant -PrebuiltModelScope SelectedSites -PrebuiltModelSelectedSitesList "https://contoso.sharepoint.com/sites/site1","https://contoso.sharepoint.com/sites/site2" -PrebuiltModelSelectedSitesListOperation Append
319+
```
320+
321+
This example sets the scope of the prebuilt model and [prebuilt document processing](/microsoft-365/syntex/prebuilt-overview) premium feature to `SelectedSites`, which limits the feature to only sites included in the selected sites list. This example also appends two sites to the feature's selected sites list.
322+
323+
Use of these parameters require the tenant to 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).
324+
305325
## PARAMETERS
306326

307327
### -ApplyAppEnforcedRestrictionsToAdHocRecipients
@@ -2995,7 +3015,6 @@ New entries will be added to the configuration, if not already present, based on
29953015
The sync may take up to 24 hours to complete.
29963016
In multi-geo environments, **Content Security Policy** entries are unique to each geo.
29973017

2998-
29993018
```yaml
30003019
Type: Boolean
30013020
Parameter Sets: (All)
@@ -3007,6 +3026,228 @@ Accept pipeline input: False
30073026
Accept wildcard characters: False
30083027
```
30093028

3029+
### -DocumentUnderstandingModelScope
3030+
3031+
This parameter allows administrators to limit which SharePoint sites the document understanding model and [unstructurted document processesing](/microsoft-365/syntex/document-understanding-overview) premium feature is available on.
3032+
3033+
The valid values are:
3034+
3035+
- `NoSites`: Document understanding models are not available on any sites.
3036+
- `AllSites`: Document understanding models are available on all sites.
3037+
- `SelectedSites`: Document understanding models are available only on sites within the feature's selected sites list.
3038+
3039+
> [!NOTE]
3040+
> 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).
3041+
> Use of this parameter will clear the current document understanding model selected sites list, if one exists.
3042+
3043+
```yaml
3044+
Type: SyntexFeatureScopeValue
3045+
Parameter Sets: (All)
3046+
Applicable: SharePoint Online
3047+
Required: False
3048+
Position: Named
3049+
Default value: None
3050+
Accept pipeline input: False
3051+
Accept wildcard characters: False
3052+
```
3053+
3054+
### -DocumentUnderstandingModelSelectedSitesList
3055+
3056+
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.
3057+
3058+
> [!NOTE]
3059+
> 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).
3060+
3061+
```yaml
3062+
Type: String[]
3063+
Parameter Sets: (All)
3064+
Applicable: SharePoint Online
3065+
Required: False
3066+
Position: Named
3067+
Default value: None
3068+
Accept pipeline input: False
3069+
Accept wildcard characters: False
3070+
```
3071+
3072+
### -DocumentUnderstandingModelSelectedSitesListOperation
3073+
3074+
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.
3075+
3076+
The valid values are:
3077+
3078+
- `Overwrite`: Overwrite the existing selected sites list. This is the default operation.
3079+
- `Append`: Append the input list of sites to the existing selected sites list.
3080+
- `Remove`: Remove the input list of sites from the existing selected sites list.
3081+
3082+
> [!NOTE]
3083+
> 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).
3084+
> Calling this parameter without `DocumentUnderstandingModelSelectedSitesList` has no effect.
3085+
3086+
```yaml
3087+
Type: SelectedSitesListOperations
3088+
Parameter Sets: (All)
3089+
Applicable: SharePoint Online
3090+
Required: False
3091+
Position: Named
3092+
Default value: Overwrite
3093+
Accept pipeline input: False
3094+
Accept wildcard characters: False
3095+
```
3096+
3097+
### -AIBuilderModelScope
3098+
3099+
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.
3100+
3101+
The valid values are:
3102+
3103+
- `NoSites`: AI builder models are not available on any sites.
3104+
- `AllSites`: AI builder models are available on all sites.
3105+
- `SelectedSites`: AI builder models are available only on sites within the feature's selected sites list.
3106+
3107+
> [!NOTE]
3108+
> 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).
3109+
> Use of this parameter will clear the current AI builder model selected sites list, if one exists.
3110+
3111+
```yaml
3112+
Type: SyntexFeatureScopeValue
3113+
Parameter Sets: (All)
3114+
Applicable: SharePoint Online
3115+
Required: False
3116+
Position: Named
3117+
Default value: None
3118+
Accept pipeline input: False
3119+
Accept wildcard characters: False
3120+
```
3121+
3122+
### -AIBuilderModelSelectedSitesList
3123+
3124+
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 feature's selected sites list. By default this parameter overwrites the existing list with the user input list. Additionally, the `AIBuilderModelSelectedSitesListOperation` parameter can be used to specify a different operation. This parameter can only be called if the AI builder model's scope is set to `SelectedSites`. The inputted list of site URLs cannot exceed 100 items.
3125+
3126+
> [!NOTE]
3127+
> 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).
3128+
3129+
```yaml
3130+
Type: String[]
3131+
Parameter Sets: (All)
3132+
Applicable: SharePoint Online
3133+
Required: False
3134+
Position: Named
3135+
Default value: None
3136+
Accept pipeline input: False
3137+
Accept wildcard characters: False
3138+
```
3139+
3140+
### -AIBuilderModelSelectedSitesListOperation
3141+
3142+
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 current selected sites list using the list of site URLs passed to the `AIBuilderModelSelectedSitesList` parameter.
3143+
3144+
The valid values are:
3145+
3146+
- `Overwrite`: Overwrite the existing selected sites list. This is the default operation.
3147+
- `Append`: Append the input list of sites to the existing selected sites list.
3148+
- `Remove`: Remove the input list of sites from the existing selected sites list.
3149+
3150+
> [!NOTE]
3151+
> 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).
3152+
> Calling this parameter without `AIBuilderModelSelectedSitesList` has no effect.
3153+
3154+
```yaml
3155+
Type: SelectedSitesListOperations
3156+
Parameter Sets: (All)
3157+
Applicable: SharePoint Online
3158+
Required: False
3159+
Position: Named
3160+
Default value: Overwrite
3161+
Accept pipeline input: False
3162+
Accept wildcard characters: False
3163+
```
3164+
3165+
### -AIBuilderModelSelectedSitesIncludesContentCenters
3166+
3167+
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 content center sites when the feature's scope is `SelectedSites` even if they are not explicitly included within the selected sites list. This parameter can only be called if the AI builder model's scope is set to `SelectedSites`.
3168+
3169+
> [!NOTE]
3170+
> 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).
3171+
3172+
```yaml
3173+
Type: Boolean
3174+
Parameter Sets: (All)
3175+
Applicable: SharePoint Online
3176+
Required: False
3177+
Position: Named
3178+
Default value: None
3179+
Accept pipeline input: False
3180+
Accept wildcard characters: False
3181+
```
3182+
3183+
### -PrebuiltModelScope
3184+
3185+
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.
3186+
3187+
The valid values are:
3188+
3189+
- `NoSites`: Prebuilt models are not available on any sites.
3190+
- `AllSites`: Prebuilt models are available on all sites.
3191+
- `SelectedSites`: Prebuilt models are available only on sites within the feature's selected sites list.
3192+
3193+
> [!NOTE]
3194+
> 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).
3195+
> Use of this parameter will clear the current prebuilt model selected sites list, if one exists.
3196+
3197+
```yaml
3198+
Type: SyntexFeatureScopeValue
3199+
Parameter Sets: (All)
3200+
Applicable: SharePoint Online
3201+
Required: False
3202+
Position: Named
3203+
Default value: None
3204+
Accept pipeline input: False
3205+
Accept wildcard characters: False
3206+
```
3207+
3208+
### -PrebuiltModelSelectedSitesList
3209+
3210+
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 list. By default this parameter overwrites the existing list with the user input list. Additionally, the `PrebuiltModelSelectedSitesListOperation` parameter can be used to specify a different operation. This parameter can only be called if the prebuilt model's scope is set to `SelectedSites`. The inputted list of site URLs cannot exceed 100 items.
3211+
3212+
> [!NOTE]
3213+
> 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).
3214+
3215+
```yaml
3216+
Type: String[]
3217+
Parameter Sets: (All)
3218+
Applicable: SharePoint Online
3219+
Required: False
3220+
Position: Named
3221+
Default value: None
3222+
Accept pipeline input: False
3223+
Accept wildcard characters: False
3224+
```
3225+
3226+
### -PrebuiltModelSelectedSitesListOperation
3227+
3228+
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 using the list of site URLs passed to the `PrebuiltModelSelectedSitesList` parameter.
3229+
3230+
The valid values are:
3231+
3232+
- `Overwrite`: Overwrite the existing selected sites list. This is the default operation.
3233+
- `Append`: Append the input list of sites to the existing selected sites list.
3234+
- `Remove`: Remove the input list of sites from the existing selected sites list.
3235+
3236+
> [!NOTE]
3237+
> 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).
3238+
> Calling this parameter without `PrebuiltModelSelectedSitesList` has no effect.
3239+
3240+
```yaml
3241+
Type: SelectedSitesListOperations
3242+
Parameter Sets: (All)
3243+
Applicable: SharePoint Online
3244+
Required: False
3245+
Position: Named
3246+
Default value: Overwrite
3247+
Accept pipeline input: False
3248+
Accept wildcard characters: False
3249+
```
3250+
30103251
## RELATED LINKS
30113252

30123253
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)

0 commit comments

Comments
 (0)