Hi,
there are two ways to determine the Certitification Authority in your Active Directory environment.
1. All Servers are member of the Active Directory local group “Cert Publishers”
1 2 3 4 5 6 7 8 | C:\> net localgroup "Cert Publishers" /domain CAServer1$ CAServer2$ [shell] 2. Use certutil to get a list of servers and ping them if they are alive. [shell] certutil –config - - ping |
Michael