Stellen Sie eine FrageStellen Sie eine Frage
 

BeantwortetHow do I display application per server?

  • Montag, 18. Mai 2009 14:50Eranatwork TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    Hi,
    When running a Windows 2008 server assesment, simply to inventory systems, I get a summary of the installed applications. I know that in the database the information is collected on a per server basis (but it is matched with a UID instead of the server name). My question is how can I display the applications installed on a per server basis or simply put, could anyone provide the required SQL query to perform this?
    Thanks in advance
    Eran

Antworten

  • Donnerstag, 21. Mai 2009 15:44Jay SaulsMSFTTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet
    Yes, there's a lot of data there that's not in the reports.

          relies on Win32_Product WMI class, which depends on the Windows Installer Provider for WMI being installed on the target machine.  For x64 machines and server machines, this component isn’t installed by default: http://msdn.microsoft.com/en-us/library/aa392726(VS.85).aspx#windows_installer_provider

    In version 4.0 of MAP, we’ve rewritten that part of inventory to bypass Win32_Product and interrogate the registry directly to get this data.  So if an application (such as Oracle, for instance) registers itself in the MSI database, then it should show up in a MAP 4.0 report regardless of whether the Windows Installer provider is on the target or not. 

Alle Antworten

  • Donnerstag, 21. Mai 2009 09:11Eranatwork TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    Well, I took a deeper look into the SQL db of maps and found a few things.
    First, I foudna pretty easy way to perform the SQL query using simply Access 2007.  if anyone wants details I will provide them.
    Second, I found that the DB contains much more info than is displayed in the reports. For instance, the SQL assesment is performed any way and the info is in the DB. the assesment is only used to display the info in a comfortable way in an excell sheet but the info itself is there even if you simply run the inventory.
    So wjat I have to say is simply look deeper in the db. it is very surprising.
    enjoy
    Eran
  • Donnerstag, 21. Mai 2009 15:44Jay SaulsMSFTTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet
    Yes, there's a lot of data there that's not in the reports.

          relies on Win32_Product WMI class, which depends on the Windows Installer Provider for WMI being installed on the target machine.  For x64 machines and server machines, this component isn’t installed by default: http://msdn.microsoft.com/en-us/library/aa392726(VS.85).aspx#windows_installer_provider

    In version 4.0 of MAP, we’ve rewritten that part of inventory to bypass Win32_Product and interrogate the registry directly to get this data.  So if an application (such as Oracle, for instance) registers itself in the MSI database, then it should show up in a MAP 4.0 report regardless of whether the Windows Installer provider is on the target or not. 

  • Mittwoch, 3. Juni 2009 13:09Eranatwork TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    Hi Jay,
    When will version 4.0 will be released?
    thanks
  • Mittwoch, 3. Juni 2009 14:53Jay SaulsMSFTTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     

    Beta should be avaialble mid-June.  You'll see announcements here....