File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ Sets the SharePoint Online Storage Quota on the EAST US location to 512 MB.
42
42
Set-SPOGeoStorageQuota -GeoLocation NORTHCENTRALUS -StorageQuotaMB 1024
43
43
```
44
44
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 ).
46
46
47
47
## PARAMETERS
48
48
49
49
### -GeoLocation
50
50
51
- PARAMVALUE: String
51
+ The desired Geo Location to set.
52
52
53
53
``` yaml
54
54
Type : String
@@ -65,7 +65,7 @@ Accept wildcard characters: False
65
65
66
66
### -StorageQuotaMB
67
67
68
- PARAMVALUE: Int64
68
+ SharePoint Online Storage Quota in MegaBytes.
69
69
70
70
` ` ` yaml
71
71
Type : Int64
You can’t perform that action at this time.
0 commit comments