Сбой сценария PowerShell при удаленном выполнении
При выполнении удаленного сценария PowerShell я получаю ошибку, как показано ниже
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)
Может ли кто-нибудь помочь мне решить эту проблему??