Apr 11 2019 12:50 AM
Hey Folks,
Today I found interesting thing that Connect-MsolService is not working even after installing Microsoft Sign-in assistant and Install-Module MSOnline, AzureAD AzureRM but still it is getting the same error as shown in the given snapshot!!
MSOnline Cmdlet not working
Apr 11 2019 09:35 AM
Do you have the module loaded? Do a simple Get-Module MSOnline, or Get-Command Connect-MsolService
Apr 12 2019 06:27 AM - edited Apr 12 2019 06:28 AM
Solution
Hope you are receiving this error since you have opened the 32 bit version (X86) of Powershell console. Try the normal Powershell console (x64) to resolve this problem.
Apr 21 2019 04:45 AM