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]>
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]] *On Behalf Of *Eswar Koneti
> *Sent:* Dienstag, 23. Dezember 2014 13:57
> *To:* [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
> Sent from Mobile Device, excuse any typo's as a result.
>
> --- Original Message ---
>
> From: "Roland Janus" <[email protected]>
> Sent: December 23, 2014 8:08 AM
> To: [email protected]
> Subject: RE: [mssms] get list of applications a user installed
>
> Bump?
>
>
>
> *From:* [email protected] [
> mailto:[email protected] <[email protected]>] *On
> Behalf Of *Roland Janus
> *Sent:* Samstag, 20. Dezember 2014 01:59
> *To:* [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
>
>
>
>
>
>
>
>
>
>
>
>
>
>


Reply via email to