Forum Discussion

GodzillaKP's avatar
GodzillaKP
Copper Contributor
Oct 14, 2022
Solved

Unable to connect to App through Connect-IPPSession under CertificateThumbPrint or even Certificate

Hello everyone,

 

I am trying to perform a login through a script without having to put simply a password as an argument, but not sure what I am missing here regarding Connect-IPPSession arguments.

This is the tutorial that I am following.

 

From my side, when I try to login with Certificate argument, I receive an error saying, "The specified network password is not correct", but really don't know why (both user and password set on the certificate, when exported was my current username and password of current user account, on this, machine where I also have the certificate installed, and where it was created):

https://prnt.sc/051xEjnMbmtS

 

If I try with CertificateThumbPrint argument, it pops up a window to sign with an account:
https://prnt.sc/FYkn_zpbk6NM

 

Regarding Certificate argument, from documentation there is an input that I don't understand what to set there, regarding <%X509Certificate2 Object%>, so tried to add the pfx file itself to try, even knowing that the certificate does not need to be installed on the computer. 

 

My main objective is to use CertificateThumbPrint argument, but till now, no luck.

 

Anyone?

 

 

 



Resources