Discussion:
SW push status reporting failed
(too old to reply)
Mike
2009-03-10 12:45:18 UTC
Permalink
I created a cmd to call multiple configuration file (reg entries) and push
the .cmd file out via SCCM. When you go to the workstation the file was ran
successfully, but when you go to SCCM Reports the package shows a failure.
How can this be corrected.
Sherry Kissinger [MVP-ConfigMgr]
2009-03-11 10:53:01 UTC
Permalink
You'll want to add a line to the end of the .cmd file, if you always want it
to report a success (whether or not it was really successful), end with

Exit /B 0

If your .cmd file has error checking in it, then instead of exiting with a 0
when a failure based on your error check is detected, use an exit code that
to you will mean a failure, like Exit /B 1
Post by Mike
I created a cmd to call multiple configuration file (reg entries) and push
the .cmd file out via SCCM. When you go to the workstation the file was ran
successfully, but when you go to SCCM Reports the package shows a failure.
How can this be corrected.
Loading...