Skip to content

Instantly share code, notes, and snippets.

@arjancornelissen
Last active August 27, 2018 16:56
Show Gist options
  • Save arjancornelissen/29be836b61c3cc338293dfe952d5a1c6 to your computer and use it in GitHub Desktop.
Save arjancornelissen/29be836b61c3cc338293dfe952d5a1c6 to your computer and use it in GitHub Desktop.
Calculate ImmutableId
$user = Get-ADUser -Identity <username>
$ImmutableId = [System.convert]::ToBase64String($user.ObjectGUID.ToByteArray())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment