Computer UUID (windows)
Retrieves Computer UUID for SCCM
Command Prompt
wmic path win32_computersystemproduct get uuid
Powershell
Powershell (wmic)
wmic csproduct get UUID
Powershell (no wmic)
(Get-CimInstance Win32_ComputerSystemProduct).UUID Retrieves Computer UUID for SCCM
wmic path win32_computersystemproduct get uuid
wmic csproduct get UUID
(Get-CimInstance Win32_ComputerSystemProduct).UUID