Skip to content

Instantly share code, notes, and snippets.

@DexterPOSH
Created May 7, 2019 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DexterPOSH/40627c68b93f0c6d0a1760879af695d4 to your computer and use it in GitHub Desktop.
Save DexterPOSH/40627c68b93f0c6d0a1760879af695d4 to your computer and use it in GitHub Desktop.
SetPSDefaultParametersValue for Search-AzGraph cmdlet
$subscriptions = Get-AzSubscription
$PSDefaultParameterValues=@{"Search-AzGraph:Subscription"= $subscriptions.ID }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment