Skip to content

Instantly share code, notes, and snippets.

@AdamNaj
Created June 15, 2015 09:40
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 AdamNaj/fe8869154accd58909e9 to your computer and use it in GitHub Desktop.
Save AdamNaj/fe8869154accd58909e9 to your computer and use it in GitHub Desktop.
Find SPE cmdletsthat have Language Parameter
Get-Command -CommandType Cmdlet | ? { $_.DLL -match "Cognifide"} | ? { $_.Parameters.ContainsKey("Language")} | sort Name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment