Hello IT Folks,
I have an issue with 2 servers that are in the DMZ while i am trying to create my first RDS server environment. Once i add the 2 servers that are in the DMZ to the pool i get the following error --> Online - Access denied. I have already made sure the recommended ports from RDS deployment are opened. Also run these PS cmds on both DMZ servers.
Set-Item wsman:\localhost\Client\TrustedHosts Server01 -Concatenate -Force
New-ItemProperty -Name LocalAccountTokenFilterPolicy -path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System -propertyType DWord -value 1
Once i specify the Web Access server and click next i get the Checking compatibility box and it says.. Unable to connect to the server using Windows Powershell remoting. I made sure that service was turned on on both servers that are in the DMZ.
Before all this i use the Manage As for those 2 DMZ servers that are not domain joined using the local admin account. When i run the roles it says RDS will be installed using my creds and i believe this one of the issues. So any insights or ideas how i can resolve this would be much appreciated.