Kamis, 09 Oktober 2014

Using PsExec to run command remotely

"PsExec is a light-weight telnet-replacement that lets you execute processes on other systems, complete with full interactivity for console applications, without having to manually install client software."

PsExec dapat di unduh melalui link berikut: Klik

Berikut ini contoh melakukan ipconfig /flushdns pada remote computer:

C:\utils\Sysinternals>psexec \\computername -u username -p password -n 5 -e -d ipconfig /flushdns

.



Tidak ada komentar:

Posting Komentar