New Post: Is registry access required?
Can you supply stack trace? Once error is throwed, call: $error[0].exception.innerexception.stacktrace The behavior of this command is to retrieve configuration data by using remote registry by...
View ArticleNew Post: Is registry access required?
From Remote Workstation:> $error[0].exception.innerexception.stacktrace at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable) at PKI.Utils.CryptoRegistry.GetRReg(String entry,...
View ArticleNew Post: Is registry access required?
I will take a look and return to you soon. p.s. Just to clarify: make sure if you logged in via domain account. And what type is your CA? Enterprise or Standalone?
View ArticleNew Post: Is registry access required?
Correct, I am logged in using my domain account both remote and locally on the CA server. This CA is a Standalone.
View ArticleNew Post: Is registry access required?
I looked at the code and I see that Remote Registry (when connect remotely) is working, however, you do not have permissions to access CA configuration key:...
View ArticleNew Post: Is registry access required?
When I use "Get-CertificationAuthority -ComputerName fqdn.ca.example.com", the result comes back null (not sure if this is related or not, i've never used this method before attempting to troubleshoot...
View ArticleCreated Unassigned: "CEnumCERTVIEWROW::Next: The handle is invalid....
Collecting data on my revoked certs I ran into an issue.Command I am using: Get-revokedRequest -CertificationAuthority MYSERVER | Export-Csv Export.csvI was running commanbds locally on my PKI server...
View ArticleNew Post: Is registry access required?
Camelot wrote: I looked at the code and I see that Remote Registry (when connect remotely) is working, however, you do not have permissions to access CA configuration key:...
View ArticleNew Post: Is registry access required?
Apparently, someone changed permissions in registry. Make sure you remove all explicit permissions and replace them with inheritable (should inherit from Services key).
View ArticleCommented Unassigned: "CEnumCERTVIEWROW::Next: The handle is invalid....
Collecting data on my revoked certs I ran into an issue.Command I am using: Get-revokedRequest -CertificationAuthority MYSERVER | Export-Csv Export.csvI was running commanbds locally on my PKI server...
View ArticleNew Post: Is registry access required?
I totally agree something changed on the system; I'm working up those channels to figure out what that is, but I'm being asked "what I need", not "what they broke"; which is frustrating. To clarify,...
View ArticleCommented Unassigned: "CEnumCERTVIEWROW::Next: The handle is invalid....
Collecting data on my revoked certs I ran into an issue.Command I am using: Get-revokedRequest -CertificationAuthority MYSERVER | Export-Csv Export.csvI was running commanbds locally on my PKI server...
View ArticleNew Post: Is registry access required?
I already answered -- they key must have only inherited permissions from Services key. Just open Services key permissions and you will see, there are several ACEs (I don't remember exactly). System and...
View ArticleCommented Unassigned: "CEnumCERTVIEWROW::Next: The handle is invalid....
Collecting data on my revoked certs I ran into an issue.Command I am using: Get-revokedRequest -CertificationAuthority MYSERVER | Export-Csv Export.csvI was running commanbds locally on my PKI server...
View ArticleNew Post: Is registry access required?
The permissions are set to inherit from the services key. Users: Query Value, Enumerate Subkeys, Notify, Read Control Administrators: Full Control Creator Owner: Full Control SYSTEM: Full Control I'm...
View ArticleNew Post: Is registry access required?
Make sure if subkeys under CertSvc key have the same permissions. And what about Remote Registry service?
View ArticleCommented Unassigned: "CEnumCERTVIEWROW::Next: The handle is invalid....
Collecting data on my revoked certs I ran into an issue.Command I am using: Get-revokedRequest -CertificationAuthority MYSERVER | Export-Csv Export.csvI was running commanbds locally on my PKI server...
View ArticleClosed Unassigned: "CEnumCERTVIEWROW::Next: The handle is invalid. 0x80070006...
Collecting data on my revoked certs I ran into an issue.Command I am using: Get-revokedRequest -CertificationAuthority MYSERVER | Export-Csv Export.csvI was running commanbds locally on my PKI server...
View ArticleReopened Unassigned: "CEnumCERTVIEWROW::Next: The handle is invalid....
Collecting data on my revoked certs I ran into an issue.Command I am using: Get-revokedRequest -CertificationAuthority MYSERVER | Export-Csv Export.csvI was running commanbds locally on my PKI server...
View ArticleEdited Unassigned: "CEnumCERTVIEWROW::Next: The handle is invalid. 0x80070006...
Collecting data on my revoked certs I ran into an issue.Command I am using: Get-revokedRequest -CertificationAuthority MYSERVER | Export-Csv Export.csvI was running commanbds locally on my PKI server...
View Article