摘要:
1.分发批处理脚本 命令行:script.bat2.分发PowerShell脚本 命令行:PowerShell.exe -executionpolicy unrestricted -file .\script.ps1无需其他特殊设置SCCM2007分发PS脚本:http://c-nergy.be/blog/?p=2098powershell -Command "& {Set-ExecutionPolicy -scope Currentuser -executionPolicy Unrestricted}" 阅读全文
posted @ 2013-11-01 23:03
momingliu11
阅读(1408)
评论(0)
推荐(0)
浙公网安备 33010602011771号