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