Summary: Learn how to find commands in specific Windows PowerShell modules.
How can I find all the commands in the CIMCmdlets Windows PowerShell module?
Use the Get-Command cmdlet and specify the module name, for example:
Get-Command -Module CIMCmdlets