我在SCCM任务序列中运行以下命令行:
%WinDir%\system32\windowsPowershell\v1.0\Powershell.exe -ExecutionPolicy Bypass -Command "& {.\SAS9.4_Frv1.ps1 Install -Perso:Base}"
我尝试从我的脚本返回不同的退出代码:-1 1618
等等...每次我得到0
的返回码。
如何让我的脚本返回正确的退出代码?
从我的脚本中,我将返回退出-1
或Exit 1618
。