{"id":2226,"date":"2019-11-04T20:13:47","date_gmt":"2019-11-04T20:13:47","guid":{"rendered":"https:\/\/hypervlab.co.uk\/?p=2226"},"modified":"2019-11-04T20:17:06","modified_gmt":"2019-11-04T20:17:06","slug":"configuring-the-sharepoint-online-management-shell","status":"publish","type":"post","link":"https:\/\/hypervlab.co.uk\/?p=2226","title":{"rendered":"Configuring the SharePoint Online Management Shell"},"content":{"rendered":"<span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\"> 4<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>\n<p>In this blog post, I will cover the principles of Installing the Microsoft SharePoint Online (O365) Management Shell Tools.<\/p>\n\n\n\n<p>Firstly you will need to navigate to the following web address below <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=35588\">https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=35588<\/a><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"315\" src=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-1024x315.png\" alt=\"\" class=\"wp-image-2227\" srcset=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-1024x315.png 1024w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-300x92.png 300w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-768x236.png 768w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image.png 2020w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<p>Download the SharePointOnlineManagementShell_xxxxxxxxx_x64_en-us.msi Setup MSI<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"424\" src=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-2-1024x424.png\" alt=\"\" class=\"wp-image-2229\" srcset=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-2-1024x424.png 1024w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-2-300x124.png 300w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-2-768x318.png 768w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-2.png 1518w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<p>Launch the  SharePoint Online Management Shell Installer<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"634\" height=\"505\" src=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-3.png\" alt=\"\" class=\"wp-image-2230\" srcset=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-3.png 634w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-3-300x239.png 300w\" sizes=\"auto, (max-width: 634px) 100vw, 634px\" \/><\/figure><\/div>\n\n\n\n<p>Accept the &#8216;EULA&#8217;<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"639\" height=\"507\" src=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-4.png\" alt=\"\" class=\"wp-image-2231\" srcset=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-4.png 639w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-4-300x238.png 300w\" sizes=\"auto, (max-width: 639px) 100vw, 639px\" \/><\/figure><\/div>\n\n\n\n<p>Installation Completed!<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"631\" height=\"498\" src=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-5.png\" alt=\"\" class=\"wp-image-2232\" srcset=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-5.png 631w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-5-300x237.png 300w\" sizes=\"auto, (max-width: 631px) 100vw, 631px\" \/><\/figure><\/div>\n\n\n\n<p>Now open an Administrative PowerShell Window, to check that the Module has been successfully installed we can use the following command<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-Module -ListAvailable | Where-Object Name -eq 'Microsoft.Online.SharePoint.PowerShell' | Format-List<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"256\" src=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-7-1024x256.png\" alt=\"\" class=\"wp-image-2234\" srcset=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-7-1024x256.png 1024w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-7-300x75.png 300w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-7-768x192.png 768w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-7.png 1534w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<p>Next, we can import the module into the Powershell Session<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Import-Module -Name 'Microsoft.Online.SharePoint.PowerShell' -Verbose<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"183\" src=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-8-1024x183.png\" alt=\"\" class=\"wp-image-2235\" srcset=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-8-1024x183.png 1024w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-8-300x54.png 300w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-8-768x137.png 768w, https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/image-8.png 1533w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Finally, we can get the commands useable <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-Command -Module 'Microsoft.Online.SharePoint.Powershell'<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>\nCommandType     Name                                               Version    Source                                                                                                     \n-----------     ----                                               -------    ------                                                                                                     \nCmdlet          Add-SPOGeoAdministrator                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Add-SPOHubSiteAssociation                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Add-SPOHubToHubAssociation                         16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Add-SPOOrgAssetsLibrary                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Add-SPOSiteCollectionAppCatalog                    16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Add-SPOSiteDesign                                  16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Add-SPOSiteDesignTask                              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Add-SPOSiteScript                                  16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Add-SPOSiteScriptPackage                           16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Add-SPOTenantCdnOrigin                             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Add-SPOTheme                                       16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Add-SPOUser                                        16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Approve-SPOTenantServicePrincipalPermissionGrant   16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Approve-SPOTenantServicePrincipalPermissionRequest 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Connect-SPOService                                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          ConvertTo-SPOMigrationEncryptedPackage             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          ConvertTo-SPOMigrationTargetedPackage              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Deny-SPOTenantServicePrincipalPermissionRequest    16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Disable-SPOTenantServicePrincipal                  16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Disconnect-SPOService                              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Enable-SPOCommSite                                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Enable-SPOTenantServicePrincipal                   16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Export-SPOQueryLogs                                16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Export-SPOUserInfo                                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Export-SPOUserProfile                              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOAppErrors                                   16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOAppInfo                                     16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOBrowserIdleSignOut                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOBuiltInDesignPackageVisibility              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOCrossGeoMovedUsers                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOCrossGeoMoveReport                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOCrossGeoUsers                               16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPODataEncryptionPolicy                        16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPODeletedSite                                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOExternalUser                                16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOGeoAdministrator                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOGeoMoveCrossCompatibilityStatus             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOGeoStorageQuota                             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOHideDefaultThemes                           16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOHomeSite                                    16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOHubSite                                     16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOKnowledgeHubSite                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOMigrationJobProgress                        16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOMigrationJobStatus                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOMultiGeoCompanyAllowedDataLocation          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOMultiGeoExperience                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOOrgAssetsLibrary                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOOrgNewsSite                                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOPublicCdnOrigins                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSite                                        16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteCollectionAppCatalogs                   16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteContentMoveState                        16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteDataEncryptionPolicy                    16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteDesign                                  16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteDesignRights                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteDesignRun                               16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteDesignRunStatus                         16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteDesignTask                              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteGroup                                   16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteRenameState                             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteScript                                  16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteScriptFromList                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteScriptFromWeb                           16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOSiteUserInvitations                         16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOStorageEntity                               16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOTenant                                      16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOTenantCdnEnabled                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOTenantCdnOrigins                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOTenantCdnPolicies                           16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOTenantContentTypeReplicationParameters      16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOTenantLogEntry                              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOTenantLogLastAvailableTimeInUtc             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOTenantServicePrincipalPermissionGrants      16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOTenantServicePrincipalPermissionRequests    16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOTenantSyncClientRestriction                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOTenantTaxonomyReplicationParameters         16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOTheme                                       16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOUnifiedGroup                                16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOUnifiedGroupMoveState                       16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOUser                                        16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOUserAndContentMoveState                     16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOUserOneDriveLocation                        16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Get-SPOWebTemplate                                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Grant-SPOHubSiteRights                             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Grant-SPOSiteDesignRights                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Invoke-SPOMigrationEncryptUploadSubmit             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Invoke-SPOSiteDesign                               16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Invoke-SPOSiteSwap                                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          New-SPOMigrationEncryptionParameters               16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          New-SPOMigrationPackage                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          New-SPOPublicCdnOrigin                             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          New-SPOSdnProvider                                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          New-SPOSite                                        16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          New-SPOSiteGroup                                   16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Register-SPODataEncryptionPolicy                   16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Register-SPOHubSite                                16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPODeletedSite                              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOExternalUser                             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOGeoAdministrator                         16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOHomeSite                                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOHubSiteAssociation                       16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOHubToHubAssociation                      16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOKnowledgeHubSite                         16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOMigrationJob                             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOMultiGeoCompanyAllowedDataLocation       16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOOrgAssetsLibrary                         16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOOrgNewsSite                              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOPublicCdnOrigin                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOSdnProvider                              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOSite                                     16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOSiteCollectionAppCatalog                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOSiteCollectionAppCatalogById             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOSiteDesign                               16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOSiteDesignTask                           16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOSiteGroup                                16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOSiteScript                               16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOSiteUserInvitations                      16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOStorageEntity                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOTenantCdnOrigin                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOTenantSyncClientRestriction              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOTheme                                    16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOUser                                     16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOUserInfo                                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Remove-SPOUserProfile                              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Repair-SPOSite                                     16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Request-SPOPersonalSite                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Request-SPOUpgradeEvaluationSite                   16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Restore-SPODataEncryptionPolicy                    16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Restore-SPODeletedSite                             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Revoke-SPOHubSiteRights                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Revoke-SPOSiteDesignRights                         16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Revoke-SPOTenantServicePrincipalPermission         16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Revoke-SPOUserSession                              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOBrowserIdleSignOut                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOBuiltInDesignPackageVisibility              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOGeoStorageQuota                             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOHideDefaultThemes                           16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOHomeSite                                    16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOHubSite                                     16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOKnowledgeHubSite                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOMigrationPackageAzureSource                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOMultiGeoCompanyAllowedDataLocation          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOMultiGeoExperience                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOOrgAssetsLibrary                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOOrgNewsSite                                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOSite                                        16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOSiteDesign                                  16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOSiteGroup                                   16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOSiteOffice365Group                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOSiteScript                                  16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOSiteScriptPackage                           16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOStorageEntity                               16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOTenant                                      16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOTenantCdnEnabled                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOTenantCdnPolicy                             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOTenantContentTypeReplicationParameters      16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOTenantSyncClientRestriction                 16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOTenantTaxonomyReplicationParameters         16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOUnifiedGroup                                16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOUser                                        16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Set-SPOWebTheme                                    16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Start-SPOSiteContentMove                           16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Start-SPOSiteRename                                16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Start-SPOUnifiedGroupMove                          16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Start-SPOUserAndContentMove                        16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Stop-SPOSiteContentMove                            16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Stop-SPOUserAndContentMove                         16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Submit-SPOMigrationJob                             16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Test-SPOSite                                       16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Unregister-SPOHubSite                              16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Update-SPODataEncryptionPolicy                     16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Update-UserType                                    16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \nCmdlet          Upgrade-SPOSite                                    16.0.19... Microsoft.Online.SharePoint.PowerShell                                                                     \n\n\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p><span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\"> 4<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>In this blog post, I will cover the principles of Installing the Microsoft SharePoint Online (O365) Management Shell Tools. Firstly you will need to navigate to the following web address below https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=35588 Download the SharePointOnlineManagementShell_xxxxxxxxx_x64_en-us.msi Setup MSI Launch the SharePoint Online Management Shell Installer Accept the &#8216;EULA&#8217; Installation Completed! Now open an Administrative PowerShell Window, [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2238,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[261],"tags":[266,264,269,263,265,268,262,267],"class_list":["post-2226","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sharepoint-online","tag-collaboration","tag-connected","tag-documents","tag-o365","tag-online","tag-shared","tag-sharepoint","tag-teams"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Configuring the SharePoint Online Management Shell - HypervLAB<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hypervlab.co.uk\/?p=2226\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configuring the SharePoint Online Management Shell - HypervLAB\" \/>\n<meta property=\"og:description\" content=\"Reading Time:  4 minutesIn this blog post, I will cover the principles of Installing the Microsoft SharePoint Online (O365) Management Shell Tools. Firstly you will need to navigate to the following web address below https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=35588 Download the SharePointOnlineManagementShell_xxxxxxxxx_x64_en-us.msi Setup MSI Launch the SharePoint Online Management Shell Installer Accept the &#8216;EULA&#8217; Installation Completed! Now open an Administrative PowerShell Window, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hypervlab.co.uk\/?p=2226\" \/>\n<meta property=\"og:site_name\" content=\"HypervLAB\" \/>\n<meta property=\"article:published_time\" content=\"2019-11-04T20:13:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-11-04T20:17:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/FeatureImage_SharePointManagementShell.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Simon Lee\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/smoon_lee\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Simon Lee\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hypervlab.co.uk\/?p=2226\",\"url\":\"https:\/\/hypervlab.co.uk\/?p=2226\",\"name\":\"Configuring the SharePoint Online Management Shell - HypervLAB\",\"isPartOf\":{\"@id\":\"https:\/\/hypervlab.co.uk\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hypervlab.co.uk\/?p=2226#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hypervlab.co.uk\/?p=2226#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/FeatureImage_SharePointManagementShell.png\",\"datePublished\":\"2019-11-04T20:13:47+00:00\",\"dateModified\":\"2019-11-04T20:17:06+00:00\",\"author\":{\"@id\":\"https:\/\/hypervlab.co.uk\/#\/schema\/person\/7d184970612a9c6a5f1babb8b6b4d359\"},\"breadcrumb\":{\"@id\":\"https:\/\/hypervlab.co.uk\/?p=2226#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hypervlab.co.uk\/?p=2226\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/hypervlab.co.uk\/?p=2226#primaryimage\",\"url\":\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/FeatureImage_SharePointManagementShell.png\",\"contentUrl\":\"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/FeatureImage_SharePointManagementShell.png\",\"width\":1200,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hypervlab.co.uk\/?p=2226#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hypervlab.co.uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configuring the SharePoint Online Management Shell\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hypervlab.co.uk\/#website\",\"url\":\"https:\/\/hypervlab.co.uk\/\",\"name\":\"HypervLAB\",\"description\":\"Blogging about all thing Microsoft\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hypervlab.co.uk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/hypervlab.co.uk\/#\/schema\/person\/7d184970612a9c6a5f1babb8b6b4d359\",\"name\":\"Simon Lee\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/hypervlab.co.uk\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9473a3cf9c75192508eccfd9d072efab80adf04a45083e561d0e3065f681c34c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9473a3cf9c75192508eccfd9d072efab80adf04a45083e561d0e3065f681c34c?s=96&d=mm&r=g\",\"caption\":\"Simon Lee\"},\"description\":\"Hi, I'm Simon an IT Enthusiast, PowerShell Geek, Gamer, and Sound Engineer. I've been working with in the IT Industry for around 6 years and have worked across private and public sector companies. The original idea behind \\\"hypervlab\\\" was that I required an 'RnD' environment which would allow me to be able to replicate any kind of enterprise on-premise environment which I could use for learning and testing without learning in a production environment. So in 2019, I decided to branch out and use the domain for a public facing blog to be able to contribute to the IT Community about all things Microsoft.\",\"sameAs\":[\"https:\/\/hypervlab.co.uk\",\"https:\/\/www.linkedin.com\/in\/simon-john-lee\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/smoon_lee\"],\"url\":\"https:\/\/hypervlab.co.uk\/?author=2\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configuring the SharePoint Online Management Shell - HypervLAB","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hypervlab.co.uk\/?p=2226","og_locale":"en_GB","og_type":"article","og_title":"Configuring the SharePoint Online Management Shell - HypervLAB","og_description":"Reading Time:  4 minutesIn this blog post, I will cover the principles of Installing the Microsoft SharePoint Online (O365) Management Shell Tools. Firstly you will need to navigate to the following web address below https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=35588 Download the SharePointOnlineManagementShell_xxxxxxxxx_x64_en-us.msi Setup MSI Launch the SharePoint Online Management Shell Installer Accept the &#8216;EULA&#8217; Installation Completed! Now open an Administrative PowerShell Window, [&hellip;]","og_url":"https:\/\/hypervlab.co.uk\/?p=2226","og_site_name":"HypervLAB","article_published_time":"2019-11-04T20:13:47+00:00","article_modified_time":"2019-11-04T20:17:06+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/FeatureImage_SharePointManagementShell.png","type":"image\/png"}],"author":"Simon Lee","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/smoon_lee","twitter_misc":{"Written by":"Simon Lee","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hypervlab.co.uk\/?p=2226","url":"https:\/\/hypervlab.co.uk\/?p=2226","name":"Configuring the SharePoint Online Management Shell - HypervLAB","isPartOf":{"@id":"https:\/\/hypervlab.co.uk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hypervlab.co.uk\/?p=2226#primaryimage"},"image":{"@id":"https:\/\/hypervlab.co.uk\/?p=2226#primaryimage"},"thumbnailUrl":"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/FeatureImage_SharePointManagementShell.png","datePublished":"2019-11-04T20:13:47+00:00","dateModified":"2019-11-04T20:17:06+00:00","author":{"@id":"https:\/\/hypervlab.co.uk\/#\/schema\/person\/7d184970612a9c6a5f1babb8b6b4d359"},"breadcrumb":{"@id":"https:\/\/hypervlab.co.uk\/?p=2226#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hypervlab.co.uk\/?p=2226"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/hypervlab.co.uk\/?p=2226#primaryimage","url":"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/FeatureImage_SharePointManagementShell.png","contentUrl":"https:\/\/hypervlab.co.uk\/wp-content\/uploads\/2019\/11\/FeatureImage_SharePointManagementShell.png","width":1200,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/hypervlab.co.uk\/?p=2226#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hypervlab.co.uk\/"},{"@type":"ListItem","position":2,"name":"Configuring the SharePoint Online Management Shell"}]},{"@type":"WebSite","@id":"https:\/\/hypervlab.co.uk\/#website","url":"https:\/\/hypervlab.co.uk\/","name":"HypervLAB","description":"Blogging about all thing Microsoft","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hypervlab.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/hypervlab.co.uk\/#\/schema\/person\/7d184970612a9c6a5f1babb8b6b4d359","name":"Simon Lee","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/hypervlab.co.uk\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9473a3cf9c75192508eccfd9d072efab80adf04a45083e561d0e3065f681c34c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9473a3cf9c75192508eccfd9d072efab80adf04a45083e561d0e3065f681c34c?s=96&d=mm&r=g","caption":"Simon Lee"},"description":"Hi, I'm Simon an IT Enthusiast, PowerShell Geek, Gamer, and Sound Engineer. I've been working with in the IT Industry for around 6 years and have worked across private and public sector companies. The original idea behind \"hypervlab\" was that I required an 'RnD' environment which would allow me to be able to replicate any kind of enterprise on-premise environment which I could use for learning and testing without learning in a production environment. So in 2019, I decided to branch out and use the domain for a public facing blog to be able to contribute to the IT Community about all things Microsoft.","sameAs":["https:\/\/hypervlab.co.uk","https:\/\/www.linkedin.com\/in\/simon-john-lee\/","https:\/\/x.com\/https:\/\/twitter.com\/smoon_lee"],"url":"https:\/\/hypervlab.co.uk\/?author=2"}]}},"_links":{"self":[{"href":"https:\/\/hypervlab.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/2226","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hypervlab.co.uk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hypervlab.co.uk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hypervlab.co.uk\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hypervlab.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2226"}],"version-history":[{"count":0,"href":"https:\/\/hypervlab.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/2226\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hypervlab.co.uk\/index.php?rest_route=\/wp\/v2\/media\/2238"}],"wp:attachment":[{"href":"https:\/\/hypervlab.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2226"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hypervlab.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2226"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hypervlab.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2226"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}