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