Troubleshooting
DC on private network instead of domain
PSRemoting not available on WS01
Last updated
While running and building the lab we found the following issues. We noted them down here since other people might get the same issues:
If a DC is on a private network instead of the domain, the firewall will block a lot of stuff. Like DNS, and it breaks stuff. This worked for us to fix it:
Run the Enable-Psremoting cmdlet again.
Add a extra firewall rule allowing all traffic to port tcp 5985.
Last updated