Skip to content

Commit 96891a6

Browse files
committed
Add missing H2
1 parent 3d7d0cf commit 96891a6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ ms.reviewer:
1616

1717
Sets or updates one or more properties' values for a site collection.
1818

19-
X
19+
## SYNTAX
2020

2121
### None (Default)
22+
2223
```
2324
Set-SPOSite [-Identity] <SpoSitePipeBind> [-InformationBarriersMode <String>] [-WhatIf] [-Confirm]
2425
[<CommonParameters>]
2526
```
2627

2728
### ParamSet1
29+
2830
```
2931
Set-SPOSite [-Identity] <SpoSitePipeBind> [-Owner <String>] [-Title <String>] [-StorageQuota <Int64>]
3032
[-StorageQuotaWarningLevel <Int64>] [-ResourceQuota <Double>] [-ResourceQuotaWarningLevel <Double>]

0 commit comments

Comments
 (0)