When you're having a problem accessing network resources, or displaying what network resources are available, Browstat is a good starting point. To check IP connectivity setting, you use IPConfig. Sometimes, though, neither "browstat status" nor "ipconfig /all" tells you what you need to know.
Starting from the lower level of the OSI Network Model, you look at an "ipconfig /all" log, and see a network connection, identified as:
C:\> ipconfig /all
Physical Address. . . . . . . . . : 00-04-76-D7-C5-6A
IP Address. . . . . . . . . . . . : 192.168.1.50
Status for domain WORKGROUP on transport NetBT_Tcpip_{B7E18D15-D9B1-4295-9DAD-C733C695294F}
C:\> net config server
...or...
C:\Windows\system32> net config workstation
C:\> net config server
Server Name \\phil1
Server Comment Primary
Software version Windows 2002
Server is active on
NetbiosSmb (000000000000)
NetBT_Tcpip_{B7E18D15-D9B1-4295-9DAD-C733C695294F} (000476D7C56A) Server hidden No
Maximum Logged On Users 10
Maximum open files per session 16384 Idle session time (min) 15
The command completed successfully.
C:\> net config workstation Computer name \\phil1 Full Computer name phil1.uk User name phil Workstation active on NetbiosSmb (000000000000) NetBT_Tcpip_{B7E18D15-D9B1-4295-9DAD-C733C695294F} (000476D7C56A) Software version Windows 7 Workstation domain phil Workstation Domain DNS Name phil.local Logon domain phil COM Open Timeout (sec) 0 COM Send Count (byte) 16 COM Send Timeout (msec) 250 The command completed successfully.What does all of this tell us?
Computer name \\phil1phil1 is the name of the computer, which matches the browstat and ipconfig logs.
Server is active on NetbiosSmb (000000000000) NetBT_Tcpip_{B7E18D15-D9B1-4295-9DAD-C733C695294F} (000476D7C56A)Shows us two key items:
NetBT_Tcpip_{B7E18D15-D9B1-4295-9DAD-C733C695294F}as shown in "browstat status", corresponds to MAC address
000476D7C56Aas shown in "ipconfig /all".
Server hidden Notells us that the server is intended to be visible in Network Neighborhood.
Maximum Logged On Users 10 Maximum open files per session 16384 Idle session time (min) 15may tell us why all of the computers in the workgroup can't access shares on the server simultaneously.
Workstation domain phil Logon domain philShows that this computer is a member of domain (or workgroup) phil, and is logged on to domain phil. If your domains and workstations are named with some thought, this likely indicates that the computer in question is logged in to domain phil. On the other hand, if we had
Workstation domain phil Logon domain phil1then we know that this computer is a member of domain (or workgroup) phil; but, in this case, the computer is logged on locally, to phil1. Note that since you can generally logon locally to any computer, even if it's a domain member, we still cannot tell if it's a domain or workgroup member.
Server is active on NwlnkIpx (000000000001) NwlnkNb (0016f004143e) NetBT_Tcpip_{747CE691-1460-4F27-AB2F-F19C2110CCFB} (0016f004143e) NetbiosSmb (000000000000)Here we see another example of the presence of IPX/SPX ("NwlnkIpx"), and of NetBEUI ("NwlnkNb"). If you're having problems, which I presume is why you're here, always start by removing IPX/SPX and / or NetBEUI.