How to import a certificate into the Local USER’s store

IMPORTANT NOTE If your .CER certificate contains a private key, you can only import it through the MMC console. Neither the certutil nor the Import-Certificate cmdlet keeps the private key during the import process. The Import-PfxCertificate cmdlet keeps the private key, but it does not import .CER certificates. Import the certificate with Certutil The following […]

[Solved] DistributedCOM event ID 10016

You may encounter the following type of errors in the System event log: This problem can be fixed through the following steps: 1. Find the application name As you can notice there are two ID numbers in the error message: the CLSID and the APPID. Take the APPID and search for the matching registry key […]

The meaning of the SUSPEND option

Every time you have to confirm an action, through the natively implemented ShouldProcess method, you get five options: – Yes – Yes to All – No – No to All – and a mysterious “Suspend” option When you select Suspend, you come back to the command line with a double arrow. This means you have […]