MMC 는 시스템 관리를 위한 콘솔로, 스냅인(snap-in)을 로드시켜서 제어한다.

MMC에서 스냅인들을 로드시킨후에, 콘솔을 파일로 저장하면, 기본확장자는 msc ( MS Console document ) 이다.

윈 7 에서 기본적으로 미리 구성해서 제공하는 콘솔 파일들로는 아래와 같은 것들이 있다.

보통 연관이 있는 스냅인들을 로드시킨 콘솔을 저장한 것이다.
따라서 같은 스냅인이 여러 파일에 중복되어 들어있기도 하다.

azman.msc                      Authorization Manager :  권한설정
certmgr.msc                       Certificates : 인증서 관리
compexp.msc                    Component Services : COM (Component Object Model) 서비스 관리
compmgmt.msc                 Computer Management :  컴퓨터 관리
devmgmt.msc                    Device Manager : 장치관리자
diskmgmt.msc                   Disk Management : 디스크관리자
eventvwr.msc                    Event Viewer  : 이벤트뷰어
gpedit.msc                        Local Group Policy Editor  : 로컬그룹정책
lusrmgr.msc                      Local Users and Groups  : 로컬 사용자 및 그룹
napclcfg.msc                    NAP Client Configuration  :  NAP (Network Access Protection) 설정
perfmon.msc                     Performance Monitor  : 성능 모니터
printmanagement.msc      Print Management  : 인쇄 관리
rsop.msc                           Resultant Set of Policy :  정책결과 집합  (현재사용자에 적용된 그룹정책들을 보여준다.)
services.msc                    Services   : 서비스
fsmgmt.msc                      Shared Folders   :   폴더 공유 관리
taskschd.msc                   Task Scheduler  :  작업 스케줄러
tpm.msc                            TPM management  :  TPM ( Trusted Platform Module ) 관리
wf.msc                               Windows firewall   :  방화벽
wmimgmt.msc                   WMI (Windows Management Instrumentation ) management  :  WMI 관리

물론, 파일로 저장되지 않은 스냅인들도 많다. 자주 쓸꺼면 해당 스냅인들을 콘솔에 로드해서 파일로 저장해놓고 필요할때 불러다 쓰면 된다.

------------------------------------------------------------------------------------------

mmc.exe 를 실행시키면, 빈 콘솔 (콘솔 루트) 이 뜨는데, 보통 왼쪽부터 tree pane , taskpad pane , action pane 이라고 부른다.
(트리 페인이나 액션페인은 열었다 닫았다 할 수 있다.)

MMC 실행에는 아래와 같이  4가지 모드가 있다.





스냅인을 추가/제거하는 방법은  File > Add/Remove Snap-in  ( Ctrl + M ) 을 하면 된다.

Advanced... 옵션에서, parent snap-in 을 변경허용 여부를 정할 수 있다.


트리 페인에 폴더를 추가하려면, 폴더 스냅인을 추가해준다. 우클릭해서 Rename 해주고 사용하면 된다.


콘솔을 저장하면, 기본적으로  Administrative Tools 폴더에 저장되는데, 이러면 시작메뉴에 Administrative Tools 메뉴 띄워놓으면, 바로 쓸수있다.
%SystemRoot%\System32 에 넣으면, 아무데서나 쓸 수 있다.


-------------------------------------------------------------------------------------------

action > new taskpad view 를 선택하면, taskpad view wizard 가 실행되고, taskpad 를 입맛대로 셋팅할 수 있다.

셋팅 마지막에 Add new tasks to this taskapd after the wizard closes 라는 체크박스가 뜨는데, 체크한채로 finish 하면, new task wizard 가 뜬다.  추가할 작업의 커맨드 타입을 고를수 있다.

Menu Command  : 이거는 to configure a task that runs a menu command within the MMC.
Shell Command  :  이거는 to configure a task that runs an operating system command,
                                           such as a script, another application, a Web page, or another command-line task.
Navigation           :    이거는 to create a task that automatically navigates the MMC to one of the items in your Favorites list.