Hi All,
I have a powershell script that i can run manually on a Windows 8.1 machine but when i create a package for that script in SCCM 2012 and than try to execute it it fails. the command I use in SCCM command line is as below :-
powershell.exe -file .\Add-AppDevPackage.ps1
Any suggestions on how to get this execute through SCCM??