Сбой сценария PowerShell при удаленном выполнении - PullRequest
3 голосов
/ 29 июня 2011

При выполнении сценария PowerShell Remote Script появляется следующая ошибка:

Invoke-Command : Exception calling "ToXmlString" with "1" argument(s): "The requested operation cannot be completed. Th
e computer must be trusted for delegation and the current user account must be configured to allow delegation.

Точная строка кода, которую нарушает выполнение, выглядит следующим образом:

    $rsa = New-Object System.Security.Cryptography.RSACryptoServiceProvider
    $key = $rsa.ToXmlString($true)

Может кто-нибудь помочь?мне решить вопрос ??

1 Ответ

0 голосов
/ 30 июня 2011
...