How do I get all available command for a PowerShell module?

Problem:

How do I get all available command for a PowerShell module?

Solution:

In the example below we use the File Server Resource Manager

(Get-Module -Name FileServerResourceManager).ExportedCommands | ft key

Leave a Reply

Your email address will not be published. Required fields are marked *