Skip to content

Instantly share code, notes, and snippets.

@AdamNaj
Created June 15, 2015 09:40
Show Gist options
  • Select an option

  • Save AdamNaj/fe8869154accd58909e9 to your computer and use it in GitHub Desktop.

Select an option

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