Home > OS >  How to query a Windows domain user certificate issued
How to query a Windows domain user certificate issued

Time:11-23

Now set up a Windows 2008 AD + certificate server, set up test1 users, test1 user login from the client domain server, ad2008.https2010.com: 8080/certsrv application and install the certificate,

Question is: what can I use command or software to query ad2008.https2010.com test1 users apply for certificates,

Thank you very much!

CodePudding user response:

In the active directory users and computers snap-in, find the user, see published certificates if there are any

CodePudding user response:

I want to use the command to check command or software to query, do not know to have

CodePudding user response:

Install the Module - the Name PSPKI
The Import module - the Name pspki
The Get - CertificationAuthority - ComputerName caserver.fdqn.com | Get IssuedRequest - filter "Request. RequesterName - eq domain \ username"
  • Related