Today i was trying to search a method for "skip" the password when it is requested. Is there a way for do this or for do similar things, like put automatically a random password when requested?
Get-PfxCertificate "c:\path\file"
Thumbprint Subject
---------- -------
**************************************** CN=****************
**************************************** CN=****************
Password: (example: random)
(I know that if you put a random password I will get an error but I do not care.)