New Post: Remote CA Connections
Camelot, I am able to connect to remote CAs using the commands above while specifying the "FNQD\CAName" However, when I try to connect to a remote CA to process the get-caschema (to test...
View ArticleNew Post: Remote CA Connections
Ok, I have made some progress. There were definitely some service and permission issues on the remote CAs. Those have been remediated in the larger of the two domains I am trying to use. I am still...
View ArticleNew Post: Remote CA Connections
Sorry, today I was a bit busy and couldn't work on this issue. But it still a bit wird, because certain errors are odd for me (for example, "There is no such object on the server") and they shouldn't...
View ArticleNew Post: Remote CA Connections
Camelot, I want to thank you for your attention and assistance through all this. You are a true rockstar! Current Status: Script running from Server_A in Domain_A against CAs in Domain_A : success...
View ArticleNew Post: Remote CA Connections
Another piece of information: From Server_1 in Domain_B, issuing the manual commands for [$certrequest and $certadmin] while specifying the known CA and CN names of the two CAs in Domain_B, both...
View ArticleNew Post: Bad enum error adding OIDs
Hi I am trying to add OIDs on a stand-alone offline root CA. I am getting an error about a bad enum: PS C:\Users\Administrator> register-objectidentifier -friendlyname HighHardAdmin -value...
View ArticleNew Post: Bad enum error adding OIDs
This is a bug. You can fix it yourself by editing Register-ObjectIdentifier.ps1 file as follows: Locate this code part:$Group=switch ($OidGroup) { "ApplicationPolicy"...
View ArticleCreated Unassigned: Bad enum error adding OIDs [46]
HiI am trying to add OIDs on a stand-alone offline root CA. I am getting an error about a bad enum:PS C:\Users\Administrator> register-objectidentifier -friendlyname HighHardAdmin -value...
View ArticleNew Post: Bad enum error adding OIDs
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCommented Unassigned: Bad enum error adding OIDs [46]
HiI am trying to add OIDs on a stand-alone offline root CA. I am getting an error about a bad enum:PS C:\Users\Administrator> register-objectidentifier -friendlyname HighHardAdmin -value...
View ArticleCommented Unassigned: Bad enum error adding OIDs [46]
HiI am trying to add OIDs on a stand-alone offline root CA. I am getting an error about a bad enum:PS C:\Users\Administrator> register-objectidentifier -friendlyname HighHardAdmin -value...
View ArticleNew Post: Is registry access required?
CertSvc and subkeys have the same inherited perms and Remote Registry is running.
View ArticleCreated Unassigned: X509CRL2 class fails on V1 CRLs [47]
X509CRL2 class fails on V1 CRLs.The issue is caused because of inproper property validation.
View ArticleNew Post: Get Pending Requests with SAN / DNS
What would be involved with extracting a CMS Signed RawRequest and extracting the SAN/Extensions?
View ArticleNew Post: Get Pending Requests with SAN / DNS
Unfortunately, there is no managed way to read CMS requests. The only way is to use certutil for that.
View ArticleNew Comment on "Revoke-Certificate"
Hi, How to revoke certificate with specific serial number, instead of RequestID? I have only serial number of the certificate. Thanks, Ratko
View ArticleNew Post: Remote CA Connections
I was doing some more research, going nuts trying to get my totally functional script from domain A working in domain B .... when I found this article:http://pspki.codeplex.com/discussions/361720 It...
View ArticleNew Post: Remote CA Connections
Do you have any recomendations as to how I can impliment a work-around for trying to query CAs at the forest level, rather than at the domain level ? what type is your CA? Enterprise CAs are...
View ArticleNew Post: Remote CA Connections
Can you submit stack trace from the command?connect-ca $certsrv $error[0].exception.innerexception.stacktrace
View ArticleNew Post: Is registry access required?
I tried various tests and was unable to repro the issue. Can you connect to the specified registry key via Regedit by connecting to a remote registry?
View Article