HOME

TheInfoList



OR:

Microsoft Management Console (MMC) is a component of
Microsoft Windows Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
that provides system administrators and advanced users an interface for configuring and monitoring the system. MMC was introduced in late 1997 as an optional component of Windows NT 4.0 via the Option Pack update, which includes additional features that would be slated for release with
Windows 2000 Windows 2000 is a major release of the Windows NT operating system developed by Microsoft, targeting the server and business markets. It is the direct successor to Windows NT 4.0, and was Software release life cycle#Release to manufacturing (RT ...
. It later came shipped with Windows starting with Windows 2000 onwards.


Snap-ins and consoles

The management console can host
Component Object Model Component Object Model (COM) is a binary-interface technology for software components from Microsoft that enables using objects in a language-neutral way between different programming languages, programming contexts, processes and machines ...
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 interface An application programming interface (API) is a connection between computers or between computer programs. It is a type of software Interface (computing), interface, offering a service to other pieces of software. A document or standard that des ...
s published on the
Microsoft Developer Network Microsoft Developer Network (MSDN) was the division of Microsoft responsible for managing the firm's relationship with developers and testers, such as hardware developers interested in the operating system (OS), and software developers developing ...
's web site. Snap-ins are registered in the KEY_CLASSES_ROOT and KEY_LOCAL_MACHINE\Software\Microsoft\MMC\Snapins/code> registry keys. A snap-in combined with MMC is called a ''management saved console'', which is a file with .msc extension and can be launched using this syntax: mmc path \ filename.msc a 64 32/code>.


Common snap-ins

The most prolific MMC component, Computer Management, appears in the "Administrative Tools" folder in the Control Panel, under "System and Security" in Category View. Computer Management actually consists of a collection of MMC snap-ins, including the Device Manager,
Disk Defragmenter Disc or disk may refer to: * Disk (mathematics), a two dimensional shape, the interior of a circle * Disk storage * Optical disc * Floppy disk Music * Disc (band), an American experimental music band * ''Disk'' (album), a 1995 EP by Moby Other ...
,
Internet Information Services Microsoft IIS (Internet Information Services, IIS, 2S) is an extensible web server created by Microsoft for use with the Windows NT family. IIS supports HTTP, HTTP/2, HTTP/3, HTTPS, FTP, FTPS, SMTP and NNTP. It has been an integral part o ...
(if installed), Disk Management, Event Viewer, Local Users and Groups (except in the home editions of Windows), Shared Folders, Services snap-in, for managing
Windows services In Windows NT operating systems, a Windows service is a computer program that operates in the background. It is similar in concept to a Unix daemon. A Windows service must conform to the interface rules and protocols of the Service Control Manage ...
, Certificates 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: *
Microsoft Exchange Server Microsoft Exchange Server is a mail server and calendaring server developed by Microsoft. It runs exclusively on Windows Server operating systems. The first version was called Exchange Server 4.0, to position it as the successor to the relat ...
(up to version 2010) *
Active Directory Active Directory (AD) is a directory service developed by Microsoft for Windows domain networks. Windows Server operating systems include it as a set of processes and services. Originally, only centralized domain management used Active Direct ...
Users and Computers, Domains and Trusts, and Sites and Services *
Group Policy Group Policy is a feature of the Microsoft Windows NT family of operating systems (including Windows 8.1, Windows 10, Windows 11) that controls the working environment of user accounts and computer accounts. Group Policy provides centralized mana ...
Management, including the Local Security Policy snap-in; included on all versions of Windows 2000 and later (Home editions of Microsoft Windows disable this snap-in) * Performance snap-in, for monitoring system performance and metrics


Version history

* MMC 1.0, shipped with Windows NT 4.0 Option Pack. * MMC 1.1, shipped with SQL Server 7.0 and Systems Management Server 2.0, also available as a download for
Windows 9x Windows 9x is a generic term referring to a line of discontinued Microsoft Windows operating systems released from 1995 to 2000 and supported until 2006, which were based on the kernel introduced in Windows 95 and modified in succeeding version ...
and
Windows NT Windows NT is a Proprietary software, proprietary Graphical user interface, graphical operating system produced by Microsoft as part of its Windows product line, the first version of which, Windows NT 3.1, was released on July 27, 1993. Original ...
. New features: ** Snap-in taskpads ** Wizard-style property sheets ** Ability to load extensions to a snap-in at run-time ** HTML Help support * MMC 1.2, shipped with Windows 2000. New features: ** Support for
Windows Installer Windows Installer (msiexec.exe, previously known as Microsoft Installer, List of Microsoft codenames, codename Darwin) is a software component and application programming interface (API) of Microsoft Windows used for the Installation (computer ...
and
Group Policy Group Policy is a feature of the Microsoft Windows NT family of operating systems (including Windows 8.1, Windows 10, Windows 11) that controls the working environment of user accounts and computer accounts. Group Policy provides centralized mana ...
** Filtered views ** Exporting list views to a text file ** Persistence of user-set column layouts (i.e. widths, ordering, visibility and sorting of lists) * MMC 2.0, shipped with
Windows XP Windows XP is a major release of Microsoft's Windows NT operating system. It was released to manufacturing on August 24, 2001, and later to retail on October 25, 2001. It is a direct successor to Windows 2000 for high-end and business users a ...
and
Windows Server 2003 Windows Server 2003, codenamed "Whistler Server", is the sixth major version of the Windows NT operating system produced by Microsoft and the first server version to be released under the Windows Server brand name. It is part of the Windows NT ...
. New features: ** Operating system-defined visual styles ** Automation object model, allowing the capabilities of an MMC snap-in to be used programmatically from outside MMC itself (e.g. from a script) **
64-bit In computer architecture, 64-bit integers, memory addresses, or other data units are those that are 64 bits wide. Also, 64-bit central processing units (CPU) and arithmetic logic units (ALU) are those that are based on processor registers, a ...
snap-ins ** Console Taskpads ** View Extensions **
Multilanguage User Interface Multilingual User Interface (MUI) enables the Internationalization and localization, localization of the user interface of an Application software, application. MUI is provided by Microsoft as an integrated feature of its operating system Window ...
help files * MMC 3.0, shipped with Windows Vista, Windows Server 2003 SP2, Windows XP SP3 and all versions of Windows up to (and including) Windows 11. Also downloadable for Windows XP SP2 and Windows Server 2003 SP1. New features: ** A new "Actions pane", displayed on the right-hand side of the MMC user interface that displays available actions for currently-selected node ** Support for developing snap-ins with the .NET Framework, including
Windows Forms Windows Forms, also known as WinForms, is a free, open-source graphical user interface (GUI) class library for building Windows desktop applications, included as a part of Microsoft .NET, .NET Framework or Mono, providing a platform to write c ...
** Reduced amount of code required to create a snap-in ** Improved debugging capabilities ** Asynchronous user interface model (MMC 3.0 snap-ins only) ** True Color Icon Support (Windows Vista Only) ** New Add/Remove Snap-in UI ** DEP is always enforced. All snap-ins must be DEP-aware.


See also

* List of Microsoft Windows components *
Microsoft Windows Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
*
Windows PowerShell PowerShell is a shell program developed by Microsoft for task automation and configuration management. As is typical for a shell, it provides a command-line interpreter for interactive use and a script interpreter for automation via a langua ...


References


External links


Microsoft Management Console documentation
{{DEFAULTSORT:Management Console Windows components Microsoft application programming interfaces System administration Windows NT Windows 2000