Monday, May 21, 2012

List All Cmdlets of a Specific Module in Powershell.

 

Hi,

sometime you need to know only some or all specific cmdlets for  a module. For example you just imported an "Active Directory" Module and want to know which all cmdlets imported by it.

Let's import an module first.

Import-Module ActiveDirectory

30-04-2012 23-21-03 

ok, Module is imported,,

now run the below command to list all cmdlets imported my "Active Directory" Module.

Get-Command -Module ActiveDirectory

So here is our all Active Directory Related Cmdlets.

21-05-2012 17-23-01 

Thanks

Aman Dhally

simba_lion

No comments:

Post a Comment

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