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
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.
Thanks
Aman Dhally
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.