From 8602681ee69a04c4355e5e9d8451ee8aa9b3a5f8 Mon Sep 17 00:00:00 2001 From: capntack Date: Sun, 12 May 2024 22:45:59 -0500 Subject: [PATCH] Added UUID fetch --- ps-commands.md | 6 ++++++ 1 file changed, 6 insertions(+) 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