Skip to content

Commit 20051fa

Browse files
authored
Update Set-SPOContainer.md
1 parent c096d05 commit 20051fa

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

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

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,25 @@ Sets or updates one or more property values for a container in SharePoint Embedd
2121
### ParamSet1
2222

2323
```powershell
24-
Set-SPOContainer [[-Identity]<String>]
25-
[[-BlockDownloadPolicy <Boolean>]]
26-
[[-ConditionalAccessPolicy] <SPOConditionalAccessPolicyType>]
27-
[[-SensitivityLabel] <String>]
28-
[-RemoveLabel]
24+
Set-SPOContainer [-Identity] <SPOContainerPipeBind> [[-BlockDownloadPolicy <Boolean>]] [<CommonParameters>]
25+
```
26+
27+
### ParamSet2
28+
29+
```powershell
30+
Set-SPOContainer [-Identity]<SPOContainerPipeBind> [[-ConditionalAccessPolicy] <SPOConditionalAccessPolicyType>] [<CommonParameters>]
31+
```
32+
33+
### ParamSet3
34+
35+
```powershell
36+
Set-SPOContainer [-Identity]<SPOContainerPipeBind> [[-SensitivityLabel] <String>] [<CommonParameters>]
37+
```
38+
39+
### ParamSet1
40+
41+
```powershell
42+
Set-SPOContainer [-Identity]<SPOContainerPipeBind> [-RemoveLabel] [<CommonParameters>]
2943
```
3044

3145
## DESCRIPTION

0 commit comments

Comments
 (0)