Questions tagged [mmc]

The Microsoft Management Console (MMC) is a component of Windows that provides an administrative interface for system configuration. It can be extended with _snap-ins_, which are COM or managed code components that provide the user interface for a particular administrative domain.

The Microsoft Management Console (MMC) is a Windows application used by administrators and power users to administer a Windows system. Administration of varying domains -- such as event logs or starting and stopping [Windows service]s -- can be done within the same console.

MMC hosts components called snap-ins. These are implemented Snap-ins are extensions to the MMC executable, which hosts them and provides a window frame into which they expose their user interfaces. Traditionally, snap-ins have been implemented as COM components, but in recent releases of Windows, support is provided for snap-ins written for the managed runtime.

181 questions
0
votes
1 answer

SQL Server Management Studio as MMC Snap-In

Is there any MMC snap-in for the SQL Server Management Studio 2008/2012 ? I know that there is a snap-in for the SQL Server Configuration Manager, but that is not what I need. I want to make queries to the SQL server directly through MMC and manage…
Solaflex
  • 1,382
  • 1
  • 13
  • 24
0
votes
0 answers

Implements of generate report for extension in gpedit snapin

I have extension for the "Group Policy Editor" SnapIn (Computer/User configuration). How can I implement of generate report in the "Settings" tab in gpmc for my extension? Thanks. Code. using System; using System.Text; using…
Maxim
  • 43
  • 6
0
votes
1 answer

APNS: The certificate is revoked

My iPad app uses an ASP.Net server to send APNS messages (using MoonAPNS) to the app when a new document is uploaded to the server. I used MMC to import new certificates last week (Thursday) and had it working with an ad-hoc distribution version of…
Robert
  • 5,278
  • 43
  • 65
  • 115
0
votes
1 answer

Localizing MMC SnapInSettings

I'm trying to localize [SnapInSettings("GUID", DisplayName = ApplicationName, <-- this Description = ApplicationDescription, <-- this Vendor = VenderName, <-- this UseCustomHelp = true)] Issue i'm running into is that these get set…
Puzzle84
  • 540
  • 3
  • 20
0
votes
1 answer

What are MMC extension snap-ins?

Looking through our MMC snap-in code I can't get one concept. We have a tree of different class items inserted into MMC snap-in root node and only two of them register themselves as extensions. These two classes are nothing special compared to any…
sharptooth
  • 167,383
  • 100
  • 513
  • 979
0
votes
1 answer

server 2008 certificate private key permissions

I am having a strange problem which I've googled and googled with no result. I'm attempting to setup a certificate for a wcf service application on windows server 2008 R2. I've imported the certificate into the localmachine personal store, and I'm…
rusty
  • 499
  • 1
  • 5
  • 19
0
votes
3 answers

How to check user credentials in Powershell, to find out if they belong to certain group?

I am trying to implement Taskpads (MMC's) for remote admins. Since I dont want to keep them on their workstations I am keeping them on a file server and sharing them there. On the client side (i.e on remote admin's workstation), what I have is a…
Darktux
  • 427
  • 6
  • 16
  • 27
0
votes
1 answer

connect compmgmnt.msc to remote host using c#

how can i use compmgmnt.msc to remote host using c#. i found this... execute this command in "cmd.exe" it is working and ask you for The password: /user:administrator \"mmc.exe compmgmt.msc /computer:IZADI-PC\ but i need to know how can i use this…
MAYSAM GAMINI
  • 49
  • 1
  • 3
  • 11
0
votes
1 answer

Update web.config from separate administrative website

We have historically created MMC snap-ins to update custom sections in web.config for our ASP.NET MVC application. These custom sections deal with theming, backend connection parameters, navigation, etc. I'd prefer to create a web based interface to…
Ben Vitale
  • 1,754
  • 3
  • 17
  • 27
0
votes
1 answer

Moving MMC snap-in from VS2008 to 2010

This is not so much a question but rather a comment since I've found the answer already. Problem: I was moving a VS2008 project to VS2010, which uses the Microsoft.ManagementConsole namespace. The reference of the project targeted the DLL registered…
Damian Vogel
  • 1,050
  • 1
  • 13
  • 19
0
votes
3 answers

MMC .Net Runtime Version

I am currently developing an MMC snap-in but have hit a big snag - it's done using the .Net 4.0 framework; and MMC is loading a previous version of the runtime. Using an older version of the runtime isn't really an option, as the entire project is…
Jonathan C Dickinson
  • 7,181
  • 4
  • 35
  • 46
0
votes
1 answer

How to use a scripting language to change settings in MMC Snapin

I've been building a script to setup a MSSQL server in PowerShell, but I'm stuck at this point. I can't figure out where the SQL Server Configuration Manager SnapIn is saving the data and I can't figure out how to access it via COM. Is there a way…
Caleb Jares
  • 6,163
  • 6
  • 56
  • 83
-1
votes
0 answers

Can't create a custom CSR using mmc and certificates snap-in on Windows 10

I am trying to generate a custom CSR using the certificates snap-in for mmc on Windows 10. The certificate I want to create is a client authentication cert using ECC. However, I have run into a persistent issue that is preventing me from generating…
-1
votes
2 answers

Powershell generic admin id checker

Can someone help me with powershell script to check a genric admin id has logon access on which all machines. I just need to give input a generic admin id(eg admin\abcd) and it returns all the workstations/servers/machines on which it has…
-1
votes
2 answers

Restrict windows server 2008 R2 remote mmc

I am looking for a way how to disable remote access to management console of single Windows Server 2008 R2 with least administrative effort. Server is in domain and there is big amount of other computers and users in domain, hence looking for some…
R1cky
  • 662
  • 5
  • 16
1 2 3
12
13