Microsoft

In PowerShell versions 2 and 3, you will need to enter the command. Import-Module ActiveDirectory . The import happens automatically in version 4 when you enter any command from the module. Most of the AD command nouns begin with “AD”, so you can get list of them quite easily with Get-Command *AD* or you can use get-command -Module ... ................
................