The auditing subcategory available in Windows Server 2012 R2 that enables you to track the beginning and end of the synchronization of a replica of an Active Directory naming context is called ________

a. Directory Copy
b. Directory Service Propagation
c. Directory Service Replication
d. Directory Service Distribution


C. This is located in the Advanced Audit Policy subnode in the Group Policy Editor.

Computer Science & Information Technology

You might also like to view...

Extend the following class definition so it overloads the input and output operators.

``` class Vect { public: Vect () {} Vect ( double, double ); private: double r; // magnitude double theta; // direction (radians) }; // // Constructor 2: Initializes all components // Vect :: Vect( double vectMag, double vectDir ) { r = vectMag; theta = vectDir; } ```

Computer Science & Information Technology

A node contains:

(a) data item(s) (b) reference(s) to another node (c) both A and B (d) none of the above

Computer Science & Information Technology

Connecting wirelessly using Windows 8.1, each time the IP subnet changes, the user is re-authenticated

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is the process of confining malware to a protected environment until it can be studied, understood, and mitigated?

A. malware sandboxing B. malware VLANs C. malware dump D. runtime debugging

Computer Science & Information Technology