/S system Specifies the remote system to which to connect.
/u [domain\]user specifies which user to use to execute this command.
/p [Password] specifies a password for the specified user.
/M [module] lists all processes that invoke the specified DLL module. If you do not specify a module name, all modules loaded by each process are displayed.
/SVC displays the services in each process.
/V displays detailed information.
Example Analysis:
If we just view the local host process information, we can simply run the command. The following example is a remote view of a host's time history information from a client computer.
If we have a server:
Intranet Address: 192.168.0.1,
Admin Account: Administrator
Admin Password: password
We need to enter in the cmd window:
tasklist/s 192.168.0.1/u administrator/p Password
This command allows us to easily view the operation of the remote host, assuming that the RPC service starts properly.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.