Jump to content


xerxes2985

Making a Report / Pulling specific information from a collection of computers

Recommended Posts

Hi all,

I need to create a report that will pull some simple information (ComputerName, SerialNumber, BiosVersion and BiosName) from a collection of computers. 

Manually, I can go to Resource Explorer and expand hardware, and PC BIOS, and get the information, but was wondering if I could extrapolate this easier?

 

Thanks

Share this post


Link to post
Share on other sites

I found a query that works (I added to the queries section in the Monitoring tab). I can get the information I need from there, but I cannot figure out how to take that query and use Report Builder (so I can have a pretty looking report via SSRS)

select distinct SMS_R_System.Name, SMS_G_System_PC_BIOS.SerialNumber, SMS_G_System_PC_BIOS.SMBIOSBIOSVersion, SMS_R_System.IPAddresses, SMS_R_System.MACAddresses from SMS_R_System inner join SMS_G_System_PC_BIOS on SMS_G_System_PC_BIOS.ResourceID = SMS_R_System.ResourceId

Share this post


Link to post
Share on other sites

To convert this to SQL. I would prefect the query within SQL server Management studio first, before bring it over to report builder. The views that you need are:

SMS_R_System = v_r_system

SMS_G_System_PC_BIOS = v_GS_PC_BIOS

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.