Skip to content

Commit a7829d5

Browse files
authored
Merge pull request MicrosoftDocs#3222 from MicrosoftDocs/VesaJuvonen-patch-1
Fixing Set-SPOSite.md to megabytes
2 parents 37001ca + d4cdb9d commit a7829d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,18 @@ Example 1 updates the owner of site collection https://contoso.sharepoint.com/si
7878

7979
### -----------------------EXAMPLE 2-----------------------------
8080
```powershell
81-
Set-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -ResourceQuota 0 -StorageQuota 3000
81+
Set-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -ResourceQuota 0 -StorageQuota 1024
8282
```
8383

84-
Example 2 updates the settings of site collection https://contoso.sharepoint.com/sites/site1. The storage quota is updated to 3000 gigabytes (3 TB) and the resource quota is updated to 0 megabytes.
84+
Example 2 updates the settings of site collection https://contoso.sharepoint.com/sites/site1. The storage quota is updated to 1024 megabytes (1 GB) and the resource quota is updated to 0 megabytes.
8585

8686

8787
### -----------------------EXAMPLE 3-----------------------------
8888
```powershell
8989
Set-SPOSite -Identity https://contoso.sharepoint.com -StorageQuota 1500 -StorageQuotaWarningLevel 1400000
9090
```
9191

92-
This example updates the settings of site collection https://contoso.sharepoint.com. The storage quota is updated to 1500 gigabytes and the storage quota warning level is updated to 1400000 megabytes.
92+
This example updates the settings of site collection https://contoso.sharepoint.com. The storage quota is updated to 1500 megabytes and the storage quota warning level is updated to 1400000 megabytes.
9393

9494

9595
### -----------------------EXAMPLE 4-----------------------------
@@ -394,7 +394,7 @@ Accept wildcard characters: False
394394
```
395395

396396
### -StorageQuota
397-
Specifies the storage quota in gigabytes of the site collection.
397+
Specifies the storage quota in megabytes of the site collection.
398398

399399

400400
```yaml

0 commit comments

Comments
 (0)