An interesting problem from the forum. Get the IP enabled network adapters and read the associated registry keys to get the value of the NetLuidIndex. $HKLM = 2147483650
$reg = [wmiclass] '\.rootdefault:StdRegprov'
$keyroot = "SYSTEMCurrentControlSet… Read the full text.