Answer the question
In order to leave comments, you need to log in
Problem using Get-ADUser. How to write a command to get a list of users?
Faced such a problem. When requesting a list of users:
Get-ADUser -Filter * SearchBase 'OU=Отдел, OU=Управление, OU=Департамент,
OU=Пользователи, OU=ИА, OU=Компания, OU=Регион, DC=test, DC=local'
Get-ADUser -Filter * SearchBase 'OU=ИА, OU=Компания, OU=Регион, DC=test, DC=local'
Get-ADUser -Filter * SearchBase 'OU=Пользователи, OU=ИА, OU=Компания, OU=Регион, DC=test, DC=local'
Answer the question
In order to leave comments, you need to log in
Get-ADUser -Filter * SearchBase 'OU=Department, OU=Administration, OU=Department,
OU=Users, OU=IA, OU=Company, OU=Region, DC=test, DC=local'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question