CreateGroups.vbs Syntax
Open command prompt now.
CreateGroups.vbs adspath </property1:propertyvalue1
[/property2:propertyvalue2 [...]] | /I:inputfile> [/U:username] [/W:password] [/Q]
Where:
- adspath
- is the ADsPath of a domain or container where the users group will be created.
- inputfile
- is an input file name. It is used where multiple user accounts are to be created.
- property1, property2, à
- are names of user group properties.
- propertyvalue1, propertyvalue2, à
- are values of corresponding user group properties.
- username and password
- are the user name and password of the current user.
- /Q
- suppresses all output messages.