First thing to come up on Google with uninstalling IE11 with SCCM 2012? What is a better way?
From: [email protected] [mailto:[email protected]] On Behalf Of Jason Sandys Sent: Saturday, October 10, 2015 5:12 PM To: [email protected] Subject: RE: [mssms] Ie11 uninstall Why would you use a task sequence to run a single task? A package and program are much better suited for this an require much less overhead. If you insist on using a TS, then smsts.log is the primary log to review on the clients where the TS executes. J From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of David McSpadden Sent: Friday, October 9, 2015 5:04 PM To: [email protected]<mailto:[email protected]> Subject: RE: [mssms] Ie11 uninstall Just a task sequence with the uninstall parms. ยท c:\windows\system32\wusa.exe /uninstall /kb:2841134 /quiet /norestart This e-mail and any files transmitted with it are property of Indiana Members Credit Union, are confidential, and are intended solely for the use of the individual or entity to whom this e-mail is addressed. If you are not one of the named recipient(s) or otherwise have reason to believe that you have received this message in error, please notify the sender and delete this message immediately from your computer. Any other use, retention, dissemination, forwarding, printing, or copying of this email is strictly prohibited. Please consider the environment before printing this email. This e-mail and any files transmitted with it are property of Indiana Members Credit Union, are confidential, and are intended solely for the use of the individual or entity to whom this e-mail is addressed. If you are not one of the named recipient(s) or otherwise have reason to believe that you have received this message in error, please notify the sender and delete this message immediately from your computer. Any other use, retention, dissemination, forwarding, printing, or copying of this email is strictly prohibited. Please consider the environment before printing this email.
