Search This Blog

Wednesday 29 September 2010

Quickly Create 100 Test Users and Mailbox

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