Reports & Analytics

Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the Community.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Topics in this forum

Resolved! List of PCs with and without software

I need a list of all the PCs in an IP range. Looking to see if they have Microsoft Office, but I also want to list the rest of the PCs without Office as well. Here is what the report looked like before v5. I get an error on the upgraded reports. T...

BSONO by Engaged Sweeper II
  • 17815 Views
  • 8 replies
  • 0 kudos

Resolved! Inventory of all Microsoft Office Versions older than 2010

Hi,i hope you can help me. We need to upgrade all older Versions to Microsoft Office 2010.So, i need a report wich show me a list of all Assets they're have Microsoft Office Products older than Microsoft Office 2010 installed. (14.0)This is my code n...

anw by Engaged Sweeper
  • 10805 Views
  • 3 replies
  • 0 kudos

Resolved! Asset out of warranty

I was messing around with the asset out of warranty report and screwed something up. Now I keep getting the error "error while getting report Data conversion failed. [ OLE DB status value (if known) = 2 ]" Here is my code Select Top 1000000 tblAssetC...

MR1371 by Engaged Sweeper II
  • 8382 Views
  • 3 replies
  • 0 kudos

Resolved! Not seeing Macintosh computers in "Computer" asset reports

Here is a report that I customized. Why do Mac computers not show up?Select Top 1000000 tblAssets.AssetID, tblAssets.AssetUnique, tsysOS.Image As icon, tblAssets.Domain, tsysOS.OSname, tblAssets.Description, tblAssets.Username, tblAssets.User...

bbazian by Engaged Sweeper
  • 4571 Views
  • 1 replies
  • 0 kudos

Resolved! in-depth report from a assed

HiI am searching for a way to generate an in-depth report from a assed with any available information.It is for the customer (MANAGMEND!!), they wants to see what his virtual server has onboard and what is going on.They do not believe the information...

Resolved! Share Folder Report

Hi,I need to create report for Visible and Invisible shares in network with below details computer name, share name, user name, display name and IP address

Srikanth08 by Engaged Sweeper II
  • 7378 Views
  • 2 replies
  • 0 kudos

Resolved! Report for VMWare Server Listings with a twist

I currently have a report that gives me most of the information I need, however I am having an issue showing only VMs with a Netbackup Agent installed on them. Could someone possibly look at my code and tell me how I can improve it to list the detai...