piggywhiskers
New Member
- Messages
- 3
- Reaction score
- 1
- Points
- 3
Version 2309
I've deployed a package that will run a PS script. The script works fine when run through PowerShell on the client, software installs, but when running it via Software Centre it gets stuck installing.
Deployed from Distribution Point.
Looking at exec.mgr log, I have this last line of action and then nothing more:
MTC task with id {73776C76-F5F5-47EB-B40C-CC17305ED230}, changed state from 4 to 5
Any suggestions?
Command line = "C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe" -executionPolicy unrestricted -noexit -file "Agent 3.0.1 Package.ps1"
I've deployed a package that will run a PS script. The script works fine when run through PowerShell on the client, software installs, but when running it via Software Centre it gets stuck installing.
Deployed from Distribution Point.
Looking at exec.mgr log, I have this last line of action and then nothing more:
MTC task with id {73776C76-F5F5-47EB-B40C-CC17305ED230}, changed state from 4 to 5
Any suggestions?
Command line = "C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe" -executionPolicy unrestricted -noexit -file "Agent 3.0.1 Package.ps1"