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

PowerTip: Find related cmdlet aliases

$
0
0

Summary: Learn how to find aliases related to a series of cmdlets.

Hey, Scripting Guy! Question How can I find aliases that are related to a series of Windows PowerShell cmdlets, such as processes?

Hey, Scripting Guy! Answer Use the Get-Alias cmdlet and specify a wildcard character for the definition parameter, for example:

Get-Alias -Definition "*process"


Viewing all articles
Browse latest Browse all 3333

Trending Articles