You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cmdlet shows the storage on the current location or all locations in a multi-geo tenant.
28
28
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.
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.
29
29
30
30
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).
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.
28
28
29
29
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).
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSite.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The Detailed parameter has been deprecated. It will continue to work with earlie
54
54
>
55
55
> 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.
56
56
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.
58
58
59
59
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).
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenant.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The `Get-SPOTenant` cmdlet returns organization-level site collection properties
28
28
29
29
Currently, there are no parameters for this cmdlet.
30
30
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.
32
32
33
33
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).
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantCdnOrigins.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.reviewer:
14
14
15
15
## SYNOPSIS
16
16
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.
You can use the `Set-SPOTenant` cmdlet to enable external services and to specify the versions in which site collections can be created.
166
176
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.
167
177
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.
169
179
170
180
## EXAMPLES
171
181
@@ -302,6 +312,16 @@ Visit [http://aka.ms/versioning-overview](http://aka.ms/versioning-overview) to
302
312
303
313
By opting in, you are accepting the terms of service for version history limits. [Read the terms of service](https://aka.ms/versioning-termsofservice).
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).
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).
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.
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
+
3010
3251
## RELATED LINKS
3011
3252
3012
3253
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
0 commit comments