Summary MMC

The Microsoft Management Console provides a way to create, save and open administrative tools. It hosts management applications called snap-ins and saves the settings in .msc extension in the My Administrative Tools folder. Each users gets this folder the first time a .msc-file is saved. The MMC has the following benefits :

bulletA single interface for most administrative tasks.
bulletCentral administration. Also remote machines can be managed.

A snap-in is an application designed to work in the MMC. There are two type of snap-ins :

bulletStand-alone snap-ins are administrative tools providing one or a set of functions.
bulletExtension snap-ins can provide a function to various stand-alone snap-ins.
bulletExtensions are designed to work with more than one snap-in.
bulletOnly extensions compatible with the stand-alone snap-in are shown.
bulletWhen adding a stand-alone snap-in, Windows 2000 adds all available extensions.
bulletAn extension can be add to multiple snap-ins.

There are two types of console modes :

bulletAuthor mode
bulletFull access to the MMC to add or remove snap-ins.
bulletFull access to create new windows.
bulletView all portions of the console tree.
bulletSave MMC console.
bulletUser mode
bulletFull access. User can do everything expect adding or removing snap-ins.
bulletDelegated access, Multiple windows (users can’t open new windows and can’t access the full console tree. Users can view multiple windows in the console)
bulletDelegated access, Single window (users can’t open new windows and can’t access the full console tree. Users can view only one window in the console)

MSC file are by default stored in the \winnt\system32 folder. You can start msc-files from the command prompt on a Professional installation (depending on the installed items) :

bulletCertmgr.msc. Certificates.
bulletCiadv.msc. Indexing services.
bulletCompmgmt.msc. Computer management.
bulletComexp.msc. Component services (\winnt\system32\com)
bulletDevmgmt.msc. Device management.
bulletDfrg.msc. Defragmenter.
bulletDiskmgmt.msc. Disk management.
bulletEventvwr.msc. Event viewer.
bulletFaxserv.msc. Fax service.
bulletFsmgmt.msc. Shared folders.
bulletGpedit.msc. Group policy editor.
bulletIas.msc. Internet authentication service.
bulletLusrmgr.msc. Local user management.
bulletMsinfo32.msc. System information. (Installed with office in \program files\common files\microsoft shared\msinfo) 
bulletNtmsmgr.msc. Removable storage.
bulletNtmsoprq.msc. Removable operator storage requests.
bulletPerfmon.msc. Performance monitor.
bulletSecpol.msc. Local security policy.
bulletServices.msc. Services.
bulletWmimgmt.msc. Windows management infrastructure.

Windows 2000 server also offers the following consoles (depending on the installed items) :

bulletAcssnap.msc. QoS admission control.
bulletDcpol.msc. Domain controller security policy.
bulletDfsgui.msc. DFS.
bulletDhcpmgmt.msc. DHCP.
bulletDnsmgmt.msc. DNS.
bulletDomain.msc. Active Directory domains and trusts.
bulletDompol.msc. Domain security policy.
bulletDsa.msc. Active Directory users and computers.
bulletDssite.msc. AD sites and services.
bulletIIS.msc. IIS (\winnt\system32\inetsrv)
bulletRrasmgmt.msc. Routing and remote access.
bulletRsadmin.msc. Remote storage.
bulletTapimgmt.msc. Telephony.
bulletTscc.msc. Terminal services configuration.
bulletTSmmc. Terminal services connections. (Windows 2003 server only or via download)
bulletWinsmgmt.msc. WINS.
bulletWmtperf.msc. Performance media services. (\winnt\system32\windows media\server)

The administration tools adds the following consoles :

bulletCertsrv.msc. Certification authority.
bulletSchmmgmt.msc. Active directory schema. 

The support pack adds the following consoles :

bulletAdsiedit.msc. ADSI edit
bulletSidwalk.msc. Security migration.

Exchange 2000 adds the following consoles :

bulletExchange system manager.msc
bulletUsers and computers.msc
bulletadcamin.msc. Active Directory connector.

Remote administration

You can install management console files on a non-Windows 2000 server by installing the \I386\adminpak.msi file for the Windows 2000 server cd. (approx. 15 mb)

Last update : 2 January 2003

Links :

bulletStep-by-step guide to the Microsoft Management console