SharePoint ONLINE :
SharePoint online Management Shell Environment :
Install the SharePoint Online Management Shell from the Microsoft Download Center.
Click Start>All Programs>SharePoint Online Management Shell.
Run Connect-SPOService. For example,
make sure you include -admin before your site .
Once you run the command a window will pop up and ask you for password . and you should be connected after right credentials ,
SharePoint online Management Shell Environment :
Install the SharePoint Online Management Shell from the Microsoft Download Center.
Click Start>All Programs>SharePoint Online Management Shell.
Run Connect-SPOService. For example,
Connect-SPOService -Url https://contoso-admin.sharepoint.com -credential admin@contoso.com, make sure you include -admin before your site .
Once you run the command a window will pop up and ask you for password . and you should be connected after right credentials ,
Comments
Post a Comment