SharePoint Online Common Shell Commands
Sharing a few SharePoint online common shell commands that can be used by SharePoint administrators for day to day operations. First Download the Sharepoint Online Management Shell from below link https://www.microsoft.com/en-us/download/details.aspx?id=35588 ones above is done connect to the online Shell –>Connect-SPOService -Url AdminURL To get ALL Sharepoint Online sites use below: Get-SPOSite -Limit ALL To…