I'm trying to find a way to script installing a certificate.
Going "right-click->install certificate" works, and shows the certificate under 'subordinate certification authorities' in IE's certificate view
If found the certutil.exe command,
certutil.exe -addstore -enterprise <storename>
My question is how do you list/find out the valid storenames?