Opening a random user in Active Directory

Hello;

You want to create a random user on the Active directory;
FOR /L %i in (1, 1500) DO NET USER MyUser%i P@ssw0rd /ADD

You can apply the above command to cmd console.

Leave a Reply

Your email address will not be published. Required fields are marked *