Somewhere between the physical and the virtual
System Center Essentials provides several ways to remotely manage computers, including:
Sometimes though what is wanted is just a remote command window without the overhead of opening a full remote desktop session.
The PsExec tool which is one of the SysInternals tools provides a way to open a remote command window without needing to install anything on the remote computer.
You can find out more about PsExec from: http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
With psExec installed you can open a remote command prompt by calling it as follows:
psExec \\computer cmd
If you have psExec installed on your computer with the Essentials console you can create a task in Essentials to open a remote command window from within Essentials.
To create this task:
In the Computers workspace, with a computer selected there is now a "Remote Command Window" task that is available. Selecting this task will open a remote command window for the selected computer.
Great.. Great... Great..
Thank you!!!
Cool.