One minute
mRemoteNG External Tools enhancement
- Explore C: Drive (Windows using Domain Account)
Filename:
%COMSPEC%
Arguments:
/c net use \\%hostname%\c$ /user:%domain%\%username% %password% && start \\%hostname%\c$
- WinSCP to tmp folder (Linux)
Filename:
__Tools\WinSCP-Portable\WinSCP.exe
Arguments:
scp://%Username%:%Password%@%Hostname%/tmp/
- Database .NET Integration (SQL Sever - Windows Integrated Login)
Filename:
__Tools\CPAU.exe
Arguments:
-u %domain%\%username% -p %password% -ex "__Tools\DatabaseNet4\Database4.exe 6 -s:%hostname% -e"
- RDP Plus (Maximized RDP Window)
Filename:
__Tools\rdp.exe
Arguments:
/console /noprinters /nodrives /max /title:%NAME% /u:%domain%\%username% /p:%password% /v:%hostname%
I have placed all my external tools under a folder called __Tools
inside the mRemoteNG base folder.
List of external tools mentioned in the list above
- WinSCP Portable - FTP/SCP Client I use to access the filesystem on linux boxes.
- CPAU - Open application in alternative security context. Sort of Run As replacement.
- Database .NET - One of my favorite portable database management tools which has support for many types of databases. It is also portable.
- RDP Plus - One of my fav tools I use to RDP into machines in a maximized window (not fullscreen). This helps to see the taskbar tray of the host box. It also has good command line support.
Read other posts