Isaiah Rondeau

Results 3 comments of Isaiah Rondeau

I've found a workaround to this problem making the following changes to the `Deny-CertificateRequest` script locally: ```powershell 32 | ... 33 | } catch { 34 | New-Object SysadminsLV.PKI.Utils.ServiceOperationResult -ArgumentList...

The error occurred when was trying to deny a request without administrator privileges. Here is the stack trace from the caught exception in `Deny-CertificateRequest`: ``` System.UnauthorizedAccessException: CCertAdmin::DenyRequest: Access is denied....

I'm not sure what more information I can give you about this issue as I am not entirely familiar with the Windows account architecture. The account I am using to...