PSExec is a tool from Sysinternals, the same can be downloaded from the following link: https://technet.microsoft.com/en-in/sysinternals/bb896649.aspx
Please find the below steps for how to use PSTools.zip further in windows machines,
Step_1
Exttract the downloadable(PSTools.zip) and paste the same to the following path
c:\Windows\System32
Step_2
Access command prompt with elevated privileges and type the following command,
C:\Windows\system32>PsExec.exe \\computername or ip address cmd
or
psexec \\<target PC/IP> -u <target PC/IP>\Administrator cmd
the above command will allow the administrator to access a remote windows machine command with administrative rights to do different kind of administrative tasks !
Please find the below steps for how to use PSTools.zip further in windows machines,
Step_1
Exttract the downloadable(PSTools.zip) and paste the same to the following path
c:\Windows\System32
Step_2
Access command prompt with elevated privileges and type the following command,
C:\Windows\system32>PsExec.exe \\computername or ip address cmd
or
psexec \\<target PC/IP> -u <target PC/IP>\Administrator cmd
the above command will allow the administrator to access a remote windows machine command with administrative rights to do different kind of administrative tasks !
Comments
Post a Comment