[Previous] [Next]
This lesson explains how you can create, use, and modify consoles. This lesson also explains how you can use consoles for remote administration.
After this lesson, you will be able to
- Create and use consoles.
- Create custom consoles for remote administration.
Estimated lesson time: 40 minutes
You can create your own custom consoles by combining multiple preconfigured snap-ins with third-party snap-ins, which are provided by independent software vendors (ISVs) that perform related tasks. You can then do the following:
Creating custom consoles allows you to meet your administrative requirements by combining snap-ins that you use to perform common administrative tasks. By creating a custom console, you don't have to switch between different programs because all of the snap-ins that you need to perform your job are located in the custom console. You start MMC with an empty console open as follows:
A console window titled Console1 opens; it contains a window titled Console Root. This is an empty console that is ready for you to customize. Use the Console menu to create, open, save, and customize a console. The following table describes when to use the different commands on the Console menu.
Command | Purpose |
---|---|
New | To create a new custom console |
Open | To use a saved console |
Save or Save As | To use the console later |
Add/Remove Snap-In | To add or remove one or more snap-ins and their associated extensions to or from a console |
Options | To configure the console mode and create a custom console |
When you create custom consoles, you can set up a snap-in for remote administration. Remote administration allows you to perform administrative tasks from any location. For example, you can use a computer running Windows 2000 Professional to perform administrative tasks on a computer running Windows 2000 Server. You can't use all snap-ins for remote administration; the design of each snap-in dictates whether you can use it for remote administration.
To perform remote administration
Practice: Creating a Customized Microsoft Management Console
In this practice, you will create a customized console. You will use this console to confirm the last time that your computer was started. You will also add a snap-in with extensions.
MMC starts and displays an empty console.
Notice that the default console mode is Author mode. Remember that Author mode grants users full access to all MMC functionality.
MMC displays the Add/Remove Snap-In dialog box.
MMC displays the Add Standalone Snap-In dialog box, as shown in Figure 3.3.
Figure 3.3 The Add Standalone Snap-In dialog box
Notice the available snap-ins. MMC allows you to add one or more snap-ins to a console, enabling you to create your own customized management tools.
The Computer Management dialog box displays.
Notice that Computer Management (Local) appears in the Add/Remove Snap-In dialog box.
MMC displays the Save As dialog box.
The name of your console appears on the MMC title bar.
Now you will confirm that the console was saved in the Administrative Tools folder by closing and then reopening the console.
You have now created and saved a customized console named All Events.
MMC displays the Open dialog box. Notice that the console you created (All Events.Msc) is in the Administrative Tools folder.
Windows 2000 opens the All Events console that you saved previously.
MMC displays the Add/Remove Snap-In dialog box with the Standalone tab showing. Notice that Computer Management is the only loaded snap-in. You will add a snap-in to the console root.
MMC displays the Add Standalone Snap-In dialog box.
MMC displays the Computer Management dialog box, allowing you to specify which computer you want to administer.
Notice that you can add Event Viewer for the local computer on which you are working, or if your local computer is part of a network, you can also add Event Viewer for a remote computer.
To add Event Viewer for a remote computer, you select the Another Computer option, and then click Browse. In the Select Computer dialog box, you click the remote computer for which you would like to add Event Viewer, and then click OK.
In this case, you will add Event Viewer for your computer, the local computer.
Event Viewer (Local) now appears in the console tree along with Computer Management (Local).
TIP
To see the entire folder name, drag the border between the console and details panes to the right.
MMC displays the most recent system events in the details pane.
The Event log service starts as part of your system startup. The date and time represents the approximate time that your system was started. Make a note of the date and time.
A Microsoft Management Console dialog box appears, asking whether you want to save the console settings to All Events.
MMC displays an empty console.
MMC displays the Add/Remove Snap-In dialog box with the Standalone tab showing. You will add a snap-in to the console root.
All snap-ins that are listed here are stand-alone snap-ins.
MMC displays the Computer Management dialog box, allowing you to specify which computer you want to administer. In this procedure, you will add the Computer Management snap-in for your own computer.
Computer Management appears in the list of snap-ins that have been added.
MMC displays the Computer Management snap-in in the console tree below Console Root. Console Root acts as a container for several categories of administrative functions.
NOTE
Do not use any of the tools at this point.
Notice that several extensions are available, including Event Viewer, System Information, and Device Manager. You can restrict the functionality of a snap-in by removing extensions.
The MMC displays the Add/Remove Snap-In dialog box with the Standalone tab active.
The MMC displays a list of available extensions for the Computer Management snap-in.
What option determines which extensions MMC displays in the Available Extensions list in this dialog box?
NOTE
Do not use any of the tools at this point.
MMC displays a message, prompting for confirmation to save console settings.
In this lesson, you learned how to create custom consoles to perform a unique set of administrative tasks. Once you create customized consoles, you can access them by using the Run command on the Start menu. In the practice portion of this lesson, you created two customized consoles. The first console contained the Computer Management snap-in and then you added the Event Viewer snap-in to it. You used the Event Viewer snap-in to determine the last time your computer was started. The second custom console you created contained the Computer Management snap-in. After you created the second customized console, you learned how to restrict the functionality of a console by removing two of the extensions normally available with the Computer Management snap-in. Finally, in this lesson, you learned how to create custom consoles for remote administration.