You can administer the password replication policy from the command line by using the ________command

a. Syskey
b. Dsmgmt
c. Repadmin
d. Pkey

C. At the partnered writable domain controller, open an administrative command prompt and type the following:
repadmin /prp OPERATION RODC [ADDITIONAL_ARGS]
In this command, OPERATION is the type of operation to be performed.

Computer Science & Information Technology

You might also like to view...

The __________ are used to designate the source or destination of the data on the data bus.

A. system lines B. data lines C. control lines D. address lines

Computer Science & Information Technology

What would display if the following pseudocode was coded and executed?

``` Declare String user = "Joey" If isInteger(user) Then Set intUser = stringToInteger(user) Display intUser Else Display "Not a valid number" ``` a. "Joey" b. Joey c. Not a valid number d. Joey Not a valid number

Computer Science & Information Technology