Vaibhav Shah
Member
- Messages
- 22
- Reaction score
- 0
- Points
- 1
Hi ,
I am trying to push one package via SCCM 1711 (an application installation from batch file). The content get downloaded on client end but the batch file not get executed. When I am looking on execmgr.log the last message i am seeing
MTC task with id {636645CF-58CD-4B1A-A30B-52904DC166DB}, changed state from 4 to 5 execmgr 01/11/2017 11:01:20 AM 12608 (0x3140)
and after this there is not action on client machine.
The batch file is pretty small..
pushd "%~dp0"
cmd /c InformingUsers.vbs
TRITONAP-ENDPOINT-x64.exe /v" /qn"
Can any one suggest how I can fix the issue?
I am trying to push one package via SCCM 1711 (an application installation from batch file). The content get downloaded on client end but the batch file not get executed. When I am looking on execmgr.log the last message i am seeing
MTC task with id {636645CF-58CD-4B1A-A30B-52904DC166DB}, changed state from 4 to 5 execmgr 01/11/2017 11:01:20 AM 12608 (0x3140)
and after this there is not action on client machine.
The batch file is pretty small..
pushd "%~dp0"
cmd /c InformingUsers.vbs
TRITONAP-ENDPOINT-x64.exe /v" /qn"
Can any one suggest how I can fix the issue?
Last edited: