hth
it is not NIC dependent
------
; Written by Jorge de Almeida Pinto [MVP-DS]
; http://blogs.dirteam.com/blogs/jorge/
; Custom ADM to configure NetBIOS related stuff for servers
; REMARK: these are preferences and NOT policies. As such make sure you
enable viewing of preferences in the GPEditor!
CLASS MACHINE
CATEGORY "System"
CATEGORY "Custom Settings NetBIOS"
KEYNAME "SYSTEM\CurrentControlSet\Services\NetBT\Parameters"
POLICY "NetBIOS NodeType"
EXPLAIN "EXPLANATION: Sets the NetBIOS node type. When WINS servers are
used, the default is hybrid (h), otherwise broadcast (b)."
PART "NetBIOS NodeType" DROPDOWNLIST NOSORT
VALUENAME "NodeType"
ITEMLIST
NAME "NodeType B" VALUE NUMERIC 1
NAME "NodeType P" VALUE NUMERIC 2
NAME "NodeType M" VALUE NUMERIC 4
NAME "NodeType H" VALUE NUMERIC 8 DEFAULT
END ITEMLIST
END PART
PART "NodeType B = Broadcast" TEXT
END PART
PART "NodeType P = WINS servers only" TEXT
END PART
PART "NodeType M = Broadcast first, then use WINS servers" TEXT
END PART
PART "NodeType H = Use WINS servers first, then use broadcast" TEXT
END PART
END POLICY
END CATEGORY
END CATEGORY
------
--
Cheers,
(HOPEFULLY THIS INFORMATION HELPS YOU!)
# Jorge de Almeida Pinto # MVP Windows Server - Directory Services
BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx
BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx
------------------------------------------------------------------------------------------
* How to ask a question --> http://support.microsoft.com/?id=555375
------------------------------------------------------------------------------------------
* This posting is provided "AS IS" with no warranties and confers no rights!
* Always test before implementing!
------------------------------------------------------------------------------------------
#################################################
#################################################
------------------------------------------------------------------------------------------
"JayDee" <dopa...@mail.com> wrote in message
news:df7e2c6a-7f61-454a...@1g2000hsl.googlegroups.com...
>I would like to set all computers in our test environment to never do
> a broadcast for name resolution. The problem is, many computers do not
> use DHCP, the normal location where "node type" is set. Is there
> another way (through a group policy for example) to change this value?
> I'm assuming the registry location varies based on the network card
> name, so would a custom policy with a registry change even be
> possible?
>
> Thanks
>
> - JayDee