From 40a01883c985db51289c890f4584bc590563fb6d Mon Sep 17 00:00:00 2001 From: capntack Date: Mon, 10 Apr 2023 19:16:44 -0500 Subject: [PATCH] Formatting --- ps-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ps-commands.md b/ps-commands.md index 36cd3b1..f2d42da 100644 --- a/ps-commands.md +++ b/ps-commands.md @@ -8,6 +8,8 @@ Note: unless otherwise stated, replace any variable such as `$ComputerName` with Get-WmiObject win32_product -ComputerName $ComputerName | Sort-Object | select Vendor, Name, version ``` +
+ ### Remotely Fetch Installed Programs with $SearchTerm in them from $ComputerName ```powershell