コマンド プロンプトから PowerShell を呼び出すと、パイプ "|" を使用できません。簡単な例として、以下は「FullName」を選択しません</p>
C:>powershell -ExecutionPolicy RemoteSigned -noprofile -noninterac
tive Invoke-Command -Computer Remote.Computer -ScriptBlock { Import-Module
'C:\Scripts\RunVirtualMachineManager.ps1'; ls " | select FullName" }