Skip to content

Instantly share code, notes, and snippets.

@win2000b
Last active January 4, 2017 14:03
Show Gist options
  • Save win2000b/4d0c7ce97db3c3fe52e15151cc8d83d0 to your computer and use it in GitHub Desktop.
Save win2000b/4d0c7ce97db3c3fe52e15151cc8d83d0 to your computer and use it in GitHub Desktop.
Enables Modern Authentication with Exchange Online in 365
# To Enable Modern Auth
Set-OrganizationConfig -OAuth2ClientProfileEnabled:$true
# Verify that the change was successful by running the following:
Get-OrganizationConfig | ft name, *OAuth*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment