Открываем из оснастки Администрирование
Active Directory Modul for Windows PowerShell
и вставляем в него команду (со своими данными).
Get-ADUser -Filter * -Properties * -Searchbase "OU=Users,OU=_BLA,DC=ent,DC=com," | ft -Autosize description, CN, displayname, mail, title, Userprincipalname, Company, country, state ,city, postalcode, streetaddress, department, telephonenumber, mobile, ipphone, physicaldeliveryofficename, manager | out-string -width 4096 >> "c:/_bla_111.txt"
Active Directory Modul for Windows PowerShell
и вставляем в него команду (со своими данными).
Get-ADUser -Filter * -Properties * -Searchbase "OU=Users,OU=_BLA,DC=ent,DC=com," | ft -Autosize description, CN, displayname, mail, title, Userprincipalname, Company, country, state ,city, postalcode, streetaddress, department, telephonenumber, mobile, ipphone, physicaldeliveryofficename, manager | out-string -width 4096 >> "c:/_bla_111.txt"
Комментариев нет:
Отправить комментарий