Windows Server 2012 Remote Access

Associate
Joined
9 Aug 2011
Posts
137
Server 2012 Remote Access is driving me mad!!

I have somehow managed to change the certificate used by Anywhere Access to something other than the RapidSSL certificate I bought and I cannot figure out how to change it back. When I go the Remote Access Management, I get an error saying "settings for the server cannot be retrieved. The cmdlet did not run as expected".

Is there anything I can do to fix this?
 
List root certificates using: "Get-ChildItem Cert:\LocalMachine\Root"
Select the certificate you want: "$certificate = (Get-ChildItem Cert:\LocalMachine\Root)[IndexOfTheCertificateYouWant]
Change the root certificate in the DA configuration: "Set-DAServer -IPsecRootCertificate $certificate"
Now try to open the management console again.

http://social.technet.microsoft.com.../thread/e21c9bb6-f657-4d81-a941-dde1df1c3463/

Similar error, try it?
 
Back
Top Bottom