Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Easily Find PowerShell Aliases for Cmdlets

$
0
0

Summary: Learn how to easily find Windows PowerShell aliases for cmdlets.

Hey, Scripting Guy! Question How can I find if there is an alias for a specific cmdlet by using Windows PowerShell 3.0?

Hey, Scripting Guy! AnswerUse the Get-Alias cmdlet and the Definitionparameter to look for aliases for a specific cmdlet:

PS C:\> Get-Alias -Definition get-command

CommandType     Name                                               ModuleName

-----------     ----                                               ----------

Alias           gcm -> Get-Command

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>