最后活跃于 6 days ago

修订 80abdf9504445ba1a4e0bcdd64476f4d0bcf1292

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