lservers is a NetBIOS name dumper that quickly lists names of PDC's, BDC's, NT boxes, etc...

NTOLog backs up or copies NT log files. Can use stdin or input from lservers. Very quick way to backup your entire network

	lservers \\HOSTX XDOMAIN /nt | ntolog /l /b

This command backups up all logs on all NT boxs in your network.

	lservers \\HOSTX XDOMAIN /nt | ntolog /l /b /sec

This command backups up all security logs on all NT boxs in your network.

	lservers \\HOSTX XDOMAIN /nt | grep HOST | ntolog /l /c /sys

This command backups up all sys logs on all NT boxs starting with the letters HOST in your network.


NTOLog names the backup files to a current date/time stamp in the c:\winnt\system32\config directory.

	*Currently hard coded, This will change soon*

NPList can dump all processes on the network

	lservers \\HOSTX XDOMAIN /nt | nplist 

OR

	lservers \\HOSTX XDOMAIN /nt | nplist | grep l0phtcrack
	lservers \\HOSTX XDOMAIN /nt | nplist | grep Quake