无法使用变量中的存储凭据进行RDP

时间:2016-05-01 05:56:34

标签: powershell credentials rdp

我正在创建一个脚本,提供工作站信息,以便在我们的工作场所使用,但是我已经陷入了$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

0 个答案:

没有答案