通过命令行远程管理 Windows XP

发布于 2024-07-15 07:57:51 字数 370 浏览 9 评论 0原文

有谁知道仅使用命令行对 Windows XP 计算机进行远程管理的好方法?

目前,它唯一需要做的就是能够安装应用程序/补丁,以及将文件传输到计算机和从计算机传输文件,并且安装注册表补丁也很好。

目前我们使用的是一个使用 NetMeeting 的可怕的破解解决方案,过去我已经使用 Windows 的 SSH(当时是 Windows 2000)整理了一个概念证明,但它的工作效果并不令我满意,而且有很多错误。 这可能是我运行的 SSH 守护进程的结果。

我对任何事情都持开放态度,但是使用 SSH 的解决方案将是理想的选择,因为它已经被批准在我的组织中安装,而且是免费的。 我在加拿大政府工作,所以任何免费的东西都是最好的,任何我们已经批准安装的东西就更好了。

Does anyone know of a good way to do remote administration of a Windows XP machine using just the command line?

At the moment the only things it needs to do is to be able to install applications/patches, and transfer files to and from the machine, and installing registry patches would be nice as well.

Currently we use a horrible hacked together solution that uses NetMeeting, in the past I've thrown together a proof of concept using SSH for windows (at the time windows 2000) but it didn't work to my satisfaction and was pretty buggy. Which was probably the result of the SSH Daemon I was running more then anything.

I'm pretty much open to anything, however a solution using SSH would be ideal since it's already approved for installation in my organization, and it's free. I work in the Canadian Government so anything free is best, and anything that we've already got approved for installation is even better.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

那伤。 2024-07-22 07:57:51

psexec 将允许您远程运行命令。 其他一些 PsTools 可以帮助您终止应用程序、获取进程列表等。

psexec will allow you to run commands remotely. Some of the other PsTools can help you kill applications, get a list of processes, etc.

奈何桥上唱咆哮 2024-07-22 07:57:51

为什么一定是

仅使用命令行远程管理 Windows XP 计算机?

我认为你通过坚持命令行将自己限制在可能的范围内。 在 Windows 环境中,您可以轻松地使用组策略来分发大多数软件和/或补丁,对于那些您无法分发的软件和/或补丁,您通常可以通过任何流行的脚本语言(例如 JScript、VBScript、Kixtart、AutoIt、 Powershell 等。通过这些脚本语言,您可以轻松地利用 WMI 来执行和监控远程系统上的进程、复制文件、更新注册表...基本上您想要完成的所有事情...并且不会花费您任何费用除了学习这些技术的成本之外,还有很多在线资源以及如何实现这些技术的文档。 以下是 Microsoft 脚本中心的链接,这是一个很好的开始: http://www .microsoft.com/technet/scriptcenter/default.mspx

Why must it be

remote administration of a Windows XP machine using just the command line?

I think your very limiting yourself to what is possible by sticking to the command line. In windows environments you can easily use Group Policy to distribute most software and/or patches, and for the ones that you can't you can usually script these changes through any of the popular scripting languages such as JScript, VBScript, Kixtart, AutoIt, Powershell, etc. With these scripting languages you can easily leverage WMI to exceute and mointor processes on remotes systems, copy files, updates registry...basically everything that you're trying to accomplish....and it won't cost you anything but the cost of learning these technologies, and there many online resources and which document how to do them. Here is a link to the Microsoft Script Center, its a great start: http://www.microsoft.com/technet/scriptcenter/default.mspx

心清如水 2024-07-22 07:57:51

我不久前写了这篇文章,并用它来维护我的 Windows XP 桌面一段时间:
Windows 上的 ssh 和 telnet

我使用了 SSH 选项(不是 telnet)。 它符合我的目的(终止远程任务、复制文件等)。它使用 Cygwin,但您可以运行常规 Windows 命令以及 cygwin 附带的 bash 命令。

I wrote this a while back, and used it to maintain my home windows XP desktop for a while:
ssh and telnet on windows

I used the SSH option (not telnet). It worked for my purposes (killing remote tasks, copying files etc.) It uses Cygwin, but you're able to run regular windows commands as well as the bash commands that come with cygwin.

好倦 2024-07-22 07:57:51

软件测试自动化框架 (STAF) 专为远程访问、安装软件、传输文件而设计。 等等。它是开源的,如果没有可以满足您需要的服务,您可以编写自己的服务。 它还具有一个 GUI 组件,用于跨机器池编写、调度、排队和监视作业。

The Software Testing Automation Framework (STAF) is designed for remote access, installing software, transferring files. etc. It's open source and you can write your own service if there isn't one that does what you need. It also has a GUI component for writing, scheduling, queueing and monitoring jobs across a pool of machines.

情深已缘浅 2024-07-22 07:57:51

目前它唯一需要做的就是能够安装
应用程序/补丁,以及将文件传输到机器或从机器传输文件,以及
安装注册表补丁也很好。

尝试下载并安装 eurysco 以按顺序使用:

  1. 从 eurysco 文件浏览器传输具有多重上传功能的文件、应用程序和补丁
  2. 从 eurysco 命令行以静默模式安装应用程序和补丁
  3. 从 eurysco 系统注册表功能编辑注册表

http://www.eurysco.com/features

At the moment the only things it needs to do is to be able to install
applications/patches, and transfer files to and from the machine, and
installing registry patches would be nice as well.

try to download and install eurysco to use in order:

  1. transfer file, applications and patches with multiple-upload feature from eurysco file browser
  2. install applications and patches in silent mode from eurysco command line feature
  3. edit registry from eurysco system-registry feature

http://www.eurysco.com/features

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文