Quantcast
Channel: Security forum
Viewing all articles
Browse latest Browse all 12072

certreq -accept on other server giving "Certificate Request Processor: Cannot find object or property. 0x80092004 (-2146885628)"

$
0
0

At the moment we have the following server set up:

A SCCM server which is running a script for certain devices in our network and generating a .cer file for each device. 
Next we want this .cer file to be installed on an certain devices for which this already has been generated (by the script running on the SCCM server). 

PS C:\Windows\ccmcache\f> certreq -accept C:\SCCM\ourTarget.cer
Usage:
  CertReq -?
  CertReq [-v] -?
  CertReq [-Command] -?

  CertReq -Accept [Options] [CertChainFileIn | FullResponseFileIn | CertFileIn]
    Accept and install a response to a previous new request.

  Options:
    -user
    -machine
    -pin Pin

Expected -user | -machine argument
Certificate Request Processor: Cannot find object or property. 0x80092004 (-2146885628)

Why do I get this error and what can I do to fix this? 
Where generating the .cer files on the SCCM server for firewall reasons.
Also, if I run everything on 1 server (like in 1 powershell prompt) everything installs succesfully. 

Kind regards

Thijs


Viewing all articles
Browse latest Browse all 12072

Trending Articles