Adding certificate based credentials to windows vault

Unanswered Adding certificate based credentials to windows vault

  • Thursday, January 17, 2013 2:47 AM
     
     

    Hi, 

    Is there a way to add certificate based credentials to the windows vault by using the command line? 

    I tried cmdkey but it does not have a switch to add a certificate in the windows certificate store. 

    Thank you

All Replies

  • Thursday, January 17, 2013 6:06 AM
     
     
    can you explain your task?

    My weblog: http://en-us.sysadmins.lv
    PowerShell PKI Module: http://pspki.codeplex.com
    Check out new: PowerShell FCIV tool.

  • Friday, January 18, 2013 2:03 AM
     
     

    Hi Vadims, 

    I need to add a "Certificate-based credential" in Windows "Credential Manager". In the credential manager UI, we need to input internet or network address and select a certificate. 

    Currently I need to do this around 200 machines. So I am looking for a way to do this via a script. Although cmdkey command can be used to add password based credential, it seems that it cannot be used to add certificate base credential. 

    Thank you...