From Powershell
Get-WmiObject Win32_ComputerSystemProduct | Select UUID
From command prompt
wmic csproduct get uuid
This will out put the PC's UUID which is what SCCM reads as BIOS GUID.
From Powershell
Get-WmiObject Win32_ComputerSystemProduct | Select UUID
From command prompt
wmic csproduct get uuid
This will out put the PC's UUID which is what SCCM reads as BIOS GUID.
For those that come across this - the new Powershell command is:
In fact, you can omit
-ClassName
: