How can an administrator remove all audit policy subcategories so that auditing is controlled only by Group Policy?

A. auditpol /remove
B. auditpol /delete
C. auditpol /clear
D. auditpol /clean


Answer: C

Computer Science & Information Technology

You might also like to view...

A webcam is an example of _____ technology.

A. audio B. video C. presentation D. social

Computer Science & Information Technology

Which organization oversees the specification of HTML standards??

A. ?American National Standards Institute B. ?International Organization for Standardization C. ?World Wide Web Consortium D. ?Internet Society

Computer Science & Information Technology

In the following code for the find method, what is the missing code? def find(self, item): def recurse(node): if node is None: return None elif item == node.data: elif item < node.data: return recurse(node.left) else: return recurse(node.right) return recurse(self.root)

A. return node.data B. return self.data C. return recurse(node.root) D. return node.root

Computer Science & Information Technology

You create a layer mask by clicking the Add layer mask button on the Tools panel.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology