Question

Difficulty: MediumWindows Administrative and System Management Tools

A system administrator needs to build a customized Microsoft Management Console (MMC) for junior help desk technicians that consolidates system diagnostic utilities while preventing the technicians from adding or removing snap-ins. What is the correct sequence of steps to create, configure, and save this custom console?

  1. 1Launch an empty Microsoft Management Console (mmc.exe) with administrative privileges.
  2. 2Add the required administrative snap-ins using the Add/Remove Snap-in interface.
  3. 3Open Console Options and set the Console Mode to 'User mode - limited access'.
  4. 4Save the configured console as a .msc file to a shared deployment directory.

Answer

The correct sequence begins with launching an empty MMC console (mmc.exe), adding the target administrative snap-ins via Add/Remove Snap-in, configuring the console mode to 'User mode - limited access' under Options to lock down modifications, and finally saving the customized file with a .msc extension.
To create a restricted custom administrative tool set, an administrator must first open mmc.exe, add the necessary snap-ins to the console tree, adjust the Console Mode in Options to 'User mode - limited access' to prevent structure modifications, and finally save the file with a .msc extension.

Step-by-Step Solution

1
Launch mmc.exe as administrator.
An empty Microsoft Management Console opens in Author Mode.
Building a custom console requires starting with a baseline MMC executable before adding tools.
2
Select File > Add/Remove Snap-in and add specific management utilities.
The target tools (e.g., Event Viewer, Performance Monitor) are added to the console tree.
Snap-ins provide the actual management capabilities within the custom MMC file.
3
Navigate to File > Options and select 'User mode - limited access'.
The console layout is locked, preventing users from altering snap-in selections or viewing author-mode controls.
Setting user mode ensures junior technicians cannot reconfigure or add unauthorized snap-ins.
4
Select File > Save As and save the file with a .msc extension.
A reusable console file is created for deployment.
Saving as a .msc file allows the customized console to be distributed and launched by help desk personnel.

Key Concept

Microsoft Management Console (MMC) Author Mode vs User Mode Configuration
Estimated Time:1m 30s
Rate this question