Tuesday, June 1, 2010

Listing PowerShell Modules

Windows PowerShell modules exist in two states: loaded and unloaded. To display a list of all loaded modules, you can use the Get-Module cmdlet without any parameters.  To obtain a listing of all modules that are available on the system but are not loaded into the PowerShell console, you can use the Get-Module cmdlet with the −ListAvailable parameter.

powershell_module

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.