I am building a test lab with Server 2012 R2 for Remote Access. The GUI install went smooth but I am trying to figure out how to install the role and role services with PowerShell.
From what I read I should be able to use "Install-WindowsFeature RemoteAccess -IncludeManagementTools". Although it has reported to have installed successfully, even after a reboot I don't have the Remote Access management console available to configure it. If I look at Roles "Remote Access" is checked but "DirectAccess and VPN (RAS)" is not selected.
How can I use Powershell to install the DirectAccess option in RemoteAccess?