Get-counterを使用して、プロセッサ時間を取得しています。ローカルコンピューター用に取得できますが、リモートコンピューターからデータを取得するための資格情報を入力する方法がわかりません。または、その情報を提供するためにそのサーバーで何かをオンにする必要がありますか?
Get-Counter -ComputerName "remotecomputer" -counter "\Processsor(_Total)\% Processor Time"
エラーメッセージ:
Get-Counter: Unable to access the desired computer or service. Check the permissions and authentication of the log service or the interactive user session against those on the computer or servece being monitored.
ありがとうございました