1 2 3 4 5 6 |
http://blogs.technet.com/b/adpowershell_ru/archive/2009/02/25/active-directory-windows-powershell-quick-start-guide.aspx http://blogs.technet.com/b/adpowershell_ru/archive/2009/11/30/3297151.aspx Import-Module ActiveDirectory Get-ADObject -Filter { ObjectClass -like "*" } | FT DistinguishedName,Name |