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"