18 May 2018 archive

Identify The IP Address Of A WSD Installed Printer

Here is a way to discover the IP address of a WSD printer <code>Get-PrinterPort | fl name Get-PrinterPort -name WSD-number -computername YourPrintserver | ft DeviceURL</code> Another way is to just <code>Get-PrinterPort | fl</code> and scroll through 😉