When you install a Windows forest CA you have the option to make it standalone or enterprise. I have an existing installation which I am assuming is standalone as it doesn't have a certificate templates folder when I load the management console.
However, I can't find anything that definitively says "This is a standalone CA", such as under an "About" option in the management console. For all I know this could be a malfunctioning enterprise CA. How do I definitively tell whether my CA is standalone or enterprise?
Cheers
Either of the following methods should work:
Run the
certutil
command:certutil -getreg ca\catype
The output will tell you whether this is an Enterprise or Standalone CA:
Alternatively, you can check for the presence of the Certificate Templates node. If Certificate Templates is present, then this is an Enterprise CA (Standalone CA's don't use templates):
(Link to Reference)
Does this thread help you? Looks like you were on the right track.
Quoting Jediah L. in the previously mentioned thread:
Looks like a lot of good things return with a Google search.