je kunt in Windows Server 2003 gebruik maken van DSADD.exe DSMOD.exe etc.
Note: (advies van Elevator) voor DSADD en dergelijke moet je Active Directory hebben draaien. Heb je dit niet lees dan de posting van Elevator.
DSADD /? geeft je volgende output.
C:\Documents and Settings\Administrator>dsadd
Description: This tool's commands add specific types of objects to the
directory. The dsadd commands:
dsadd computer - adds a computer to the directory.
dsadd contact - adds a contact to the directory.
dsadd group - adds a group to the directory.
dsadd ou - adds an organizational unit to the directory.
dsadd user - adds a user to the directory.
dsadd quota - adds a quota specification to a directory partition.
For help on a specific command, type "dsadd <ObjectType> /?" where
<ObjectType> is one of the supported object types shown above.
For example, dsadd ou /?.
Remarks:
Commas that are not used as separators in distinguished names must be
escaped with the backslash ("\") character
(for example, "CN=Company\, Inc.,CN=Users,DC=microsoft,DC=com").
Backslashes used in distinguished names must be escaped with a backslash
(for example,
"CN=Sales\\ Latin America,OU=Distribution Lists,DC=microsoft,DC=com").
Directory Service command-line tools help:
dsadd /? - help for adding objects.
dsget /? - help for displaying objects.
dsmod /? - help for modifying objects.
dsmove /? - help for moving objects.
dsquery /? - help for finding objects matching search criteria.
dsrm /? - help for deleting objects.
[
Voor 13% gewijzigd door
mutsje op 25-12-2003 12:57
]