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)
誰でも問題を解決するのを手伝ってもらえますか??