Delegate to newbies with taskpads
Kevin R. Sharp
Microsoft Management
Console (MMC) lets you create and distribute simple user interfaces customized
to include icons for only those tasks a particular user needs to perform.
Technique:
-
Start with a list of those tasks you want enabled by the custom UI and
locate the snap-ins that support those tasks. This example assumes the tasks
you want to delegate are part of the Computer Management snap-in.
-
Determine whether the UI should be flat or whether it would be easier for
the user if you grouped similar tasks into separate panes and let the user
select a pane using tabs.
- Open
a blank console by typing mmc.exe in the start/run dialog box. You'll
get two windows. The outside window is the Main window and is named
something like Console1. The inside window is Console Window - the
user interface you're creating.
- Load
the Computer Management snap-ins (from the Main window's Console menu choose
Add/Remove Snap-in and follow the wizard directions.)
- In
the Console Tree pane of the Console windows, right-click on the Computer
Management node you just added and choose New Taskpad View.
-
Follow the wizard to add the tasks you want and link them to icons you
choose to create the UI.
- Test
the UI.
- Give
the tool a name more descriptive than Console1 (Main window:
Console/options) The Options dialog box also allows you to change the
default icon used to invoke the tool. You'll also see an option for "Console
Mode" which you want to leave at the default "User mode" to prevent the
console from being modified.
-
Distribute the resulting *.msc file.