I do not have a sys admin, its just me. so how do I fix this since I depend heavily on the plugin in my daily workflow?
The Microsoft site only gives a command to check or change but I am getting this.
This is super complicated I have to do a lot of things to PS and I keep on running into having to do something more. It seems endless
Here is the org error I received. And then I went down the Microsoft neverending rabbit hole
PS C:\> Get-AuthenticationPolicy -AllowLegacyExchangeTokens
Get-AuthenticationPolicy: The term 'Get-AuthenticationPolicy' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:1
+ Get-AuthenticationPolicy -AllowLegacyExchangeTokens
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-AuthenticationPolicy:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I did this command and it installed.
Install-Module -Name ExchangeOnlineManagement -Force -AllowClobber
And then . with my email in your email.
Connect-ExchangeOnline -UserPrincipalName <your-email> -ShowProgress $true
It came back with more that did not work.
Any help would be appreciated.
Thank you