To find out which powershell modules are available on the machine, I use the command
Get-Module -ListAvailable
Returns a list with the module name, name and exported commands. But exported commands are always empty and just display {} Why is this not displayed? Should I use a different parameter or is there a different cmdlet or method to retrieve the available commands?
Tom Jun 15 '11 at 7:17 2011-06-15 07:17
source share