I have a certificates.p7b file with 2 certificates in it. Lets Call the Certs A and B.
if I run
Import-Certificate -FilePath $CertFile -CertStoreLocation $CertStoreMY
It will import both certificate A and B. I only want to import certificate A
Is there a way to achieve this?