176k views
2 votes
In Windows, what do you use to enable auditing?

a) registry
b) group policies
c) NTFS permissions
d) access log

User Voiger
by
9.4k points

1 Answer

6 votes

Final answer:

In Windows, auditing is enabled through group policies, specifically by configuring audit policies in the Local Group Policy Editor and then applying NTFS permissions to the objects you wish to monitor.

Step-by-step explanation:

In Windows, to enable auditing, you use group policies. Auditing allows you to track user activities and system-wide events, which is critical for security and compliance. It can be configured to monitor various types of events, such as file access, login attempts, and system changes. The main steps to enable auditing are as follows:

  • Navigate to the Local Group Policy Editor by running gpedit.msc.
  • Within the editor, go to Computer Configuration > Windows Settings > Security Settings > Advanced Audit Policy Configuration > System Audit Policies.
  • Select the categories of events you want to monitor and define whether to log successes, failures, or both.

After configuring the auditing policies, they need to be applied to the files, folders, or objects you want to monitor by setting the appropriate NTFS permissions that align with your audit policy.

User MalteseUnderdog
by
8.0k points