From da8eda9d771c57f6c2889ed610885b379cc0bb7f Mon Sep 17 00:00:00 2001 From: David Date: Mon, 4 Dec 2023 18:28:44 +0100 Subject: [PATCH] Admin message correction --- Invoke-USMTGUI.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Invoke-USMTGUI.ps1 b/Invoke-USMTGUI.ps1 index b6962ac..1b9b6b3 100755 --- a/Invoke-USMTGUI.ps1 +++ b/Invoke-USMTGUI.ps1 @@ -129,7 +129,7 @@ begin { if (-not $UserIdentity.IsInRole([Security.Principal.WindowsBuiltInRole] 'Administrator')) { Update-Log "You are not running this script as Administrator. " -Color 'Yellow' -NoNewLine - Update-Log "Some tasks may fail if launched as Administrator.`n" -Color 'Yellow' + Update-Log "Some tasks may fail if not launched as Administrator.`n" -Color 'Yellow' } }