I am using some values of Win32_NetworkAdapter to identify a PC and found a value named GUID which is globally unique for the connection.
But I am not sure whether the value would change if I reinstall the system. Can I use the value of Win32_NetworkAdapter GUID to identify a PC?
Thanks.