Рубрики
Powershell

Powershell выгрузка списка пользователей из AD

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