Pages

Wednesday, October 30, 2013

List of NBSTAT CMD:-
--------------------------
@echo off

echo Lists the remote machine's name table given its name.
nbtstat -a
pause

echo Lists the remote machine's name table given its IPaddress.
nbtstat -A
pause

echo Lists NBT's cache of remote machine names and their IP addresses. 
nbtstat -c
pause


echo Lists local NetBIOS names.
nbtstat -n
pause

echo Lists names resolved by broadcast and via WINS.
nbtstat -r
pause    

echo  Purges and reloads the remote cache name table.
nbtstat -R
pause 

echo  Lists sessions table with the destination IP addresses.
nbtstat -S
pause
         
echo Lists sessions table converting destination IP addresses to computer NETBIOSnames.
nbtstat -s
pause                   
          
echo**********List of NBSTAT CMD**********

exit                                                                                                                                                                                                                                                                                                                                                            


Copy it in notepad and save as .bat file



No comments:

Post a Comment