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 😉

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.