通过命令提示符调用 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" }