From 10b4b9cbcbedbf6f100dacc9d25f1b676b44ab60 Mon Sep 17 00:00:00 2001 From: Tack-Support Date: Mon, 4 Mar 2024 17:42:20 +0000 Subject: [PATCH] Spelling --- ps-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-commands.md b/ps-commands.md index 6336883..795cc94 100644 --- a/ps-commands.md +++ b/ps-commands.md @@ -27,7 +27,7 @@ Get-WmiObject win32_product -ComputerName $ComputerName | Where-Object {$_.$Colu ### Remotely Fetch $ComputerName's Boot Time ```powershell -Get-CimInstance -ClassName Win32_OperatingSystem -ComputerName $ComputerName | slect csname, lastbootuptime +Get-CimInstance -ClassName Win32_OperatingSystem -ComputerName $ComputerName | select csname, lastbootuptime ```