From c72606d57015a5d14be0b2b05fd9fd93c0ab5106 Mon Sep 17 00:00:00 2001 From: ostro Date: Wed, 17 Jun 2026 16:41:12 +0100 Subject: [PATCH] Update LexmarkPrinterInstall.ps1 --- LexmarkPrinterInstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LexmarkPrinterInstall.ps1 b/LexmarkPrinterInstall.ps1 index 60cc75a..0391ae6 100644 --- a/LexmarkPrinterInstall.ps1 +++ b/LexmarkPrinterInstall.ps1 @@ -18,7 +18,7 @@ $PrinterName = Read-Host -Prompt "Enter the custom name for this printer (e.g., $IPAddress = $IPAddress.Trim() $PrinterName = $PrinterName.Trim() $PortName = "IP_$IPAddress" -Write-Host "`nStarting installation for '$PrinterName'..." -ForegroundColor Cyan +Write-Host "Starting installation for '$PrinterName'..." -ForegroundColor Cyan Write-Host "Registering driver: $DriverName..." -ForegroundColor Yellow try { Add-PrinterDriver -Name $DriverName -InfPath $InfPath -ErrorAction Stop