Netbios Setting

(imported topic written by Steve91)

Hi Chaps

Is it possible to query the Netbios settings via bigfix language?

I’ve not figured it out thus far so I’m using a wmi query:

if (exists wmi) then (string values of selects “TcpipNetbiosOptions from Win32_NetworkAdapterConfiguration Where IPEnabled = True” of wmi as uppercase) else “Unknown”

Cheers

Steve

(imported comment written by BenKus)

Hey Steve,

This seems like a good way to me… we don’t have netbios specific inspectors as far as I know…

Ben