我正在创建一个脚本,提供工作站信息,以便在我们的工作场所使用,但是我已经陷入了$mycreds
变量输入我的凭据的位置,当我使用{{{ 1}}执行$mycreds
信息。但是,当我使用Get-WmiObject
到所选计算机的RDP时,它不允许我并给出以下错误。
Start-Process : This command cannot be run due to the error: The security database on the server does not have a computer account for this workstation trust relationship. At line:1 char:5 + Start-Process -FilePath "mstsc" -ArgumentList "/v: $mstscpc" -Cre ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
我曾尝试过研究,以确定是否有不同的语法或其他内容,但我根本找不到任何内容。
任何帮助都将受到高度赞赏。
$mycreds