So I have done some high level testing, and for the detection Method would look 
like this:


$UpdateSession = New-Object -ComObject 'Microsoft.Update.Session'
        $UpdateSession.ClientApplicationID = 'SCCM App Catalog Check for 
updates'
        $UpdateSearcher = $UpdateSession.CreateUpdateSearcher()
        $SearchResult = $UpdateSearcher.Search("IsInstalled=0 and 
Type='Software' and IsHidden=0")
        $SearchResult.Updates.Count


then use Jeffrey’s Get-WindowsUpdates powershell script which you can find here 
http://gallery.technet.microsoft.com/Get-WindowsUpdatesps1-7c82c1f4 with a 
tweak to hard code the install & Accept the EULA’s.


I like the Concept and we might use it here, for the simple reason I can 
educate my staff to only use the App catalog, and the Software Center is there 
to monitor the installations for admin and nosiy staff. 


obviously make sure you fully test the solution. as I've done very little with 
it








From: steven hosking
Sent: ‎Thursday‎, ‎24‎ ‎July‎ ‎2014 ‎5‎:‎45‎ ‎AM
To: [email protected]






You would gave do it as a 2 step process, release the updates from sup, then 
have an application which calls something like the get-windowsupdate command 
let that you can get from the teched site, to install the updates, and then use 
the same command let for detection with a count.

I haven't tested this, but would be interested I the outcome



From: Atkinson, Matt
Sent: ‎24/‎07/‎2014 5:36 AM
To: [email protected]
Subject: RE: [mssms] SUP Package





Software Center = Computer Deployments

Application Catalog = User Deployments

 

Don’t see why you couldn’t deploy updates to users, but it’s not something I’ve 
ever done. Maybe someone else has some experience?

 

From: [email protected] [mailto:[email protected]] On 
Behalf Of JRIT
Sent: Wednesday, July 23, 2014 12:31 PM
To: [email protected]
Subject: Re: [mssms] SUP Package

 


Mike, but in Software Center is per Computer not per User, right?

Tnx


 


2014-07-23 16:11 GMT-03:00 Mike Dzikowski <[email protected]>:




Make the updates available, not required and display them in Software Center. 
 
Mike D-
 






Date: Wed, 23 Jul 2014 15:30:58 -0300
Subject: [mssms] SUP Package
From: [email protected]
To: [email protected]


 


Is there a way to offer Software Updates packages in Application Catalog? I 
want me end user choosing to get or not get an update.

 

 

 

 




This message is intended for the sole use of the addressee, and may contain 
information that is privileged, confidential and exempt from disclosure under 
applicable law. If you are not the addressee you are hereby notified that you 
may not use, copy, disclose, or distribute to anyone the message or any 
information contained in the message. If you have received this message in 
error, please immediately advise the sender by reply email and delete this 
message.

Reply via email to