ListMembers.vbs Syntax
Open command prompt now.
Listmembers.vbs adspath [/C:Class] [/O: outputfile] [/U:username] [/W:password] [/Q]
- Where:
- adspath
- is the ADsPath of the container or group object.
- outputfile
- is the output file name.
- Class
- specifies the class of the member objects to be listed.
- username and password
- are the user name and password of the current user.
- /Q
- suppresses all output messages.
Note:
- Only the adspath parameter is mandatory. The default user name and password are those of the current user.
- This script does not make use of the schema of the ADS object represented by ADsPath.
- Unless the outputfile parameter is specified, the output is written to the screen.