fetch-computer-uuid.ps1
· 135 B · PowerShell
原始文件
:: Replace $Variables with the appropriate data.
(Get-CimInstance -Class Win32_ComputerSystemProduct -ComputerName $ComputerName).UUID
| 1 | :: Replace $Variables with the appropriate data. |
| 2 | |
| 3 | (Get-CimInstance -Class Win32_ComputerSystemProduct -ComputerName $ComputerName).UUID |