Posts

Showing posts from April, 2016

All About Connecting to SharePoint Online using SharePoint Online PowerShell

Image
Connecting to SharePoint Online using SharePoint Online PowerShell Set up the SharePoint Online Management Shell environment for SharePoint Online global administrators Perform the following: Install Windows PowerShell 3.0 from  Windows Management Framework 3.0 . 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 , where: Url is the URL of the SharePoint Online Administration Center. Credential is the user name to which you want to grant access to the SharePoint Online Administration Center site. Ref: https://technet.microsoft.com/en-us/library/dn568015.aspx Commonly faced issues when you start using Powershell for SharePoint Online. "The specified module 'Microsoft.Online.SharePoi