Home | Download | Demo | Feature list | Premium users | Support | Knowledgebase
How to fix WMI Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
The network path was not found - The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
How to configure Windows Vista clients.
How to configure the windows firewall using group policies.
   
Welcome Guest Search | Active Topics | Members | Log In | Register

Reporting a list of non-allowed software Options
Bart van den Bosch
Posted: Tuesday, September 16, 2008 12:47:22 PM

Rank: Premium user
Groups: Member , Premium Users

Joined: 9/2/2008
Posts: 4
Location: NL
Hi,

Any suggestions on how i could export a list with non-allowed software.
When possible this list should also contain the computers on which this software is installed.

Thanks



Lansweeper
Posted: Tuesday, September 16, 2008 1:09:22 PM

Rank: Administration
Groups: Administration

Joined: 2/10/2005
Posts: 1,388
Location: Hamme Belgium
Code:
SELECT  dbo.tblComputers.Computername AS Computer, dbo.tblOperatingsystem.Description, dbo.tblSoftware.softwareName AS Software,
                      dbo.tblSoftware.softwareVersion AS Version, dbo.tblSoftware.Lastchanged
FROM         dbo.tblSoftware INNER JOIN
                      dbo.tblComputers ON dbo.tblSoftware.ComputerName = dbo.tblComputers.Computername INNER JOIN
                      dbo.tblOperatingsystem ON dbo.tblComputers.Computername = dbo.tblOperatingsystem.Computername
WHERE     (NOT (dbo.tblSoftware.softwareName IN
                          (SELECT     software
                            FROM          tblapprovedsoftware)))
ORDER BY dbo.tblComputers.Computername
Bart van den Bosch
Posted: Tuesday, September 16, 2008 1:21:51 PM

Rank: Premium user
Groups: Member , Premium Users

Joined: 9/2/2008
Posts: 4
Location: NL
[quote=Lansweeper]...quote]

Thanks, working my way through learning SQL scripting. Some examples like these will help a lot :)

alee
Posted: Tuesday, November 11, 2008 11:47:24 PM
Rank: Freeware user
Groups: Member

Joined: 11/5/2008
Posts: 3
Location: Los Angeles, CA, USA
on a related topic, what is the script for creating a report to list the allowed software? As I'm not generating a list of computers, just a list of the approved software that I allowed on the GUI console. Thank you
james_mitchell
Posted: Wednesday, November 12, 2008 3:37:16 AM
Rank: Freeware Member
Groups: Member

Joined: 9/5/2008
Posts: 21
Location: Bathurst, NSW, Australia
Why not make the subquery a left join and then condition a tblapprovedsoftware.software= NULL?
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.


Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.

   
Quick links: Download - Premium users - Support 
Copyright 2004 - 2008 © Geert Moernaut - Hemoco bvba - All rights reserved