Users Guide

コマンドラインインタフェスで、次のように行します。
a) $cred = Get-Credential
b) $session = New-CimSession -ComputerName "Server01" -Credential $cred
c) Get-CimInstance -CimSession $session -Namespace root\dcim\sysman -ClassName DCIM_TimeService
| Invoke-CimMethod -MethodName ManageTime -Arguments @{GetRequest="TRUE"}
20 Dell Command | Monitor 10.2.1 の使用方法