Skip to content

Instantly share code, notes, and snippets.

@arjancornelissen
Created August 26, 2018 09:16
Show Gist options
  • Save arjancornelissen/c7970933d346dd1d3cfebb8020859ec9 to your computer and use it in GitHub Desktop.
Save arjancornelissen/c7970933d346dd1d3cfebb8020859ec9 to your computer and use it in GitHub Desktop.
Update cloud user with the on-premises ImmutableId
$aaduser = Get-AzureADUser -SearchString <Cloud username>
Set-AzureADUser -ObjectId $aaduser.ObjectId -ImmutableId $ImmutableId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment