Skip to content

Commit 1574cd0

Browse files
authored
Merge pull request MicrosoftDocs#1253 from chuckg-msft/patch-1
Update Set-SPSite.md
2 parents 3c7d148 + 5315ee3 commit 1574cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Set-SPSite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Accept wildcard characters: False
182182
```
183183

184184
### -MaxSize
185-
Sets the maximum storage size for the site collection in megabytes.
185+
Sets the maximum storage size for the site collection in bytes.
186186

187187
The integer value must be larger than the WarningSize value.
188188
You cannot use this parameter if the site collection is using a quota template.
@@ -337,7 +337,7 @@ Accept wildcard characters: False
337337
```
338338

339339
### -WarningSize
340-
Sets the storage warning level for the site collection.
340+
Sets the storage warning level for the site collection in bytes.
341341

342342
The integer value must be between 0 and the MaxSize value.
343343
You cannot use this parameter if the site collection is using a quota template.

0 commit comments

Comments
 (0)