gpt4 book ai didi

powershell - get-counter - 无法连接到远程计算机

转载 作者:行者123 更新时间:2023-12-02 23:30:32 25 4
gpt4 key购买 nike

我正在使用 Get-counter 来获取例如处理器时间。我可以为本地计算机获取它,但我不知道如何输入凭据以从远程计算机获取数据。或者我是否需要打开该服务器以提供该信息?

Get-Counter -ComputerName "remotecomputer" -counter "\Processsor(_Total)\% Processor Time"

错误信息:
Get-Counter: Unable to access the desired computer or service. Check the permissions and authentication of the log service or the interactive user session against those on the computer or servece being monitored.

谢谢

最佳答案

默认情况下,您在本地工作站上使用的凭据将用于访问远程系统。因此,如果您在远程系统上没有管理权限,这将失败。

您可以通过指定 -credential (get-credential) 来告诉 Powershell 使用许多 cmdlet 提示您输入备用凭据。 ,但显然 Get-Counter不是其中之一。
Get-Counter不使用 WinRM,因此在服务器上启用不需要任何额外的东西。

关于powershell - get-counter - 无法连接到远程计算机,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12037859/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com