Summary: Use Windows PowerShell to find printer ports.
How can I use a Windows PowerShell function to enumerate printer ports on my system?
Use the Get-PrinterPort function. By default, it returns all local printer ports.
Dev Blogs
0 comments