Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find PowerShell Active Directory cmdlets

$
0
0

Summary: Find all of the Windows PowerShell Active Directory Domain Services cmdlets.


Hey, Scripting Guy! Question How can I find all of the Windows PowerShell Active Directory cmdlets?


Hey, Scripting Guy! Answer On a domain controller, or a computer that has the Remote Server Admin tools (RSAT) installed, import the ActiveDirectory module (using Import-Module, where ipmo is the alias), and then use the Get-command cmdlet (gcm is the alias) to list the cmdlets, as shown here.

ipmo act*

gcm -Module act*


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>