Disable NetBios On All Network Adaptors (Requires Restart)
Log In or Register to download the BES file, and more.

0 Votes

Description

Executes a powershell script to update the registry to disable NetBios on all network adaptors

Property Details

ID27372
StatusProduction - Fully Tested and Ready for Production
TitleDisable NetBios On All Network Adaptors (Requires Restart)
SourceInternal
Source Release Date2/20/2025 12:00:00 AM
KeywordsNetBIOS, task, disable, powershell
Is TaskTrue
Added by on 2/20/2025 4:01:33 AM
Last Modified by on 2/20/2025 4:11:57 AM
Counters 210 Views / 1 Download
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance


Actions

Action 1 (default)

Action Link Click here to deploy this action.
Script Type BigFix Action Script
waithidden powershell -ExecutionPolicy Bypass -command "Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\services\NetBT\Parameters\Interfaces\tcpip* -Name NetbiosOptions -Value 2"
action requires restart
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
justin.lamb -
Relevance below (didn't upload for some reason) exist values "NetbiosOptions" whose (it as string != "2") of keys of key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\Interfaces" of registry
justin.lamb -
Tested on various servers and works as expected.