Skip to content

Instantly share code, notes, and snippets.

@BrianTJackett
Created July 31, 2018 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrianTJackett/e0ac4452f65f1c9cc064553b505da1d9 to your computer and use it in GitHub Desktop.
Save BrianTJackett/e0ac4452f65f1c9cc064553b505da1d9 to your computer and use it in GitHub Desktop.
Get all sites from SharePoint Online using SPO Management Shell commands.
Connect-SPOService -Url '<tenantAdminUrl>'
Get-SPOSite -Limit all -IncludePersonalSite $true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment