Skip to content

Instantly share code, notes, and snippets.

@ChrFrohn
Created June 5, 2024 12:27
Show Gist options
  • Save ChrFrohn/f605f9a9f56a5d0b3637925f2e6359e4 to your computer and use it in GitHub Desktop.
Save ChrFrohn/f605f9a9f56a5d0b3637925f2e6359e4 to your computer and use it in GitHub Desktop.
# $ObjectId can be the users AAD object ID or email adress (UPN).
param (
[Parameter (Mandatory = $true)]
[object]$ObjectIdOrUPN
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment