Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
imorrison
Engaged Sweeper
Hi,

I am trying to create a scheduled report, automatically emailed to me, regarding which workstations have had software installed or uninstalled for that day. Is that possible to do with Lansweeper? I am using the registered premium edition, version 4.2.0.52

Many thanks
1 REPLY 1
Hemoco
Lansweeper Alumni
Please use the following report:

Select Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, Web40OSName.Compimage As icon,
Case tblSoftwareHist.Action When '1' Then '+' When '2' Then '-'
End As [+/-], tblSoftwareHist.softwareName As Software,
tblSoftwareHist.softwareVersion As Version, tblSoftwareHist.SoftwarePublisher
As Publisher, tblSoftwareHist.Installdate, tblSoftwareHist.Lastchanged
From tblComputers Inner Join
web40ActiveComputers On tblComputers.Computername =
web40ActiveComputers.Computername Inner Join
Web40OSName On Web40OSName.Computername = tblComputers.Computername Inner Join
tblSoftwareHist On tblComputers.Computername = tblSoftwareHist.ComputerName
Where tblSoftwareHist.Lastchanged > GetDate() - 1
Order By tblComputers.Computer, tblSoftwareHist.Lastchanged Desc,
tblSoftwareHist.softwareName



Info on setting up report mailing can be found on page 91 of our online documentation.

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now