How to set WINS through GPO

group-policywins

I'm looking to set our WINS servers via GPO, is that possible? We have 2 SSID which our clients can connect to (one which connects to a DHCP we control, the other to a different DHCP we don't – each with their own WINS).

We do a lot of mapping via DFS so that's why we need our wins servers.

Help?

Best Answer

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.