如何使用Start-job将多个变量作为参数传递给脚本.
Start-Job -Name "$jobName" -filepath $TestTool -ArgumentList $compare1
如何在脚本TestTool.ps1中检索此参数值($ arg1和$ arg2)?
Rgds Naveen
powershell powershell-2.0
powershell ×1
powershell-2.0 ×1