- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- access to the command prompt (cmd) from the remote...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2010 12:20 PM
тАО04-26-2010 12:20 PM
Is it possible to access to the command prompt (cmd) from the remote WIN2003 SP2 server?
I'd like to stop/start some service or change to startup manually on the remote hanging machine.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2010 11:58 PM
тАО04-26-2010 11:58 PM
SolutionYou can run psexec.exe
Download it from: http://download.sysinternals.com/Files/PsTools.zip
I use it all the time.
Once installed, try the following:
C:\>psexec -s \\10.50.8.10 cmd
Hope it helps.
Sample:
C:\>hostname
XT285vi77HGT
C:\>psexec -s \\172.16.7.21 cmd
PsExec v1.82 - Execute processes remotely
Copyright (C) 2001-2007 Mark Russinovich
Sysinternals - www.sysinternals.com
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\WINDOWS\system32>hostname
XT285V02K3-REMOTE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2010 04:16 AM
тАО05-10-2010 04:16 AM
Re: access to the command prompt (cmd) from the remote server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2010 05:17 AM
тАО05-10-2010 05:17 AM
Re: access to the command prompt (cmd) from the remote server
You can make use of PsExec to get command prompt of a remote server. This is a freeware tool.
http://dailycupoftech.com/2007/07/16/get-command-prompt-on-remote-system/
You can download it from -
http://download.sysinternals.com/Files/PsTools.zip
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2010 05:37 AM
тАО05-10-2010 05:37 AM
Re: access to the command prompt (cmd) from the remote server
You can use the process viewer tool to kill a process.
This comes along with the windows 2003 support tools. It wont be installed
by default. Also you find a option for this in the installation.
You need to manually install it from the setup CD.
Check the following link for more details -
http://www.windowsnetworking.com/articles_tutorials/Windows_2003_Support_Tools.html
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2010 07:52 AM
тАО05-10-2010 07:52 AM
Re: access to the command prompt (cmd) from the remote server
reliable secure as it uses ssh.
http://computer-vet.com/weblog/2008/01/28/remote-command-line-on-windows.html