A Windows NT/2000 feature that provides a common environment for running management software from Microsoft and third parties. Any type of administration service such as network management, antivirus management, disk management and authentication can be created as a Microsoft Management Console (MMC) component called a "snap-in" module. A snap-in, which uses the .MSC file extension, provides one management function, and multiple snap-ins are used to create a management application. The snap-ins themselves may host other snap-ins called "extension snap-ins."
Download Computer Desktop Encyclopedia to your PC, iPhone or Android.
|
||||||||||||||||
Microsoft Management Console (MMC) is a component of Windows 2000 and its successors that provides system administrators and advanced users an interface for configuring and monitoring the system.
|
Contents
|
The management console can host Component Object Model components called snap-ins. Most of Microsoft's administration tools are implemented as MMC snap-ins. Third parties can also implement their own snap-ins using the MMC's application programming interfaces published on the Microsoft Developer Network's web site.
Snap-ins are registered in the [HKEY_CLASSES_ROOT]\{CLSID} and [HKEY_LOCAL_MACHINE\Software\Microsoft\MMC\Snapins] registry keys. A snap-in combined with MMC is called a console, which users can launch using this syntax: mmc path \ filename.msc [/a] [/64] [/32].
The most prolific MMC component, Computer Management, appears in the Administrative Tools folder in the Control Panel. Computer Management is actually a collection of MMC snap-ins, including the Device Manager, Disk Defragmenter, Internet Information Services (if installed), Disk Management, Event Viewer, Local Users and Groups (except in the home editions of Windows), Shared Folders, and other tools. Computer Management can also be pointed at another Windows machine altogether, allowing for monitoring and configuration of other computers on the local network that the user has access to.
Other MMC snap-ins in common use include:
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)