Closed truemichael closed 7 years ago
That's an interesting error.
This is just a shot in the dark, but could you check if you have the file \Binaries\RevokeCert\RevokeCert.exe
inside the enrollment station folder?
If it is there, could you open a cmd.exe inside the RevokeCert folder and try running:
RevokeCert.exe
You should get some help text as output, and if that's the case, everything should be fine. My suspicion is that you will get an error running that application.
Received the below error. Thank you.
@truemichael the image is not displayed here.
Sorry about that...error is attached.
@truemichael It is still not here :) I don't think Github supports image attachments by email.
By the way, I just edited your previous replies to not contain your personal information. Hope that is okay with you.
@truemichael Thanks! That definitely narrows down the error. The revokecert tool is probably only compiled for 64bit since it uses COM objects, and they are quite tricky to work with, to say the least.
The source code for RevokeCert is available here. You can try to compile it for 32bit yourself if you need a solution right away. Otherwise, I can take a look at the error on Friday and test it out on Win7 32bit.
Given this limitation, I'm moving to a new Enrollment Stations. Below are the specs and I'm receiving attached error.
Windows 10 Enterprise LTSB, 64-Bit
Check out the troubleshooting part of the manual here.
In short, in order to revoke certificates using Microsoft's own COM API, you have get the COM components from the Windows Remote Administration Tools.
Unfortunately, we can't distribute the components due to Microsoft's license.
Ian,
Thank you for the info and we’re now functioning on the Win10 Ent. Enrollment Station. My last inquiry related to this ticket is the appropriate path to migrate the current enrolled users from the Win7 to Win10. What do you recommend? Thank you.
Rue Michael
@truemichael There is a couple of things you need. I'll list them in no particular order:
We're getting the attached message when trying to revoke or terminate. Workstation OS is Win7 32bit. Thank you.