WinRM 経由で新しい Windows マシンに接続すると、CredentialManager の PasswordVault にアクセスできません。
[Windows.Security.Credentials.PasswordVault,Windows.Security.Credentials,ContentType=WindowsRuntime]
$vault = New-Object Windows.Security.Credentials.PasswordVault
$vault.RetrieveAll()
エラーメッセージは次のとおりです。
Exception calling "RetrieveAll" with "0" argument(s): "Access is denied.
Cannot open Vault"
デスクトップまたは RDP を使用してマシンにログオンすると、PasswordVault が魔法のように作成されたように見え、WinRM 経由のアクセスも機能します。
これに対する解決策はありますか?コマンドで PasswordVault を初期化できますか?