From a315ea49ce341f91233e1978530a87222f1af483 Mon Sep 17 00:00:00 2001 From: ostro Date: Mon, 15 Jun 2026 17:12:54 +0100 Subject: [PATCH] Update LexmarkPrinterInstall.ps1 --- LexmarkPrinterInstall.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/LexmarkPrinterInstall.ps1 b/LexmarkPrinterInstall.ps1 index 0bf58d4..61ab4f7 100644 --- a/LexmarkPrinterInstall.ps1 +++ b/LexmarkPrinterInstall.ps1 @@ -1,4 +1,3 @@ -# Ensure the script is running as Administrator if (-not ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) { Write-Warning "Please run this script as an Administrator!" Exit