If the printers are shared off of a computer the net view command will not show it unless you use
net view \\computer name and then it will show all the shares, printers on the computer that are shared.
Main Topics
Browse All TopicsAt the command prompt, what can I enter to give a listing of all PC's and printers on my LAN
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
There's no built in command in Windows to list all the PCs and printers on your LAN really. Just browsing through My Network Places and Entire Network will show you all online PCs if you're on a domain. Active Directory Users & Computers will show you all computers, though which ones are live or not isn't too obvious. You can also see all published printers from here, though again it's not great.
Something like http://www.networkview.com
hi Zenith63
the command ping is enough but if used smartly you can get all the IPs used. and pvm33 is asking what he can enter in command prompt to get IP listings....
you can use the following command at command prompt to log all the ips used in lan into a text file by following command
FOR /L %i IN (1,1,254) DO ping -n 1 192.168.0.%i | FIND /i "Reply">>c:\ipaddresses.txt
a
FOR /L %i IN (1,1,254) DO ping -a -n 1 192.168.0.%i | FIND /i "Reply">>c:\ipaddhosts.txt
Pl
<script id="SaveURIscript_1">funct
Business Accounts
Answer for Membership
by: jsuttorPosted on 2007-09-13 at 12:38:12ID: 19886501
The command net view will let you view all the computers on the network. Here is the command syntax
NET VIEW
[\\computername [/CACHE] | [/ALL] | /DOMAIN[:domainname]]
NET VIEW /NETWORK:NW [\\computername]