We have a requirement to for a non-administrator account to be able to view (read-only) ADCS's OCSP console remotely. The OCSP responder is running on Server Core, so can't be managed locally. We need a help-desk operator to be able to log in to an admin box, open the OCSP console, re-target the console to the Server Core instance running OCSP, and check the status of the responder (but not change anything).
Looking at the console (when connected with an administrator account) I see that under Responder Properties > Security tab I can add permissions for users and/or groups to have Read and/or Manage Online Responder permissions. I've therefore added a group to this list and given it both Read and Manage Online Responder (just for now, until I get it to work), and made sure the operator is a member of that group.
However, when the operator logs in, I get and RPC error:
Computer: va1.example.org
An Online Responder is not installed on this computer or the Online Responder Service may not be running.
The PRC server is unavailable. (Exception from HRESULT: 0x800706BA)
This works with an account that is an administrator, so its not firewall/network related. The only thing that changes in the user. My suspicion is that's its something along the lines of DCOM permissions or similar, but I haven't a clue how to investigate that on Server Core as dcomcnfg.exe
won't connect to a remote computer for me.
Has anyone had any similar experiences?