Thread: ioPSTOOLS
View Single Post
Old 02-04-2005, 02:22 AM  
inside
Member
 
Join Date: Dec 2004
Posts: 51
Default

Good test for the pack tool

Example :
Code:
site pssuspend
200-
200-PsSuspend v1.05 - local and remote process suspender/resumer
200-Copyright (C) 2001-2003 Mark Russinovich
200-Sysinternals - www.sysinternals.com
200-
200-PsSuspend suspends or resumes processes on a local or remote NT system.
200-
200-Usage: pssuspend [-r] [\\RemoteComputer [-u Username [-p Password]]] <process Id or name>
200-     -r    Resume.
200-     -u    Specifies optional user name for login to
200-           remote computer.
200-     -p    Specifies optional password for user name. If you omit this
200-           you will be prompted to enter a hidden password.
200-
200 Command successful.
Code:
site pspasswd
200-
200-PsPasswd v1.21 - Local and remote password changer
200-Copyright (C) 2003-2004 Mark Russinovich
200-Sysinternals - www.sysinternals.com
200-
200-PsPasswd changes passwords on a local or remote system.
200-
200-Usage: pspasswd [\\[computer[,computer,[,...]|Domain]|@file] [-u Username [-p Password]]] Username [NewPassword]
200-     computer    Direct PsPasswd to perform the command on the remote
200-                 computer or computers specified. If you omit the computer
200-                 name PsPasswd runs the command on the local system, 
200-                 and if you specify a wildcard (\\*), PsPasswd runs the
200-                 command on all computers in the current domain.
200-     @file       PsPasswd will change the password on the computers listed
200-                 in the file.
200-     -u          Specifies optional user name for login to remote
200-                 computer.
200-     -p          Specifies optional password for user name. If you omit this
200-                 you will be prompted to enter a hidden password.
200-     Username    Specifies name of account for password change.
200-     NewPassword New password. If ommitted a NULL password is applied.
200-
200 Command successful.
inside is offline   Reply With Quote