通过 telnet 或 smbclient 从 Linux 上的远程 Windows 计算机获取当前日期和时间

发布于 2024-10-30 14:47:03 字数 119 浏览 3 评论 0原文

有没有办法从 Linux 上的远程 Windows 机器获取当前日期和时间? 在未启用 ssh 的远程 Windows 计算机上,没有 powershell。 我们可以通过 telnet 或 smbclient 达到结果吗?

Is there a way to get current date and time from remote windows machine on linux?
On remote windows machine ssh not enabled, there are no powershell.
Can we achieve result via telnet or smbclient?

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

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

发布评论

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

评论(2

诗化ㄋ丶相逢 2024-11-06 14:47:03

您可以使用 net time 命令(net 是 SAMBA 的一部分):

net time -S 计算机名

(与 Windows 中使用 net time \computername 的方式相同)

You can use the net time command (net is part of SAMBA):

net time -S computername

(the same way you would use net time \computername from Windows)

沫雨熙 2024-11-06 14:47:03

您必须在远程计算机上安装时间服务(AFAIR,Windows有内置时间服务)。

You must install time service on the remote computer (AFAIR, Windows has built-in time service).

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