Jump to content


  • 0
Jameer

How to find the Software uninstallation using SCCM DB

Question

Hi All,

 

I am new with SCCM and I need some database struture infromation.

 

I am doing service desk and SCCM integration, my need is I need to populate the SCCM data into third party tool for that I have written ETL job on SCCM views.

 

By using the below views I am able to populate the computer and software installed on a computer.

v_GS_COMPUTER_SYSTEM and v_GS_SoftwareProduct.

 

Now my requirement is by using the DB how can I identify if particular computer is updated by installing or uninstalling the software. so I can create the ETL job which will upload only updated or incremental data.

 

Regards

jameer

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Hi Jameer,

 

 

 

history views are starting with v_HS_.

 

So you could use v_GS_INSTALLED_SOFTWARE and v_HS_INSTALLED_SOFTWARE for deltas. That's how the hardware histrory in the resource explorer is being computed.

Share this post


Link to post
Share on other sites

  • 0

ARP data does not traditionally have history views in CM07 or CM12, due to the sheer volume of data that would exist in them. v_GS_ADD_REMOVE_PROGRAMS will only show you x86 software. Use v_ADD_REMOVE_PROGRAMS instead for bet both. The installed Software view doesn't list all software on a PC. So you will need to query all software for all PCs each time and create your own history.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.