Bulk Enable Exchange 2013 Users

Have you ever needed to enable several users at once in Exchange 2013?

The Following PowerShell script will do just that.

Simply modify it to point to your OU with you users in, and enter the Database you wish to use.

Get-User -RecipientTypeDetails User -OrganizationalUnit “plexuk.co.uk/LDA/Users/Support” | Enable-Mailbox -Database LDA_MBX1

 

Comments are closed.