xc3ss1v3 Posted November 13, 2013 Report post Posted November 13, 2013 Hello again all... Have a question that I hope I can explain well enough for you to understand. Basically I have a Task Sequence created that installs one of many programs contained within a package based on a WMI query. The program runs a batch file that sets and Administrator password, changes the date, sets to not expire, etc... The WMI query looks for the prefix in the computer name to match office spaces with their particular password. So for example officeA-computername would receive the officeA password while the rest of the offices programs (officeB, officeC...) would get skipped in the TS. Before, I was simply passing the password change through the TS itself via command line. That worked all well and good, but of course, I was passing the password via plain text and also the TS still fails because of all the offices it skips. Enough with all the background (hope it all makes some sense). What I'm wondering is, is there a way to suppress the failure and re-run notification in Software Center? While the majority of users don't pay any attention, I do have some that inquire about the failure. It'd be nice if I could just make that disappear instead of telling them that's just how it works. Thanks in advance. Quote Share this post Link to post Share on other sites More sharing options...
Iroqouiz Posted November 15, 2013 Report post Posted November 15, 2013 Maybe you could do that if you uncheck "Show Task Sequence progess" when you deploy the TS, but I don't know. Quote Share this post Link to post Share on other sites More sharing options...