PowerShell で次のコマンドを実行しています。
PS C:\Users\adminaccount> winrm s winrm/config/service @{AllowUnencrypted="true";
MaxConcurrentOperationsPerUser="4294967295"}
Error: Invalid use of command line. Type "winrm -?" for help.
ご覧のとおり、エラーが発生します。ただし、cmd.exe の同じコマンドは正常に機能します。
C:\Users\adminaccount>winrm s winrm/config/service @{AllowUnencrypted="true";
MaxConcurrentOperationsPerUser="4294967295"}
Service
...
では、これを機能させるには、PowerShell 構文について何を知っておく必要がありますか?