Naposledy aktivní 6 days ago

Revize 80abdf9504445ba1a4e0bcdd64476f4d0bcf1292

fetch-computer-uuid.ps1 Raw
1# Enter the computer name below
2
3$ComputerName =
4
5(Get-CimInstance -Class Win32_ComputerSystemProduct -ComputerName $ComputerName).UUID