When I use the Get-IssuedRequest command I receive the information from the request.
Get-IssuedRequest -CertificationAuthority $CA1 -Filter "Commonname -eq server.test", "NotAfter -ge $(Get-Date)", "CertificateTemplate -eq Server Authentication"
But when I use the Submit-Certificaterequest command I receive the error CCertRequest::Submit: Access is denied. I use the same user account. Why can I read the information but not submit any? I've checked on the CA server and the Certificate template on the security tab and have all required options enabled.
Submit-CertificateRequest C:\Users\bzkking\Desktop\www.test.csr -CertificationAuthority $CA1 -Attribute "CertificateTemplate:WebServer(Manual)"
Note: I use an account form a different forest to submit the request.
When I use the Get-IssuedRequest command I receive the information from the request.
Get-IssuedRequest -CertificationAuthority$CA1 -Filter "Commonname -eq server.test", "NotAfter -ge $ (Get-Date)", "CertificateTemplate -eq Server Authentication"
But when I use the Submit-Certificaterequest command I receive the error CCertRequest::Submit: Access is denied. I use the same user account. Why can I read the information but not submit any? I've checked on the CA server and the Certificate template on the security tab and have all required options enabled.
Submit-CertificateRequest C:\Users\bzkking\Desktop\www.test.csr -CertificationAuthority $CA1 -Attribute "CertificateTemplate:WebServer(Manual)"
Note: I use an account form a different forest to submit the request.