Once we go through the 365 upgrade, and we are migrated to new servers, does that change how we connect to remote Powershell? For example, in order for me to run commands on my accounts, I have to run:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
This seems to be redirecting me to a server, and I'm getting WinRM errors. It all worked fine before. Anyone know?