NIM Posted August 6, 2006 Posted August 6, 2006 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.SetInfo Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.