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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now