ModifyUsers.vbs Syntax
Open command prompt now.
ModifyUsers.vbs adspath [/I:inputfile] [/U:username] [/W:password]
[/property1:propertyvalue1] [/property2:propertyvalue2] [/all] [/Q]
Where:
- adspath
- is the ADsPath of a domain or container where the users accounts will be created.
- inputfile
- is an input file name. It is used where multiple user accounts are to be created.
- username and password
- are the user name and password of the current user.
- property1, property2, à
- are names of user properties.
- propertyvalue1, propertyvalue2, à
- are the values to be replaced for the corresponding user properties.
- /all
- changes attributes of all users in the domain to the same values.
- /Q
- suppresses all output messages.
Note: The ADsPath is mandatory. The default of user name and password are those of the current user.