diff --git a/ps-commands.md b/ps-commands.md index 795cc94..4d8d76a 100644 --- a/ps-commands.md +++ b/ps-commands.md @@ -8,6 +8,12 @@ Note: unless otherwise stated, replace any variable such as `$ComputerName` with
+### Remotely Fetch a Computer's UUID + +```powershell +(Get-CimInstance -Class Win32_ComputerSystemProduct -ComputerName $ComputerName).UUID +``` + ### Remotely Fetch a (Partial) Installed Program List for $ComputerName ```powershell