-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-CertificationAuthority -Enterprise gives a wrong result #165
Comments
Do you get any result when using |
There are a lot of things you may need to test before you can find the root cause of this. Please, test how much time take these commands:
if they are fast enough, you will have to debug |
They finished immediately. It appears like I have to learn how to debug dll in VC :-( I hope I'll do it soon. |
Library sources are here: https://github.com/PKISolutions/pkix.net One thing you should know: debug an x64 process, because CA management interfaces doesn't exist for x86 platform (Visual Studio defaults to x86 when debugging). |
The command with the key "-Enterprise" gives no result, but one Enterprise Subordinate CA exists in our domain.
The text was updated successfully, but these errors were encountered: