SharePoint Online global administrators use the SharePoint Online Management Shell to remotely manage site collections, upgrade site collections to a new version, configure SharePoint Online company-level settings, and get logs from data connections between SharePoint Online and other services through Business Connectivity Services.
To set up the SharePoint Online Management Shell environment, follow these steps:
1.Install Windows Management Framework 3.0 from http://www.microsoft.com/en-us/download/details.aspx?id=3459
2.Install SharePoint Online Management Shell.http://www.microsoft.com/en-us/download/details.aspx?id=35588
3.From the Start button, choose All Programs, and then select SharePoint Online Management Shell.
4.Run Connect-SPOService.
Connect-SPOService -Url https://xxxxxx-admin.sharepoint.com -credential admin@yourdomain.com
Where URL is the URL of the SharePoint Online Administration Center
5.Credential is the user name to which you want to grant access to the SharePoint Online Administration Center site.
6.Try it out! Run Get-SPOSite to get a list of all the sites.
To set up the SharePoint Online Management Shell environment, follow these steps:
1.Install Windows Management Framework 3.0 from http://www.microsoft.com/en-us/download/details.aspx?id=3459
2.Install SharePoint Online Management Shell.http://www.microsoft.com/en-us/download/details.aspx?id=35588
3.From the Start button, choose All Programs, and then select SharePoint Online Management Shell.
4.Run Connect-SPOService.
Connect-SPOService -Url https://xxxxxx-admin.sharepoint.com -credential admin@yourdomain.com
Where URL is the URL of the SharePoint Online Administration Center
5.Credential is the user name to which you want to grant access to the SharePoint Online Administration Center site.
6.Try it out! Run Get-SPOSite to get a list of all the sites.