Forum Discussion
Twan_Duvigneau
Nov 02, 2021Copper Contributor
Managing shared mailbox access using PowerShell (at onboarding) using modern authentication
Hello all, as the Microsoft Exchange team currently has a fixed final date on when basic authentication will be disabled we are left with a big question mark how we will automatically manage out shar...
- Nov 02, 2021The V2 module supports all the "old-style" cmdlets, only the connectivity part is changed. You can automate it by leveraging certificate-based auth: https://docs.microsoft.com/en-us/powershell/exchange/app-only-auth-powershell-v2?view=exchange-ps
Twan_Duvigneau
Nov 04, 2021Copper Contributor
So after connecting to exchange online using the V2 module I can still use the commands as I did so before? And do they keep supported when legacy authentication will be disabled?
VasilMichev
Nov 04, 2021MVP
Yes and yes.
- Twan_DuvigneauNov 08, 2021Copper ContributorAwsome! Thanks for the help