Assuming all pfx have the same password
forfiles /p "E:\Certificates" /m *.pfx /c "cmd /c CERTUTIL -f -p "password" -importpfx @file"
forfiles /p "E:\Certificates" /m *.pfx /c "cmd /c CERTUTIL -f -p "password" -importpfx @file"
Here in this blog i am writing notes related to my work, sometimes i need to review something i did before, or i need to do it one more time. Also it might be helpful for anyone looking for an answer for situations similar to the ones i faced before
No comments:
Post a Comment