From beafdaa6297461177b22a10a006f416a2f2a5761 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Fri, 19 Jan 2024 16:08:47 +0100 Subject: [PATCH] Update check-pending-reboot.ps1 --- scripts/check-pending-reboot.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/check-pending-reboot.ps1 b/scripts/check-pending-reboot.ps1 index 9cf08b85..d6c1f6bc 100755 --- a/scripts/check-pending-reboot.ps1 +++ b/scripts/check-pending-reboot.ps1 @@ -5,7 +5,7 @@ This PowerShell script queries pending operating system reboots and prints it. .EXAMPLE ./check-pending-reboot.ps1 - ✅ No pending reboot + ✅ No pending system reboot .LINK https://github.com/fleschutz/PowerShell .NOTES @@ -64,7 +64,7 @@ try { } } if ($Reason -eq "") { - Write-Host "✅ No pending reboot" + Write-Host "✅ No pending system reboot" } exit 0 # success } catch {