Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Find related cmdlet aliases

Summary: Learn how to find aliases related to a series of cmdlets. (image)  How can I find aliases that are related to a series of Windows PowerShell cmdlets, such as processes? (image)  Use the Get-Alias cmdlet and specify a wildcard character for the definition parameter, for example: Get-Alias -Definition "*...

PowerTip: Find related cmdlet aliases

Summary: Learn how to find aliases related to a series of cmdlets.(image)  How can I find aliases that are related to a series of Windows PowerShell cmdlets, such as processes?(image)  Use the Get-Alias cmdlet and specify a wildcard character for the definition parameter, for example:Get-Alias -Definition "*process"(image...

PowerTip: Find cmdlets and functions related to DSC

Summary: Use Windows PowerShell to find cmdlets and functions related to Desired State Configuration. (image)  How can I use Windows PowerShell to quickly find a list of cmdlets and functions related to            Desired State Configuration (DSC)? (image)  Use the Get-Command cmdlet and specify a noun...

PowerTip: Find cmdlets and functions related to DSC

Summary: Use Windows PowerShell to find cmdlets and functions related to Desired State Configuration. (image)  How can I use Windows PowerShell to quickly find a list of cmdlets and functions related to            Desired State Configuration (DSC)? (image)  Use the Get-Command cmdlet and specify a noun...