Forum

Please to create posts and topics.

Connect SharePoint Online Service PowerShell

Set-ExecutionPolicy Unrestricted
Install-Module -Name Microsoft.Online.SharePoint.PowerShell
Connect-SPOService -Url https://orgname-admin.sharepoint.com

https://learn.microsoft.com/en-us/powershell/module/sharepoint-online/connect-sposervice?view=sharepoint-ps

M365 Apps & Services MVP