NIM Posted August 6, 2006 Share 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 Link to comment Share on other sites More sharing options...
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.