Skip to content

Instantly share code, notes, and snippets.

@mcc85s
Created January 11, 2023 04:54
Show Gist options
  • Save mcc85s/8680e79663816df648eeae083d012972 to your computer and use it in GitHub Desktop.
Save mcc85s/8680e79663816df648eeae083d012972 to your computer and use it in GitHub Desktop.
# Name -> [list cmdlet parameters alias - powershell]
# Link -> https://www.youtube.com/watch?v=z79w4cmhius
# Updated *slightly*...
$CommandName = Read-Host "Type command name"
(Get-Command $CommandName).Parameters.Values | Select-Object Name, Aliases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment