hamed Posted October 10, 2006 Posted October 10, 2006 I manage a large school computers lab, and i want to crate a domain account for evry student. can i show a dialog to all clinets while students useing the PCs, so they fill the form (name, username, password... etc) and then the server create accounts for there ?if yes; How?if no; What is the best easy way to create account for about 300 user ?
nitroshift Posted October 12, 2006 Posted October 12, 2006 <snipped> What is the best easy way to create account for about 300 user ?Manually
N1K Posted October 12, 2006 Posted October 12, 2006 You can use a VB Script..Dim ContainerDim ContainerNameDim UserDim NewUserContainerName = InputBox("Enter the Domain Name:")Newuser = InputBox("Enter the new user name:")Set Container = GetObject("WinNT://" & ContainerName)Set User = Container.Create("User", NewUser)User.SetInfoLink
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now