List all your network printers to a file

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

      By submitting your registration information to SearchWindowsServer.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchWindowsServer.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

    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.