Top "Mmc" questions

The Microsoft Management Console (MMC) is a component of Windows that provides an administrative interface for system configuration.

"Invalid provider type specified" CryptographicException when trying to load private key of certificate

I'm trying to read the private key of a certificate which has been shared with me by a third-party service …

c# windows certificate mmc certificate-store
remote sc OpenSCManager query failed 5 access denied

I'm writing a script that periodically checks that certain services are running on remote workstations. I'm having a devil of …

permissions cmd windows-xp mmc service-control-manager
Loading/Unloading assembly in different AppDomain

I need to execute a method in an assembly loaded during runtime. Now I want to unload those loaded assemblies …

c# reflection appdomain mmc
MMC could not created the snap-in SQL Server configuration manager

When i tried to connect to sql server configuration manager in sql server 2008. It shows error MMC could not create …

sql sql-server windows mmc snap-in
How to create a Private-Key exportable self-signed certificate?

I've tried the below template which creates the certificate and installs it in the localmachine Personal certificate store: makecert -sk &…

ssl-certificate mmc
Importing a .pfx or .p12 file to a remote certificate store is not supported

I try to use MMC with SnapIn Certificates(Remote Computer) to import a p12 certificate into the Personal Certificate Store …

https ssl-certificate pfx mmc server-core
open certmgr.msc from commanf line on localMachine

I need to start "certmgr.msc" from "cmd.exe" on "localMachine" repository so that I can import\export certificates. I …

cmd certificate mmc
Can't Log Out of Windows Server 2008

I'm currently logged into my Windows Server 2008 R2 (x64) server, using Remote Desktop. As soon as I clicked on Start …

windows-server-2008-r2 remote-desktop windows-server mmc snap-in
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 …

powershell active-directory credentials mmc