Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
October 26, 2003
Using the DSMOD SERVER, you can make a domain controller a global catalog server, or remove global catalog server status.
When you type dsmod server /?, it tells you how:
Description: Modifies properties of a domain controller.Syntax: dsmod server [-desc ] [-isgc {yes | no}] [{-s | -d }] [-u ] [-p { | *}] [-c] [-q] [{-uc | -uco | -uci}]Parameters:Value Description Required/stdin. Distinguished names (DNs) of one or more servers to modify. If target objects are omitted they will be taken from standard input (stdin) to support piping of output from another command to input of this command.-desc Sets server description to .-isgc {yes | no} Sets whether this server to a global catalog server (yes) or disables it (no).{-s | -d } -s connects to the domain controller (DC) with name . -d connects to a DC in domain . Default: a DC in the logon domain.-u Connect as . Default: the logged in user. User name can be: user name, domainuser name, or user principal name (UPN).-p Password for the user . If * is entered, then you are prompted for a password.-c Continuous operation mode. Reports errors but continues with next object in argument list when multiple target objects are specified. Without this option, the command exits on first error.-q Quiet mode: suppress all output to standard output.{-uc | -uco | -uci} -uc Specifies that input from or output to pipe is formatted in Unicode. -uco Specifies that output to pipe or file is formatted in Unicode. -uci Specifies that input from pipe or file is formatted in Unicode.Remarks:If a value that you supply contains spaces, use quotation marksaround the text (for example, "CN=My Server,CN=Servers,CN=Site10,CN=Sites,CN=Configuration,DC=microsoft,DC=com").If you enter multiple values, the values must be separated by spaces(for example, a list of distinguished names).Examples:To enable the domain controllers CORPDC1 and CORPDC9 to become global catalogservers:dsmod server"cn=CORPDC1,cn=Servers,cn=site1,cn=sites,cn=configuration,dc=microsoft,dc=com""cn=CORPDC9,cn=Servers,cn=site2,cn=sites,cn=configuration,dc=microsoft,dc=com"-isgc yesSee also:dsmod computer /? - help for modifying an existing computer in the directory.dsmod contact /? - help for modifying an existing contact in the directory.dsmod group /? - help for modifying an existing group in the directory.dsmod ou /? - help for modifying an existing ou in the directory.dsmod server /? - help for modifying an existing domain controller in thedirectory.dsmod user /? - help for modifying an existing user in the directory.dsmod quota /? - help for modifying an existing quota specification in thedirectorydsmod partition /? - help for modifying an existing partition in thedirectoryDirectory 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.dsmod failed:The parameter is incorrect.type dsmod /? for help.
You May Also Like