Certificate Storenames

Microsoft Windows
Post Reply
Simon_Weel
Posts: 36
Joined: 2021-Dec-13, 3:53 pm

Certificate Storenames

Post by Simon_Weel »

Deploying certificates using a GPO isn't always working correct, so I decided to install certificates using the domain Startup-script. Certutil it is. CertificateStoreName turned out to be a bit difficult. I thought I could use the name listed in the Certificates MMC Snap-in, like "Trusted Publishers", but that doesn't work. It's TrustedPublisher in this case. Might be handy to have a list of storenames to use with Certutil?
User avatar
Simon Sheppard
Posts: 191
Joined: 2021-Jul-10, 7:46 pm
Contact:

Re: Certificate Storenames

Post by Simon Sheppard »

You can generate a list with:

Code: Select all

CertUtil -enumstore
Post Reply