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