25.7.19

Поиск пользователей в определенном почтовом доменом с помощью PowerShell

Найти пользователя почты

Get-MailUser -Filter { WindowsEmailAddress -like "*@example.com" }

Найти почтовый ящик

Get-Mailbox -Filter { WindowsEmailAddress -like "*@example.com" }


http://blog.cloudbusiness.com/quick-tip-find-users-with-specific-email-domain-using-powershell

Комментариев нет:

Отправить комментарий