The_Exchange_Team, I'm sure to beat the dead horse with my question but I want to make certain I understand. The v3 module is already installed. The only thing I need to do for my scripts is remove "-UseRPSSession" from the connection command and all of the existing Exchange commands will work as they currently do? Please advise.
Previous Command...
Connect-ExchangeOnline -CertificateThumbprint $thumb -AppId $appid -Organization $org -ShowBanner:$false -UseRPSSession
Updated Command...
Connect-ExchangeOnline -CertificateThumbprint $thumb -AppId $appid -Organization $org -ShowBanner:$false
I'm curious about the Get-CalendarProcessing command... It still throws the "Attention!" banner even though I have the new module installed. Why? Any others expected to do this?