I'm trying to resolve an issue with a mailbox that is full and can't delete items. When trying to use "connect-ippssession" I get this error:
WARNING: Your connection has been redirected to the following URI: "https://ps.compliance.protection.outlook.com/ucc/Powershell-LiveId "
Connecting to remote server ps.compliance.protection.outlook.com failed with the following error message : The WinRM client sent a request to an HTTP server and got a response saying the requested HTTP URL was not available. This is
usually returned by a HTTP server that does not support the WS-Management protocol. For more information, see the about_Remote_Troubleshooting Help topic.
At C:\Program Files\WindowsPowerShell\Modules\ExchangeOnlineManagement\3.1.0\netFramework\ExchangeOnlineManagement.psm1:733 char:21
-
throw $_.Exception;
-
~~~~~~~~~~~~~~~~~~
- CategoryInfo : ResourceUnavailable: (:) [], ParentContainsErrorRecordException
- FullyQualifiedErrorId : System.Management.Automation.Remoting.PSRemotingDataStructureException
I've confirmed that the ExchangeOnlineManagement module is installed and is version 3.9.0.
I've tried googling it and am having limited results.