A systems administrator needs to perform several maintenance and configuration tasks on Windows workstations across the department. Match each administrative task to the Windows management console snap-in best suited for the requirement.
- Configuring local account lockout thresholds and password complexity requirements on standalone workstations.Local Security Policy (secpol.msc)
- Creating an automated trigger to execute a data cleanup script every Sunday at midnight.Task Scheduler (taskschd.msc)
- Configuring a non-responsive background application to automatically restart after a failure.Services Console (services.msc)
- Extending an existing volume onto unallocated space on a secondary storage drive.Disk Management (diskmgmt.msc)
Answer
Local account security settings match Local Security Policy (secpol.msc); automated scheduled execution matches Task Scheduler (taskschd.msc); background service failure recovery matches Services Console (services.msc); volume expansion matches Disk Management (diskmgmt.msc).
Each task directly corresponds to its dedicated administrative utility: Local Security Policy manages password and lockout rules; Task Scheduler manages time-triggered jobs; Services Console handles background service lifecycle and failure recovery actions; Disk Management manages storage partitions and volume sizing.
Step-by-Step Solution
Key Concept
Windows Administrative Management Consoles and Snap-ins