A system administrator needs to perform several routine maintenance and configuration tasks on Windows workstations. Match each Windows administrative tool on the left with its corresponding management function on the right.
- Component Services (dcomcnfg.exe)Configuring Object Linking and Embedding (OLE) settings and COM+ applications.
- ODBC Data Sources (odbcad32.exe)Configuring database driver connections for application database communication.
- Local Security Policy (secpol.msc)Defining account lockout thresholds, password policies, and user rights assignments.
- Performance Monitor (perfmon.msc)Creating Data Collector Sets to log detailed performance counter metrics over time.
Answer
Component Services matches OLE and COM+ application configuration; ODBC Data Sources matches database driver connection configuration; Local Security Policy matches account lockout thresholds and password policy configuration; Performance Monitor matches creating Data Collector Sets to log system metrics over time.
Each tool directly aligns with its standard Windows management purpose: Component Services handles COM+/DCOM object configuration; ODBC Data Sources configures database connectivity drivers; Local Security Policy manages password rules and user rights assignments; and Performance Monitor captures long-term performance logs through Data Collector Sets.
Step-by-Step Solution
Key Concept
Windows Administrative Tools Snap-ins and Utility Functions