Windows 7 no domain logon servers can be found

From Edgar BV Wiki
Revision as of 08:02, 27 February 2013 by Red (talk | contribs)
Jump to navigation Jump to search

Test to see if the PC can see the server: In command prompt run

nbtstat -A 192.168.0.8

and

net view \\TRIPANY

(nb could be you can't see the output of this because you're not logged into the domain)

or

net view \\192.168.0.8

also ping TRIPANY

See what's in the cache or otherwise resolved via netbios

nbtstat -c / -n / -r

Clear the cache

nbtstat -R

Clear the network sockets using

netsh winsock reset

netsh rpc reset

check domain settings with

nltest /dsgetdc:TRIPANY

Repair the windows system files using

sfc /scannow

Change the WINS server in advanced network settings and manually set it to 192.168.0.8