-
Notifications
You must be signed in to change notification settings - Fork 63
Description
Hello,
Thank you for your module and the effort you've put in. I'm currently integrating it into an open-source solution.
I've noticed that Get-CA (Get-certificationauthority or connect-certificationauthority) is quite slow, as many members have noted, due to DCOM and RPC requests and attempts. I've looked into this first. To avoid this, I'll check if the machine is reachable using a quick test on port 135, then I'll run it, but it's still very slow.
It takes an average of 60 seconds and does not return service state and operating system after wireshark analysis, I found that it is the following two rules of the Windows firewall that pose a problem by activating the requests and instantaneous
Virtual Machine Monitoring (RPC) and Remote Service Management (RPC)
You need to enable it on remote server (CA), if this can help someone