List all your network printers to a file

Do you want to get a list of all your network printers and send them to a file? All you need to know is the name (NetBIOSname or hostname) of the server sharing the printers and then type at the command prompt:

  • net view printservername | find /i "print" >printers.txt

    Replace "printservername" for a valid computername. In the example above the output goes to a file called "printers.txt".

    If you have more than one server sharing printers and you want the output in the same file, then use the ">>" symbol to append to the file.

  • Example: net view myserver | find /i "print" >>printers.txt

    Now you don't have to browse the network just to get a list of network printers.

  • net view computername | find /i "print" >printers.txt
    • Requires Free Membership to View

    Join the conversationComment

    Share
    Comments

      Results

      Contribute to the conversation

      All fields are required. Comments will appear at the bottom of the article.

      Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.