fetch-computer-uuid.ps1
· 137 B · PowerShell
Неформатований
:: Enter the computer name below
$ComputerName =
(Get-CimInstance -Class Win32_ComputerSystemProduct -ComputerName $ComputerName).UUID
| 1 | :: Enter the computer name below |
| 2 | |
| 3 | $ComputerName = |
| 4 | |
| 5 | (Get-CimInstance -Class Win32_ComputerSystemProduct -ComputerName $ComputerName).UUID |