Got another problem for you guys.. :P - Powershell/Office365/MS Exchange

Associate
Joined
20 Aug 2007
Posts
1,333
Location
Solihull
Ok I return once more with a different problem to pick your brains about!
Aside from my local server issues (backup etc) I am trying to fix some errors with the companies MS Office 365. I am trying to access the exchange servers via the powershell but am getting some problems.

I am trying to follow this process

http://community.office365.com/en-us/forums/161/p/16010/73984.aspx

But experiencing these errors

de8f50e7.png


Any idea's?
 
Ahhh I tried running powershell again as admin and it's accepted it, that was probably the problem

and damn it, the problems continue..


PS C:\Windows\system32> $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook
.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
[ps.outlook.com] Connecting to remote server failed with the following error message : Access is denied. For more infor
mation, see the about_Remote_Troubleshooting Help topic.
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
eption
+ FullyQualifiedErrorId : PSSessionOpenFailed
PS C:\Windows\system32>
 
Last edited:
Back
Top Bottom