Hi All,
I am getting below error while running .\Import-PfxFiles.ps1 script.
Error
Import-PfxCertificate : The PFX file you are trying to import requires either a different password or membership in an Active Directory principal to which
it is protected.
At C:\InfrastructureScripts-333627\VMs\UAT-Orch1-V1\Import-PfxFiles.ps1:37 char:17
+ ... Import-PfxCertificate -CertStoreLocation $store -FilePath ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Import-PfxCertificate], Win32Exception
+ FullyQualifiedErrorId : System.ComponentModel.Win32Exception,Microsoft.CertificateServices.Commands.ImportPfxCertificate
Anyone have any idea on this.
Thanks
Naveen