Would like to modify the report, to exclude our Wes terminals. Wes being the computer name. How would I go about modifying the canned report to do this?
I noticed that I have computers with two antivirus installed. I recycled a report to list the computers that has the antivirus "A" installed, but I would like list the computers that has both antivirus installed... How should I update it?thanksSelect...
Hi All,My boss wants to catch users whom do not turn off their PC after business hours. Hence, would like to know whether it's possible to show this in a report?Report Format looking for:Hostname | Last Powered On DateTime | Scan Datetime | Durations...
Daniel is there a report I can pull all the Hardware information from the last 90 days.I was using this sql Query.declare @LastSeenDays intset @LastSeenDays = 90select upper(a.Domain) as DomainName, upper(a.AssetName) as DeviceName, --replace(repl...
Hey folks,we use the asset relation possibility where often.We connected many assets with others. For example we have one parent asset and about 10 other child assets are related to it.Now we want to have a report where there is one line for every pa...
Hi team,I need a variation of the default report "Files: Internet explorer version", tried to do by myself but nothing good happened The information I need:Assetname, OS,OSbitness, last user logged on, if IE is version 8.Thats the default SQL:Select ...