Hi.
I had been reading about the tips of how to fix the error message:
Unable to connect to the server by using Windows Powershell Remoting
Went we want to setup this services in windows 2012 r2.
I had follow the thread:
https://social.technet.microsoft.com/Forums/windowsserver/en-US/bbb7427b-f839-48c4-b49c-467138f94b16/compatibility-problem-when-installing-remote-desktop-services-role-on-2012-unable-to-connect-to-the?forum=winserver8setup
Not all the tips apply to my network, the installation is base on the server-manager.
a) My server is not under a DC environment, it runs under a Linux Samba3 NT4 type.
Inside my domain, I don't have any issue, what I mean is that WS2012 can access the network resources, share resources like folder and printers, is part of the domain and users can access his resources without issues.
b) I don't have any other services on the WS2012 machine, but we need to setup RDS.
c) The time is sync with our internal ntp.
d) Is not running inside a virtual environment.
e) The WS2012 is not running any virtual stuff.
f) The firewall is disabled.
What I had done:
disable ipv6 in the nic.
winrm is running.
The WS2012 is update.
I can test with the command:
Open PS admin mode.
Enter-PSSession -ComputerName my-ws2012-hostname
I can access the server, done is working.
I have run server-manager admin mode, the same issue.
-PerShellMB 1000 nothing change.
The command Test-WSMan ComputerName inside the remote session and outside works.
But' don't know what else to do?
Thanks.