Created
January 11, 2023 04:54
-
-
Save mcc85s/8680e79663816df648eeae083d012972 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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