Announcement: Need a free practice exam or an interactive mocks material for a Microsoft certification? Click here to use the MS Forms I've created previously.
May 21, 2017 | by iaur | posted as Connect to M365 Services, PowerShell
Install the SharePoint Online Management Shell by downloading and running the SharePoint Online Management Shell
Connect-SPOService -Url https://”ORGNAME”-admin.sharepoint.com -Credential $userCredential
Example:
Connect-SPOService -Url https://faceresionem-admin.sharepoint.com -Credential $userCredential