Technology, Data Recovery, Cell Phones, Latest Gadgets, Game Reviews

Computer Tricks, Internet Tips, Latest Gadgets, Latest Software, Tips and Tricks,Latest Reviews, Cell Phones Review, Data Recovery, Game Reviews.......


Window NT Windows 2000 Resource Kit come with a number of command-line utilities that let you administer Windows NT/2K/2003/XP/Vista computers.For last month’s Take A Crack, We require a collection of such tools-Known as PsTools-find it at
http://download.sysinternals.com/Files/PsTools.zip.
A Resource Kit is a set of software resource and documentation released with or after a major version of Windows.The tools help administrators streamline management tasks such as troubleshooting OS issues, configuring networking and security features, and such. Before we begin, do note that some antivirus scanners might report some of the tools contained in the archive you download as infected-specifically, by a “remote admin” virus. None of the PsTools contain any viruses, though. These tools are sometimes used by certain viruses, and therefore trigger the wrong virus notification.Exclude these tools in your antivirus scanner to disable the warnings.
Extract the tools to a folder. These can be run as standalone programs and don’t need installation.The beauty of PsTools is that you don’t even to install any client software on the remote computers at which you target them.PsTools are interesting and useful; to learn about- and to clarify anything you might want to-visit
http://forum.sysinternals.com.
To start a process on a remote computer, you will require a tool PsExec. This is a lightweight replacement for Telnet you execute processes on other systems, complete with full interactivity for console applications, without having to manually install client software. A simplified usage of this command looks like the following:
PsExec\\computer-u username-p password command
Where computer=The name of the remote computer in UNC format. username=An existing username on the remote computer preceding the-u switch password=The password associated with the username preceding the-p switch. command= The command that is to be run remotely.
To stop a process on a remote computer, you will need the tool called PsKill. This is a utility that can not only kill processes on the local computer, but can also those on remote systems. Just copy PsKill onto your executable path, and type in pskill with the commandline options defined below. A simplified usage of this cmmand looks like.
PsKill-t\\ command-u username-p password process_id process_name.
Where computer= The name of the remote computer in UNC format.
username=An existing username on the remote computer preceding the-u switch.
password=The password associated with the username preceding the-p switch.
process_id= This specifies the process ID of the process you want to kill.
process_name=This specifies the process name of the process or processes you want to kill.
Note here that you can either specify the process ID or the process name of the process you want to kill.If you omit the computer name, PsExec will run the application on the local system, and if you enter a computer name as “\\*” (without the quotes), PsExec will runs the application on all computers in the current domain.If you wish, you can create scripts with multiple commands of the above kind to run it simultaneously against many computers.

0 comments

Post a Comment

Subscribe to: Post Comments (Atom)