SK0-004 · Question #786
The systems administrator is configuring the UAC on all servers to comply with a security audit. Once completed, all systems administrators will need to provide a special user account to make…
The correct answer is A. Implement privileged access controls. Privileged access controls such as UAC require administrators to authenticate with a dedicated elevated account before making changes, directly satisfying the audit requirement to prevent unauthorized server modifications.
Question
The systems administrator is configuring the UAC on all servers to comply with a security audit. Once completed, all systems administrators will need to provide a special user account to make administrative changes. Which of the following would the systems administrator use to prevent unauthorized changes to the servers?
Options
- AImplement privileged access controls
- BConfigure the servers to deny security updates
- CBlock access to other systems administrators
- DDisable unneeded services
How the community answered
(62 responses)- A87% (54)
- B8% (5)
- C2% (1)
- D3% (2)
Why each option
Privileged access controls such as UAC require administrators to authenticate with a dedicated elevated account before making changes, directly satisfying the audit requirement to prevent unauthorized server modifications.
Implementing privileged access controls - configured so that any administrative action requires elevation via a special privileged account - enforces a clear separation between standard user sessions and administrative actions, even for users who are systems administrators. This satisfies security audit requirements by ensuring that no administrative change can be made without explicit credential-based authorization using the designated account. It is a preventive control that stops unauthorized changes at the point of action rather than detecting them afterward.
Denying security updates withholds critical patches and increases the server's attack surface, which is counterproductive to security compliance and has no effect on controlling administrative access.
Blocking other systems administrators from access would prevent legitimate work and does not fulfill the audit requirement of using a special account for elevation - it simply removes access rather than controlling how it is exercised.
Disabling unneeded services reduces the attack surface by eliminating unnecessary entry points, but it does not address the requirement to enforce a privileged account credential for administrative changes.
Concept tested: User Account Control privileged access enforcement for compliance
Source: https://learn.microsoft.com/en-us/windows/security/application-security/application-control/user-account-control/how-it-works
Topics
Community Discussion
No community discussion yet for this question.