I am running Windows 2008, and have an Enterprise CA installed. How can I make all servers auto-enlist to get a certificate for RDP? I don't want to have to do this manually on each machine.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You can do this using a Group Policy Object (assuming you're running an Active Directory).

The settings should be part of the Computer Configuration section of the GPO under "Windows Settings -> Security Settings -> Public Key Policies/Autoenrollment Settings".

Assuming you've created a Certificate Template for this certificate auto-enrollment, you can use other group policy settings to enable the requirement of TLS-RDP connections.

This MSDN article has the names of the specific settings in Windows 2008.

technet.microsoft.com/en-us/library/cc771869(WS.10).aspx

Good luck!

link|improve this answer
Perfect, that's what I was looking for. – MichaelGG May 20 '09 at 4:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.