From 185ca96f80383c1507eae30682f3238833765934 Mon Sep 17 00:00:00 2001 From: ostro Date: Wed, 17 Jun 2026 14:20:33 +0100 Subject: [PATCH] Update LexmarkPrinterInstall.ps1 --- LexmarkPrinterInstall.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LexmarkPrinterInstall.ps1 b/LexmarkPrinterInstall.ps1 index 61ab4f7..60cc75a 100644 --- a/LexmarkPrinterInstall.ps1 +++ b/LexmarkPrinterInstall.ps1 @@ -13,8 +13,8 @@ if (-not (Test-Path -Path $InfPath)) { Write-Host "Driver INF found at $InfPath." -ForegroundColor Green } Write-Host "" -$IPAddress = Read-Host -Prompt "Enter the printer's IP address (e.g., 10.59.121.22)" -$PrinterName = Read-Host -Prompt "Enter the custom name for this printer (e.g., Skoda Sales)" +$IPAddress = Read-Host -Prompt "Enter the printer's IP address (e.g., 192.168.1.50)" +$PrinterName = Read-Host -Prompt "Enter the custom name for this printer (e.g., Service printer)" $IPAddress = $IPAddress.Trim() $PrinterName = $PrinterName.Trim() $PortName = "IP_$IPAddress"