リモートホスト上で、スクリプトブロックを実行するには、以下のように、Invoke-Command コマンドレットを 使えば実行することができる。 [Power Shell]PS E:\> $sess = New-PSSession -ComputerName atamoco-pc -Credential atamoco-pc\atamoco PS E:\> Invoke-Command -Session $sess -ScriptBlock {Get-ExecutionPolicy} PSComputerName RunspaceId PSShowComputerName Value -------------- ---------- ------------------ ----- atamoco-pc 330441cc-f395-4cca-8683-4e... True Restric