Skip to content

Commit cbc2d8a

Browse files
authored
Update Set-SPOContainer.md
1 parent 99edaf6 commit cbc2d8a

File tree

1 file changed

+48
-3
lines changed

1 file changed

+48
-3
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainer.md

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ This example removes any previously set sensitivity label on the container.
101101

102102
### -AllowEditing
103103

104+
> Applicable: SharePoint Online
105+
104106
Prevents users from editing Office files in the browser and copying and pasting Office file contents out of the browser window.
105107

106108
```yaml
@@ -117,6 +119,8 @@ Accept wildcard characters: False
117119
118120
### -AuthenticationContextName
119121
122+
> Applicable: SharePoint Online
123+
120124
The conditional access authentication context name.
121125
122126
```yaml
@@ -133,7 +137,7 @@ Accept wildcard characters: False
133137
134138
### -BlockDownloadPolicy
135139
136-
> Applicable: SharePoint Embedded
140+
> Applicable: SharePoint Online
137141
138142
As a SharePoint Embedded Administrator, you can block the download of files from SharePoint Embedded containers. This feature does not need Microsoft Entra Conditional Access policies. This feature can be set for individual containers but not at the organization level.
139143
@@ -153,7 +157,7 @@ Accept wildcard characters: False
153157
154158
### -ConditionalAccessPolicy
155159
156-
> Applicable: SharePoint Embedded
160+
> Applicable: SharePoint Online
157161
158162
Read the [Control access from unmanaged devices](/sharepoint/control-access-from-unmanaged-devices) documentation to understand Conditional Access Policy usage in SharePoint Embedded container.
159163
@@ -176,6 +180,9 @@ Accept wildcard characters: False
176180
```
177181
178182
### -ExcludeBlockDownloadPolicyContainerOwners
183+
184+
> Applicable: SharePoint Online
185+
179186
Controls if container owners are excluded from block download policy.
180187
181188
```yaml
@@ -191,6 +198,9 @@ Accept wildcard characters: False
191198
```
192199
193200
### -CurrentPrincipalOwner
201+
202+
> Applicable: SharePoint Online
203+
194204
The current principal owner of the container.
195205
196206
```yaml
@@ -207,6 +217,8 @@ Accept wildcard characters: False
207217
208218
### -Identity
209219
220+
> Applicable: SharePoint Online
221+
210222
Use this parameter to specify the container url.
211223
212224
```yaml
@@ -222,6 +234,9 @@ Accept wildcard characters: False
222234
```
223235
224236
### -LimitedAccessFileType
237+
238+
> Applicable: SharePoint Online
239+
225240
The following parameters can be used with -ConditionalAccessPolicy AllowLimitedAccess for both the organization-wide setting and the container-level setting.
226241
227242
OfficeOnlineFilesOnly: Allows users to preview only Office files in the browser. This option increases security but may be a barrier to user productivity.
@@ -244,6 +259,9 @@ Accept wildcard characters: False
244259
```
245260
246261
### -NewPrincipalOwner
262+
263+
> Applicable: SharePoint Online
264+
247265
The new user to whom a user-owned container's lifecycle will be tied to.
248266
```yaml
249267
Type: String
@@ -258,6 +276,9 @@ Accept wildcard characters: False
258276
```
259277
260278
### -ReadOnlyForBlockDownloadPolicy
279+
280+
> Applicable: SharePoint Online
281+
261282
Controls if read-only should be enabled for block download policy.
262283
263284
```yaml
@@ -273,6 +294,9 @@ Accept wildcard characters: False
273294
```
274295
275296
### -ReadOnlyForUnmanagedDevices
297+
298+
> Applicable: SharePoint Online
299+
276300
Controls whether unmanaged devices have read-only access.
277301
278302
```yaml
@@ -288,6 +312,9 @@ Accept wildcard characters: False
288312
```
289313
290314
### -RemoveLabel
315+
316+
> Applicable: SharePoint Online
317+
291318
This parameter allows you to remove the assigned sensitivity label on a container.
292319
293320
```yaml
@@ -303,7 +330,7 @@ Accept wildcard characters: False
303330
304331
### -SensitivityLabel
305332
306-
> Applicable: SharePoint Embedded
333+
> Applicable: SharePoint Online
307334
308335
Specifies the unique identifier (GUID) of the SensitivityLabel.
309336
@@ -320,6 +347,9 @@ Accept wildcard characters: False
320347
```
321348
322349
### -SharingAllowedDomainList
350+
351+
> Applicable: SharePoint Online
352+
323353
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".
324354
325355
```yaml
@@ -335,6 +365,9 @@ Accept wildcard characters: False
335365
```
336366
337367
### -SharingBlockedDomainList
368+
369+
> Applicable: SharePoint Online
370+
338371
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".
339372
340373
```yaml
@@ -350,6 +383,9 @@ Accept wildcard characters: False
350383
```
351384
352385
### -SharingDomainRestrictionMode
386+
387+
> Applicable: SharePoint Online
388+
353389
Specifies the sharing mode for external domains.
354390
355391
Possible values are:
@@ -372,6 +408,9 @@ Accept wildcard characters: False
372408
```
373409
374410
### -Confirm
411+
412+
> Applicable: SharePoint Online
413+
375414
Prompts you for confirmation before running the cmdlet.
376415
377416
```yaml
@@ -387,6 +426,9 @@ Accept wildcard characters: False
387426
```
388427
389428
### -WhatIf
429+
430+
> Applicable: SharePoint Online
431+
390432
Shows what would happen if the cmdlet runs.
391433
The cmdlet is not run.
392434
@@ -403,6 +445,9 @@ Accept wildcard characters: False
403445
```
404446
405447
### CommonParameters
448+
449+
> Applicable: SharePoint Online
450+
406451
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
407452
408453
## INPUTS

0 commit comments

Comments
 (0)