How to set WINS through GPO?
Solution 1:
The command for setting WINS is below:
Netsh interface ip set wins name="Local Area Connection" source=static addr=192.168.100.3
There is a netsh wins
command as well, but that is for Winsock. Lost some time on that one before...
Also, if you are setting WINS on the wireless connection, the name will be different of course. Just run ipconfig to see what the name should be. It needs to be exact as far as I know.
Solution 2:
There's no direct mechanism to assign a WINS server via GPO, unfortunately. When you can't assign the WINS server via DHCP, your best bet would be to do this via a logon script using the netsh command.
Solution 3:
Group policy is not the mechanism to set network configurations. DHCP already has that covered. If you are having a problem using wins (I presume because for some reason you cannot replicate to the other wins server) I would instead use dns. See How DFS Works in Environments Without WINS