Monday, 9 September 2013

Add all certificates from folder to the store (certmgr.exe)

Add all certificates from folder to the store (certmgr.exe)

I have a script
certmgr /add /c <filename>.cer /s /r localMachine AddressBook
which adds only one certificate to the store but i have hundreds of certs
in one folder. Can I add them all to the store at once without using FOR
cycle?

No comments:

Post a Comment