powershell - How to get all aliases for a cmdlet in power shell? -


how can aliases cmdlet? example get-help cmdlet has gcm , man.

i tried get-alias gives unwanted answers. requirement aliases particular cmdlet.

you can info using -definition parameter:

get-alias -definition get-help 

Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -