1 つの Powershell コマンドがリモート マシンで機能するのに、同じコンソールからは別のコマンドが機能しないのはなぜですか?
PS C:> Get-Service -Name WinRM -ComputerName win8
ステータス名 DisplayName
------ ---- -----------
WinRM Windows リモート管理 (WS-Manag...PS C:> Get-Counter '\Paging File(*)\% Usage' -ComputerName win8 Get-Counter : 指定されたコンピューターに接続できないか、コンピューターがオフラインです。行:1 文字:1
- Get-Counter '\Paging File(*)\% Usage' -ComputerName win8
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
- CategoryInfo : InvalidResult: (:) [Get-Counter]、例外
- FullyQualifiedErrorId : CounterApiError,Microsoft.PowerShell.Commands.GetCount erCommand