Skip to content

Instantly share code, notes, and snippets.

@sassdawe
Created July 4, 2022 15:21
Show Gist options
  • Save sassdawe/96e98a744b24946de375345cd1485719 to your computer and use it in GitHub Desktop.
Save sassdawe/96e98a744b24946de375345cd1485719 to your computer and use it in GitHub Desktop.
Az.Resources helper
$PSDefaultParameterValues["Get-AzADUser:Select"] = @("DisplayName", "Id", "UserPrincipalName", "UserType", "AccountEnabled")
@sassdawe
Copy link
Author

sassdawe commented Jul 4, 2022

I am so going to forget that I have this in my profile when I switch to a new machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment