Powershell wont connect. I can log into Azure through browser with the creds so they are good, the user is also the service administrator. I have the latest Azure Ad module installed from http://go.microsoft.com/fwlink/p/?linkid=236297
8.1 machine, disabled firewall I get this error:
connect-msolservice : Your credentials could not be authenticated. Try again
or contact Technical Support.
At line:1 char:1
+ connect-msolservice -credential $msolcred
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [Connect-MsolService], Mic
rosoftOnlineException
+ FullyQualifiedErrorId : 0x80048820,Microsoft.Online.Administration.Autom
ation.ConnectMsolService
on another machine win 2012 r2 onsite and offsite I am getting this error:
connect-msolservice : Exception of type
'Microsoft.Online.Administration.Automation.MicrosoftOnlineException' was
thrown.
At line:1 char:1
+ connect-msolservice -credential $msolcred
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [Connect-MsolService], Mic
rosoftOnlineException
+ FullyQualifiedErrorId : 0x800488D6,Microsoft.Online.Administration.Autom
ation.ConnectMsolService
Is something broken on the Azure side at the moment? What else can it be??