Computer UUID (windows)

Retrieves Computer UUID for SCCM

command

Command Prompt

wmic path win32_computersystemproduct get uuid

Powershell

Powershell (wmic)

wmic csproduct get UUID

Powershell (no wmic)

(Get-CimInstance Win32_ComputerSystemProduct).UUID