Cum sa exporti o lista cu toti userii din Serverul de Exchange folosind powershell.

Configurare noua (How To)

Situatie

Cum sa exporti o lista cu toti userii din Serverul de Exchange folosind powershell.

Solutie

Pasi de urmat

Se intra pe serverul de exchange si se deschide Microsoft Powershell.

powershell-3-and-sp2010

 

Se tasteaza urmatoarea comanda :

Get-User -ResultSize Unlimited | Where { $_.RecipientType -eq ‘UserMailbox’ } | select firstname,lastname,samaccountname | export-csv c:MailEnabledUsers.csv

Tip solutie

Permanent

Voteaza

(15 din 33 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?