Forum Discussion
ViolentCrow
Oct 08, 2023Copper Contributor
Domain Controller showing network connection as Public
Notice for quite awhile now with the vnext server builds that when you promote it to domain controller it shows the network connections as public or private instead of DomainAuthenticated. Is the...
sergiuoleinic
Sep 04, 2024Copper Contributor
In my virtual lab ALL joined servers have this Public/Domain back and forth.
Quickest fix for me is to dissable and the re-enable the Network Interface Card via the Local Sever Manager > Ethernet0
A more bizare solution is to run a powershell script in scheduler every X hours, one line:
GET-NETADAPTER | RESTART-NETADAPTER
Quickest fix for me is to dissable and the re-enable the Network Interface Card via the Local Sever Manager > Ethernet0
A more bizare solution is to run a powershell script in scheduler every X hours, one line:
GET-NETADAPTER | RESTART-NETADAPTER
Joachim_Otahal
Sep 05, 2024Iron Contributor
Before doing that brutal Restart-NetAdapter you should check with Get-NetConnectionProfile which .NetworkCategory is active.