I’d prefer the server, simply assuming that that data might not be available anymore (OS/HD dead etc.?).
The server should always know. Let me add specifically what I’m looking for: * A TS step or maybe “gather” retrieving the apps the primary user for that computer had installed in the past. * Create the variable to feed to “install applications” Any help with that is appreciated. Cheers, roland From: [email protected] [mailto:[email protected]] On Behalf Of Ryan Sent: Mittwoch, 24. Dezember 2014 21:31 To: [email protected] Subject: Re: [mssms] get list of applications a user installed Do you want to find this information on the computer or on the server? If you want what is stored on the computer it is in the WMI class CCM_Application in the namespace root\ccm\clientsdk IsMachineTarget should tell you if the app is user or machine targeted. You'll also want to check InstallState to make sure the application is actually installed. The app will stick around in WMI even if the user uninstalls it. Also, after a reimage, the app will come back to WMI even if the user doesn't reinstall it. I'd write you a script but I just had hand surgery yesterday so I'm pretty slow on the computer. Let me know if you want something server side and I'll look up where that information is stored on the server. On Tue, Dec 23, 2014 at 9:01 PM, Roland Janus <[email protected] <mailto:[email protected]> > wrote: I was hoping to find that more directly: What has a user installed using the catalog? Wondering if I can read that from a TS and build the app install variable for instance. Not sure that is the best approach but would be practical to have a client install again what it had during OSD. From: [email protected] <mailto:[email protected]> [mailto:[email protected] <mailto:[email protected]> ] On Behalf Of Eswar Koneti Sent: Dienstag, 23. Dezember 2014 13:57 To: [email protected] <mailto:[email protected]> Subject: RE: [mssms] get list of applications a user installed You can do vlookup or something like below: Get list of apps that are published to app catalog and then look for these published apps if they are installed or not. Use in condition with apps published to user with installed status. Regards, Eswar Koneti www.eskonr.com <http://www.eskonr.com> Sent from Mobile Device, excuse any typo's as a result. --- Original Message --- From: "Roland Janus" < <mailto:[email protected]> [email protected]> Sent: December 23, 2014 8:08 AM To: <mailto:[email protected]> [email protected] Subject: RE: [mssms] get list of applications a user installed Bump? From: [email protected] <mailto:[email protected]> [mailto:[email protected]] On Behalf Of Roland Janus Sent: Samstag, 20. Dezember 2014 01:59 To: [email protected] <mailto:[email protected]> Subject: [mssms] get list of applications a user installed Anyone knows of a method to retrieve the list of applications a user installed through the catalog? -Roland

