We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7d0cf commit 96891a6Copy full SHA for 96891a6
1 file changed
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md
@@ -16,15 +16,17 @@ ms.reviewer:
16
17
Sets or updates one or more properties' values for a site collection.
18
19
-X
+## SYNTAX
20
21
### None (Default)
22
+
23
```
24
Set-SPOSite [-Identity] <SpoSitePipeBind> [-InformationBarriersMode <String>] [-WhatIf] [-Confirm]
25
[<CommonParameters>]
26
27
28
### ParamSet1
29
30
31
Set-SPOSite [-Identity] <SpoSitePipeBind> [-Owner <String>] [-Title <String>] [-StorageQuota <Int64>]
32
[-StorageQuotaWarningLevel <Int64>] [-ResourceQuota <Double>] [-ResourceQuotaWarningLevel <Double>]
0 commit comments