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