Lan Network

  • Thread starter Thread starter Maximilian Sieber
  • Start date Start date
M

Maximilian Sieber

Hello Ng,
I have a little Problem.
In our Network i must to see all PC's who are in.
Can I do this over command box?

Thanks

Greatings,
Max
 
Maximilian Sieber said:
Hello Ng,
I have a little Problem.
In our Network i must to see all PC's who are in.
Can I do this over command box?

Thanks

Greatings,
Max

Try
Net help view
 
I have a little Problem.
In our Network i must to see all PC's who are in.
Can I do this over command box?

I'm not quite sure what exactly you want to see, but NET VIEW should
show available (switched on) computers in your domain.

NET SESSION shows usernames, but only for sessions originating on Domain
Computers, which leaves out sessions from RAS, VPN, Win4.x, visiting
laptops.

Similarly, NBTSTAT -a will provide useful information only for machines
which have the Messenger service running, it has problems with users
logged in twice, and probably won't work on networks without
NetBIOS/NetBEUI.

I don't think there is any tool at all in Microsoft Networking which
shows all currently logged in/authenticated users, like Novell Netware's
USERLIST does.
 
Back
Top