My tip for the week...
When administering Windows remotely, there is also another way besides all those fancy GUI ways of the MS resource kit and MMC... when all else fails, or if you're into simplicity, and also to conserve bandwidth, (all that GUI crap takes a lot of resources), or over a slow connection, fail back to the good ol days of DOS and the command line!
When using Win2k with Netsvc.exe installed, it will allow you to start the telnet service on a remote Win box. Just fire up a Command Prompt and type netsvc telnet \
omputername /start[/b] (computername being the target machine on your network). From there just telnet to the target workstation, log on and it's just like you're sitting in front of the box in a command shell. Browse directories, run scripts and batch files, check IP settings, use the net use command to schedule jobs, etc... you get the idea. When you're done, don't forget to turn off the telnet service on the remote workstation! netsvc telnet \
omputername /stop[/b]