net view

  • Thread starter Thread starter Royce
  • Start date Start date
R

Royce

does anyone know why net view does not always pull up all
the computers on my network. can run net view at
different times throughout the day and some computers
that didnt show up eairler in the day might show up later
in the day or vice versa. not sure why... and is there
another command that is similar to the net view command,
a command the will show all the computers on a network.
maybe some command that pulls from AD... not really sure
thanks for any help to how or why this happens
 
does anyone know why net view does not always pull up all
the computers on my network. can run net view at
different times throughout the day and some computers
that didnt show up eairler in the day might show up later
in the day or vice versa. not sure why... and is there
another command that is similar to the net view command,
a command the will show all the computers on a network.
maybe some command that pulls from AD... not really sure
thanks for any help to how or why this happens


See tip 8278 in the 'Tips & Tricks' at http://www.jsiinc.com

See tip 19 to disable AutoDisconnect.

See Computers.bat from tip 5850.

If you have a Windows XP domain member (or Windows Server 2003),
you can use DSQUERY (tips 6820, 7992):
dsquery * domainroot -filter "(&(objectCategory=Computer)(objectClass=Computer))" -attr Name -L -Limit 0


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top