PowerTip: Find Commands in Specific PowerShell Modules

Doctor Scripto

Summary:  Learn how to find commands in specific Windows PowerShell modules.

Hey, Scripting Guy! Question How can I find all the commands in the CIMCmdlets Windows PowerShell module?

Hey, Scripting Guy! Answer Use the Get-Command cmdlet and specify the module name, for example:

Get-Command -Module CIMCmdlets

0 comments

Discussion is closed.

Feedback usabilla icon