Administering Windows Server 2012 Administering Windows Server Microsoft 2 — Questions and Answers
Question 1: A server administrator needs to configure a Windows Server 2012 server to automatically restart failed services. Which feature should be used?
- Service Recovery Actions (Correct answer)
- Task Scheduler
- Event Viewer Triggers
- Server Manager Alerts
Correct answer: Service Recovery Actions
Service Recovery Actions in the service Properties dialog allow you to configure automatic restart, program execution, or computer reboot on service failure.
Question 2: Which Windows Server 2012 cmdlet is used to install a Windows feature from the command line?
- Add-WindowsComponent
- Install-WindowsFeature (Correct answer)
- Enable-Feature
- Set-WindowsFeature
Correct answer: Install-WindowsFeature
Install-WindowsFeature is the PowerShell cmdlet used to add roles and features in Windows Server 2012.
Question 3: An administrator wants to delegate the ability to reset passwords in Active Directory without granting full admin rights. What is the best approach?
- Add the user to Domain Admins
- Use the Delegation of Control Wizard on the OU (Correct answer)
- Grant the user Schema Admin rights
- Modify the Default Domain Policy GPO
Correct answer: Use the Delegation of Control Wizard on the OU
The Delegation of Control Wizard in Active Directory Users and Computers allows granular permission delegation at the OU level.
Question 4: In Windows Server 2012, which storage technology allows you to create resilient storage pools from groups of physical disks?
- Dynamic Disks
- Storage Spaces (Correct answer)
- RAID Controller
- Disk Quotas
Correct answer: Storage Spaces
Storage Spaces is a Windows Server 2012 feature that pools physical disks and provides resiliency through mirroring or parity.
Question 5: A user reports they cannot log in after their password expired. The Help Desk needs to unlock their account immediately. Which tool provides the fastest resolution?
- Group Policy Management Console
- Active Directory Users and Computers (Correct answer)
- Local Security Policy
- Computer Management MMC
Correct answer: Active Directory Users and Computers
Active Directory Users and Computers (ADUC) allows administrators to quickly unlock accounts and reset passwords.
Question 6: Which Windows Server 2012 feature provides centralized management of multiple remote servers from a single console?
- Remote Desktop Services
- Server Manager (Correct answer)
- MMC with snap-ins
- Windows Admin Center
Correct answer: Server Manager
Server Manager in Windows Server 2012 supports managing multiple remote servers from a single dashboard.
Question 7: What is the purpose of the Resultant Set of Policy (RSoP) tool in Windows Server 2012?
- Create new Group Policy Objects
- Calculate and display effective Group Policy settings applied to a user or computer (Correct answer)
- Deploy software packages to clients
- Replicate SYSVOL between domain controllers
Correct answer: Calculate and display effective Group Policy settings applied to a user or computer
RSoP calculates and displays the effective Group Policy settings that result from multiple applied GPOs for a given user or computer.
A server administrator needs to configure a Windows Server 2012 server to automatically restart failed services.
Which feature should be used?