SharePoint Online Management Shell

Brass Contributor

Hi there,
I download SharePoint Online Management Shell from https://www.microsoft.com/en-us/download/details.aspx?id=35588 and install it.
Second step: "Install-Module -Name Microsoft.Online.SharePoint.PowerShell"
still get the following error : does anyone have any idea on it.???
---------------------------------------------------------------------------------------------
Import-Module : Could not load type 'Microsoft.SharePoint.Administration.DesignPackageType' from assembly
'Microsoft.SharePoint.Client, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'.
At line:1 char:1
+ Import-Module Microsoft.Online.SharePoint.PowerShell -DisableNameChec ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Import-Module], TypeLoadException
+ FullyQualifiedErrorId : System.TypeLoadException,Microsoft.PowerShell.Commands.ImportModuleCommand
PS C:\Windows\system32>

---------------------------------------------------------------------------------------------

3 Replies

@SinhaKislay 

Sure, I also will give it a try on my another lab. thanks for ur information.

 

WILL