Hi
I am curious to find out where the SSL VPN is actually configured when using the "Windows Essential Expereince"
I looked for RRAS, but can't find it. So what is running this VPN?
Alex
I guess you are looking for a tutorial 'How to configure SSTP as it works on WSE2016'?
I am trying to find where it is configured "under the hood".
From my SBS time, I am used to setting up RRAS for SSP VPN, but RRAS is not installed on the 2016 server with Server Essential Experience
So where is it?
I Googled your suggestion, but got no success
Try this:
PS C:\Users\Administrator> Get-WindowsFeature -Name *RSAT-RemoteAccess* Display Name Name Install State ------------ ---- ------------- [X] Remote Access Management Tools RSAT-RemoteAccess Installed [X] Remote Access GUI and Command-Line T... RSAT-RemoteAccess-Mgmt Installed [X] Remote Access module for Windows Pow... RSAT-RemoteAccess-Po... Installed
And compare the output with what you see on your server. Now install those with:
Install-WindowsFeature RSAT-RemoteAccess -IncludeAllSubfeature
Thanks Mariette
I followed your suggestions. While it worked, i did not get the answer I was hopping for
Thanks for the answer
Update: If anyone stumble upon this question, here is a set of 3 articles that could help you: