Network adapter GUID

(imported topic written by iblinder91)

I’m working on audit analysis for NLB and would like enumerate the values of registry HKLM\System\CurrentControlSet\Services\WLBS\Parameters\Interface"Adapter GUID" from all my relevant servers with NLB enabled. The problem is that every server has different “Adapter GUID” value which I easily can get with WMI from root\MicrosoftNLB namespace, in fact I can get all data with WMI but will prefer do it with BF

inspectors.

I would like to find the “Adaptre Guid” value with WMI first and after that get the values of HKLM\System\CurrentControlSet\Services\WLBS\Parameters\Interface"Adapter GUID"

Regards, Ilia

(imported comment written by BenKus)

Hi Ilia,

Can you send us your wmi query please so we can help translate it?

Thanks,

Ben

(imported comment written by iblinder91)

Hi Ben,

string value of selects “AdapterGuid from MicrosoftNLB_NodeSetting” of wmi “root\MicrosoftNLB”

Thanks, Ilia

(imported comment written by SystemAdmin)

You can get the adapter GUID from using the BigFix inspectors. Give this a try:

names of adapters of network

If you want to find out the GUID of the “primary” adapter, you can use this:

names of adapters whose (cidr string of it = wake on lan subnet cidr string) of network

Unfortunately the latter does not work in QnA, but it does work when part of a task or fixlet.