Office-docs-powershell: New-SPOSite needs corrections/details and examples

Created on 21 Jan 2018  路  2Comments  路  Source: MicrosoftDocs/office-docs-powershell

There are no descriptions for ANY of the parameters. There is no example either. This is well known and likely frequently used functionality.
Here's an example that could be used:
New-SPOSite -Url https://mytenant.sharepoint.com/sites/sales -Owner [email protected] -StorageQuota 1000 -CompatibilityLevel 15 -LocaleID 1033 -ResourceQuota 300 -Template "STS#0" -TimeZoneId 13 -Title "Sales"

Note that the documentation must explain what units the storage quota is measured in - is it MB or GB?
What are the acceptable values for CompatibilityLevel? Where can I find the list of LocaleIDs? What's a resource? Where can I find a list of Template IDs? Where can I find a list of TimeZone IDs?

The problem document is at https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/new-sposite?view=sharepoint-ps

Most helpful comment

Thanks so much for reading and commenting! I see there is a pending pull request for an example for new-sposite https://github.com/MicrosoftDocs/office-docs-powershell/pull/118 feel free to add descriptions to any you can. It鈥檚 easy. Just hit the pencil and enter your description on the .md file in this repository

All 2 comments

Thanks so much for reading and commenting! I see there is a pending pull request for an example for new-sposite https://github.com/MicrosoftDocs/office-docs-powershell/pull/118 feel free to add descriptions to any you can. It鈥檚 easy. Just hit the pencil and enter your description on the .md file in this repository

This has been fixed for most of the SPO cmdlets. Thank you for reporting! Also, any that are still lacking documentation are being tracked in a spreadsheet and @VesaJuvonen along with the product team are working through them. The community really appreciates your feedback and the docs are better for it. :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BlasMS picture BlasMS  路  4Comments

mrik23 picture mrik23  路  5Comments

tomresing picture tomresing  路  5Comments

KevinNSTA picture KevinNSTA  路  4Comments

BlasMS picture BlasMS  路  5Comments