cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
john_e_wagner
Engaged Sweeper II
I started to post actions in a seperate thread, but thought a single thread would be useful. Please feel free to add your own. These are the actions I think are useful.

-----------
Name:
Netsh (Remote firewall info)

Command:
cmd.exe /k {actionpath}psexec.exe \\{computer} Netsh.exe firewall show state verbose=enable

------------

Name:
Ipconfig

Command:
cmd.exe /k {actionpath}psexec.exe \\{computer} ipconfig /all

---------------

Name:
netstat

Command:
cmd.exe /k {actionpath}psexec.exe \\{computer} netstat -ano

--------------

Jwagner
2 REPLIES 2
john_e_wagner
Engaged Sweeper II
Name:
Remote Command Prompt

Command:
cmd.exe /k {actionpath}psexec.exe \\cmd.exe
itssn
Engaged Sweeper II
john_e_wagner wrote:
Name:
Remote Command Prompt

Command:
cmd.exe /k {actionpath}psexec.exe \\cmd.exe



I think you ment:

cmd.exe /k {actionpath}psexec.exe \\{computer} cmd.exe



Offer Remote Assistance form Windows Vista computer:

msra.exe /offerRA {computer}