Create a quick 100 users with PowerShell

1..100 | ForEach { Net User “TestUser$_” Password1 /ADD /Domain}