Skip to content

Instantly share code, notes, and snippets.

@fraga
Created July 6, 2011 14:04
Show Gist options
  • Save fraga/1067295 to your computer and use it in GitHub Desktop.
Save fraga/1067295 to your computer and use it in GitHub Desktop.
changing user passwords in microsoft online exchange
$cred = Get-Credential
Set-MSOnlineUserPassword –Identity jane.dow@contoso.com –Password P@55word –ChangePasswordOnNextLogon $true –Credential $cred
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment