Skip to content

Commit 495fa6c

Browse files
authored
Merge pull request #7529 from get-itips/patch-337
Correct examples and adding description
2 parents 9f7ca15 + cd9c132 commit 495fa6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ Sets the SharePoint Online Storage Quota on the EAST US location to 512 MB.
4242
Set-SPOGeoStorageQuota -GeoLocation NORTHCENTRALUS -StorageQuotaMB 1024
4343
```
4444

45-
Sets the SharePoint Online Storage Quota on the **NORTH CENTRAL US** location to 1 TeraBytes (1Tb).
45+
Sets the SharePoint Online Storage Quota on the **NORTH CENTRAL US** location to 1024 MB (1GB).
4646

4747
## PARAMETERS
4848

4949
### -GeoLocation
5050

51-
PARAMVALUE: String
51+
The desired Geo Location to set.
5252

5353
```yaml
5454
Type: String
@@ -65,7 +65,7 @@ Accept wildcard characters: False
6565
6666
### -StorageQuotaMB
6767
68-
PARAMVALUE: Int64
68+
SharePoint Online Storage Quota in MegaBytes.
6969
7070
```yaml
7171
Type: Int64

0 commit comments

Comments
 (0)