This Awesome Command will quickly create 100 Test Users and Mailbox`s in your test lab.
Just copy and paste the command below exactly straight into the Exchange Powershell
1..100 | ForEach { Net User "User$_" MyPassword=01 /ADD /Domain; Enable-Mailbox "User$_" }
No comments:
Post a Comment