Custom SCCM Report COMPUTER MODEL

Could someone help me build a report that would return the computer model of the user ID that is entered?  I know there is a report that will return the computer name, but what about the computer model(ex. dell gx360)?  Thanks!

If you are looking for just a quick list then you can create a ConfigMgr Query in about 2 mins that will have the computer name and Model type. Then you can export this to Excel.  One thing you need to be aware of is the userId can come from
heartbeat, Inventory.  So last logged in user, topconsoleuser and user are all coming from different sources and could be different so you either need to put that into your query to look for using Or's and display that data or use something you know will
be more accurate given your enviroment.  The query below will prompt you for the last logged in user
ConfigMgr Query Node:
select distinct SMS_G_System_COMPUTER_SYSTEM.Name, SMS_G_System_COMPUTER_SYSTEM.Model, SMS_R_System.LastLogonUserName from  SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId where
SMS_R_System.LastLogonUserName = ##PRM:SMS_R_System.LastLogonUserName##
http://www.sccm-tools.com http://sms-hints-tricks.blogspot.com

Similar Messages

  • Custom Reports Data Model - can't report on custom dictionaries

    Custom Reports Data Model - can't report on custom dictionaries
    In QA and Prod I see custom dictionaries in the Custom Reports Data Model, in Test there are none.
    Dictionaries and Sevices marked Reportable are not showing up under Dictionaries and Services Dimensions.
    I rerun the ETL and the scheduled tasks, but no luck. any suggestions?

    Do you see any error when you run the ETL, i.e. the Java ETL embedded with the app server? 

  • SCOM 2012 - Custom disk space report - Computer Groups

    Hello,
    I've created custom disk report with sql query to pull the disk space for all servers. The report has parameters start data,End date and computer name but now my requirement would be to get the disk reports based on custom created computer group, Is it possible
    to feed computer group name instead of computer name in the custom reports?
    Regards,
    Vijay

    Hi,
    For SCOM 2007, you can’t select a group of servers and run a free disk space report on them. And for 2012 I think it also like that.
    But based on my research, someone said that when you create group with Logical Disk targets, it may work. Here are two similar threads for your reference:
    Report on Logical Disk Free Space % for a group of servers
    http://social.technet.microsoft.com/Forums/en-US/fbec6fce-8f65-461b-8730-98a0d493c375/report-on-logical-disk-free-space-for-a-group-of-servers?forum=operationsmanagerreporting
    Can't target free disk space report at Custom Group
    http://social.technet.microsoft.com/Forums/en-US/8555fc3e-eed2-4523-a307-589eb6ff72fc/cant-target-free-disk-space-report-at-custom-group?forum=operationsmanagerreporting
    Regards,
    Yan Li
    Regards, Yan Li

  • What happened to Effort metrics in the Custom Reports data model?

    What happened to Effort metrics in the Custom Reports data model?
    Is there any way to use the Custom Reports data model to report on task effort?  This was a metric captured in the Standard Reports Data Package, but looking through the metrics in the Custom Reports data model (particularly the ServiceTask Fact table) I do not see any effort related metric. 

    Ed is right.  The Custom Report data model on pre-2007.1.1 did not contain task effort data but it is added as a fact to report against in the 2007.1.1 release.  You will get this once you upgrade to 2007.1.1 and turn on the task effort entry setting in site administration.

  • Creating custom web reports

    I am new to SCCM 2012 and lots of things have changed since SMS 2003. I use to create lots of custom web reports and while the SQL statements looks similar, I cannot get it to work.
    Here is an example of one of my SQL statements back in my days when I managed SMS 2003.  What am I missing to get it working in SCCM 2012 R2?
    SELECT distint v_RSystem.Netbios_Name0 AS 'Computer Name', v_R_System.User_Name0 AS 'USER', v_GS_SoftwareFile.FileName AS 'File Name', v_GS_SoftwareFile.FileVersion AS 'Version', v_GS_SoftwareFile.FileDescription AS 'Description', v_RA_System_IPSubnets0
    AS 'Zone by IP Subnet' from v_R_System inner join v_GS_SoftwareFile on v_GS_SoftwareFile.ResourceID = v_R_System.ResourceID inner join v_RA_System_IPSubnets on v_RA_System_IPSubnets.ResourceID = v_R_System.ResourceID where v_GS_SoftwareFile.FileName = 'excel.exe'
    Thanks

    a typo on my part, it worked.  The built in one works fine just that it does not have the user name associated with a particular computer.  I also noticed that I had another typo for IP subnet.  the below script works:
    SELECT distinct v_R_System.Netbios_Name0 AS 'Computer Name', v_R_System.User_Name0 AS 'USER', v_GS_SoftwareFile.FileName AS 'File Name', v_GS_SoftwareFile.FileVersion AS 'Version', v_GS_SoftwareFile.FileDescription AS 'Description', v_RA_System_IPSubnets.IP_Subnets0
    AS 'Zone by IP Subnet' from v_R_System inner join v_GS_SoftwareFile on v_GS_SoftwareFile.ResourceID = v_R_System.ResourceID inner join v_RA_System_IPSubnets on v_RA_System_IPSubnets.ResourceID = v_R_System.ResourceID where v_GS_SoftwareFile.FileName = 'excel.exe'
    thanks again for your help on this.

  • How to create new Custom XML Report without using Form Builder

    Hi,
    What are the steps to create new Custom XML Report without using Report Builder ?
    Thanks and Regards,
    Abhi

    Hi,
    Steps we now follow
    1)Create Data Model in Reports Builder
    2)Create xml
    3)Insert xml in Publisher to build Fomat
    4)FTp rdf
    5)Create Data Definition and Template
    6)Create executable and Concurrent Program
    Is there any way we can build reports without use of Report Builder ? By writing PL SQL Package for Before Report and After Report etc ...
    Thanks and Regards,
    Abhijit Rode

  • SCCM report on last time each Office application was used

    I have set up the correct SCCM software metering rules for each of the Office suite executables like Outlook.exe, MsWord.exe etc. I would like to report on usage of each executable in the Office suite. This is useful for us because we can work out things
    like if a user only uses Outlook and nothing else in the Office suite then we can move them to Outlook Web Access and uninstall Office, therefore reducing the number of Office licenses required.
    I'm sure the data is there but not sure how to extract it. For all the machines in the environment, I would like to have a report showing something like this:
    Name Last date Outlook.exe used Last date Excel.exe used
    PC001 01/01/2011 15/03/2011
    PC002 02/02/2011 Never run
    PC002 Never run Never run
    There doesn't seem to be an existing report that I could use / modify, just wondering if anyone has attempted this before?

    I wonder, what is the use of this report. I think, you can try to create a custom report with the help of two links given below?
    http://myitforum.com/cs2/blogs/jmarcum/archive/2011/05/19/157675.aspx  (Beginners Guide to Writing SCCM Reports)
    http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=22052 ()Creating Custom Reports By Using Configuration Manager 2007 SQL Views)
    Anoop C Nair - Twitter @anoopmannur
    MY BLOG:
     http://anoopmannur.wordpress.com
    SCCM Professionals
    This posting is provided AS-IS with no warranties/guarantees and confers no rights.

  • Customer Service Reports

    Hi Gurus,
    Kindly help me out in Customer Service Reports. As i am new to CS.
    1.All 90 day Customer Service returns for a specific period.
    2.All 90 day Customer Service Returns for a tech during a specific period.
    3.All 90 day Customer Service Returns for each tech during a specific period, separated by tech.
    4.All 90 Day Customer service returns by product group, model during a specific period.
    5.repair Units received in a specific period
    6.Backlog of each product or model
    7.Number of units invoiced in a specific period
    8.Number of units completed (PIOu2019d) in a specific period with a selection of
    a) warranty
    b) non-warranty
    c) service contracts
    d) JOB TYPES
    e) Cal only
    9.Daily Revenue Month to date by
    a) LABOR
    b)  PARTS
    c)  FLAT RATE
    d) SERVICE CONTRACTS
    e)  SPARES
    Entire inventory of units in Service ( REPSTAT)
    Need to run reports for units coming out of warranty u2013 90 days in advance.
    Repair report
    Calibration due report
    Invoice and IR info by model / SN
    View unit tracking/units due for calibration in next 60 days
    View invoiced amount per product per month
    thanks
    Edited by: rkravi928 on Aug 23, 2009 6:18 AM

    Ravi,
    It seems that you have posted your client's all report requirements in one post and expecting Functional spec for each report.
    All these reports requires lot of discussion with Core teams / Technical consultant.
    Eg.
    >
    > 8.Number of units completed (PIOu2019d) in a specific period with a selection of
    > a) warranty
    > b) non-warranty
    > c) service contracts
    > d) JOB TYPES
    > e) Cal only
    >
    Where you maintain warranty information?
    Iis there any master warranty / Measurement document involved? .. is there any extended warranties applicable for your product?
    What is your reference object - Equip / Func loc etc..?
    What do you mean by JOB type and where you are capturing?
    ... lot of queries can be raised on your requirement.
    The functional consultant and the core team members of this module can only be able to answer those queries.
    Better you close this thread, and start separate queries for each report with necessary information so that peers can able to suggest.
    Babu

  • SCCM report query that displays count of cpus per host and if host is physical or virtual

    Hello,
    I have this query that displays the count of CPUs per host.  How can I add a column to show if the host a physical or virtual?
    SELECT
    DISTINCT(CPU.SystemName0) AS [System Name],
    CPU.Manufacturer0 AS Manufacturer,
    CPU.Name0 AS Name,
    COUNT(CPU.ResourceID) AS [Number of CPUs],
    CPU.NumberOfCores0 AS [Number of Cores per CPU],
    CPU.NumberOfLogicalProcessors0 AS [Logical CPU Count]
    FROM [dbo].[v_GS_PROCESSOR] CPU
    GROUP BY
    CPU.SystemName0,
    CPU.Manufacturer0,
    CPU.Name0,
    CPU.NumberOfCores0,
    CPU.NumberOfLogicalProcessors0

    I see that you have posted this exact question in another forum for CM12, however this is an CM07 forum.  
    Are you CM07 or CM12?
    If you are CM12, use my answer here.
    http://www.systemcentercentral.com/forums-archive/topic/sccm-report-query-for-cpu-cores/
    If you are CM07, this is NOT a simple how exactly do you detect that a computer is a VM? You can guess by looking at the manufacturer name but it is only a guess.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Printing Procurement Terms and Conditions in custom BIP report

    We are developing a custom BIP report for printing Purchase Agreements. We created new Data model and a new report template that matches the customer's requirements. However, we are not able to print the Terms and conditions in this custom report.
    The custom report is placed in the Shared Folders/Custom/Procurement/Purchasing folder and we included the following code at the beginning of the custom report template -
    <?import: xdoxsl:///Procurement/Purchasing/prc_po_terms_and_conditions_sub.xsb?loc=${_XDOLOCALE}?>
    And at the end, where we want to print the Terms and Conditions, the following code -
    <xsl:apply-templates select=".//TermsAndConditions"/>
    But the Terms and conditions are not printed. Can someone please help out and point to me where the mistake is?
    Thanks
    Lakshmi

    I am not an expert on BIP and will ask a colleague to comment. Took a look at the documentation and noticed some small differences, not sure if these have any impact, but you could try them while waiting to triage the issue:
    The documentation does not have space in the import statement i.e. "import:xdoxsl" while your example has a space "import: xdoxsl"
    To render the content the documentation states to use "<?call-template:template_name?>"
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • SCCM report data are missing inside report since Update SCCM 2012 to R2 Cu1

    Hi All,
    I encountered an issue regarding certains SCCM reports after migrating to SCCM R2 CU1.
    After this upgrade, I've already encountered some issues on differents reports .. reports where we need to select a collection or patches or computers from a drop list (all theses drop list were empty).
    I resolved these issues by adding the "read" security permission in the security role dedicated to our Support Team. (Read permission is now applied on Collections, Packages ect...)
    This sort of report works well now.
    But this same Team show me another issue where I did not find any resolution.
    In the categorie called "Hardware - General", we have a report named "Computer information for a specific computer" where, as you know, we normally could find some informations regarding a computer.
    In fact, the only informations which are visible through this report are the NetbiosName,Username, Domain User & computer and IP adress.
    All others informations are not displayed.
    If I use this report with a user who has admin rights in SCCM (which is not the fact with my support team of course) ...all informations are displayed normally.
    It seems that it looks like the first read rights issue that I encountered at the beginning, but I did not find where could be the cause of this issue
    Does anyone has already seen this sort of issue ?

    In CM12R2 RBA is now enabled for report. So this tell me that you have NOT grant the support team access to the data and therefore this is normal.
    There is a quick fix for this see Brian post.
    http://www.mnscug.org/blogs/brian-mason/162-report-user-role
    http://www.enhansoft.com/

  • Export SCCM Report to CSV

    I am trying to create a Macro based Excel file that would contain a Macro, when executed would download a SCCM Report into a CSV file. At the moment I have to manually go to the webpage, wait for the report to be created and then click on a "Export
    to a file" button then choose a location and save. All is fine but I wanted to have some kind of automation. Since the webpage is created using SSRS reporting I cannot use standard HTML call out procedures like in these YouTube videos:
    Excel VBA Pull Data From A Website
    Get web page data into Excel using VBA
    I have tried these VBA lines:
    Sub Get_SCCM()
    Dim IE As New InternetExplorer
    IE.Visible = True
    IE.navigate "www.google.co.uk"
    Do
      DoEvents
    Loop Until IE.readyState = READYSTATE_COMPLETE
    Set TextBox = IE.document.getElementsByName("q")
    TextBox.Item(0).Value = "OK"
    End Sub
    This Macro executes without any problems and you can see that the "OK" has been input into the Google searchbox. But When I tried this code:
    Sub Get_SCCM()
    Dim IE As New InternetExplorer
    IE.Visible = True
    IE.navigate "http://<Server_Name>/Reports/Pages/Report.aspx?ItemPath=%2f<Reports_Name>%2fInfrastructure%2f<Name>%2f<Report_File_Name>"
    Do
      DoEvents
    Loop Until IE.readyState = READYSTATE_COMPLETE
    End Sub
    I receive an error:
    Run-time error '-2147417848 (80010108)'
    Automation error
    The object invoked has disconnected from its clients
    Even does not work when trying to add extra lines like IE.document etc.
    Any suggestions on how to export a CSV file with the report from SCCM webpage using VBA in Excel.
    Thanks!

    SSRS reports can be automatically sent to a file.  Ask your admin how to configure a custom scheduled report.   The report can go to disk or beemailed on the scheduled.
    ¯\_(ツ)_/¯

  • SCCM report to find total number of actual patches installed by update deployment on all the machines (present in target collection)

    Hi Guys,
    I am looking for a sccm report which should provide total number of actual patches installed by us on all the machines (present in target collection). For couple of updates after sync it shows installed already on some machines.
    Example:
    CName  |  Total Patches  |  Already Installed  | Installation triggered by Deployment   |  Collection ID
    AW001      (123)               (2)                         (17)                                                    CL00001
    AW002      (123)               (1)                        
    (21)                                                    CL00001
    AW003      (123)               (1)                        
    (26)                                                   CL00001
    I am specially looking for 'Installation triggered by Deployment ' number
    I would appriciate very much your the help.
    Thanks,
    Chandan

    Hi Chandan,
    You could try to create your custom report based on Software Updates Status views.
    Software Updates Views in Configuration Manager
    http://technet.microsoft.com/en-us/library/dn581945.aspx
    Best Regards,
    Joyce

  • Sccm reporting for add/remove programs is not accurate

    Hi freinds
    I have made a custome query to find computers where antivirus is not installed in entire site. It was working fine. But last week I have observed that one windows server 2008 r2 has got symantec enpoint protection installed but sccm report is including
    that server.
    could anyone please share ideas to solve it?
    here is the sccm query:
    select v_r_system.netbios_name0,v_r_system.user_name0,v_GS_OPERATING_SYSTEM.Caption0 AS "Operating System",v_GS_SYSTEM_ENCLOSURE.SerialNumber0 AS "Serial Number" from v_r_system
     join v_GS_OPERATING_SYSTEM on v_GS_OPERATING_SYSTEM.ResourceID = v_r_system.ResourceId
     JOIN v_GS_system on v_GS_system.ResourceID = v_r_system.ResourceId
    JOIN v_GS_system_Enclosure on v_GS_system_Enclosure.ResourceID = v_r_system.ResourceId
    where v_GS_system.Name0 not in
    select distinct v_GS_system.Name0 from  v_GS_system
    LEFT OUTER JOIN v_GS_ADD_REMOVE_PROGRAMS on v_GS_ADD_REMOVE_PROGRAMS.ResourceID = v_r_system.ResourceId
    LEFT OUTER join v_GS_ADD_REMOVE_PROGRAMS_64 on v_GS_ADD_REMOVE_PROGRAMS_64.ResourceID = v_r_system.ResourceId
     where
    v_GS_ADD_REMOVE_PROGRAMS.DisplayName0  = 'Symantec AntiVirus'
    or v_GS_ADD_REMOVE_PROGRAMS.DisplayName0  = 'Symantec AntiVirus Client' or 
    v_GS_ADD_REMOVE_PROGRAMS.DisplayName0  = 'Norton Antivirus Client' or
    v_GS_ADD_REMOVE_PROGRAMS.DisplayName0  = 'Norton AntiVirus Corporate Edition'  or
    v_GS_ADD_REMOVE_PROGRAMS.DisplayName0  = 'Symantec Endpoint Protection'  or
    v_GS_ADD_REMOVE_PROGRAMS_64.DisplayName0  = 'Symantec AntiVirus Win64' or v_GS_ADD_REMOVE_PROGRAMS_64.DisplayName0  = 'Symantec Endpoint Protection' or
    v_GS_SYstem.SMSID0 = 'GUID:6578610F-BFD0-4693-98B5-B6FB50129FB5' or
    v_GS_SYstem.SMSID0 = 'GUID:E64FF1A8-EF5B-46DD-8859-02D7A3E8818A' or
    v_GS_SYstem.SMSID0 = 'GUID:52EA60BD-F3DD-4615-9CCD-AFE0B7F28D41' )

    It sounds like you have some 3rd. party Console tools installed (right click tools). Those are using various scripts to connect to the clients and is not really controlled via ConfigMgr.
    Kent Agerlund | My blogs: blog.coretech.dk/kea and
    SCUG.dk/ | Twitter:
    @Agerlund | Linkedin: Kent Agerlund |
    Mastering ConfigMgr 2012 The Fundamentals

  • SCCM Reports Issues

    Hi,
    SCCM reports aren't working for some reasons either from web or from console.
    They are taking too long and keeps on the screen where it says "loading" and finally it comes up with below errors. 
    Client found response content type of '', but expected 'text/xml'.
    The request failed with an empty response.
    Client found response content type of '', but expected 'text/xml'.
    The request failed with an empty response.
    Microsoft.ConfigurationManagement.ManagementProvider.SmsException
    Client found response content type of '', but expected 'text/xml'.
    The request failed with an empty response.
    Stack Trace:
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.GetParameters()
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.LoadParameters(IReport report, Collection`1 navigationParameters, IResultObject resultObject)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerPresenter.Worker_DoWork(Object sender, DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
    System.InvalidOperationException
    Client found response content type of '', but expected 'text/xml'.
    The request failed with an empty response.
    Stack Trace:
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.GetParameters()
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.LoadParameters(IReport report, Collection`1 navigationParameters, IResultObject resultObject)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerPresenter.Worker_DoWork(Object sender, DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
    I have tried searching for "Client found response content type of '', but expected 'text/xml'." on web but didn't get anything useful.
    Could you please assist? 

    Hey Peter,
    Actually there were very few who got exactly this error
    Client found response content type of '', but expected 'text/xml'.
    They were facing different errors like 
    Client found response content type of 'text/xml', but expected 'text/xml' + etc..
    Many tried reinstalling the Reporting point role but even that didnt fixed the issue.
    I am just trying to make sure if there are any alternatives to this before i have to reinstall the reporting
    service role (as there are many customized SQL reports we use)
    I believe this is something which happened after upgrading to R2 and affecting some reports and not all.

Maybe you are looking for

  • How do I find out why there's a number 1 listed on my eBay app?

    So I have a new notification number one listed next to my eBay app as it would be on Facebook notifications yet I can't find out who's notified me or why can anybody out there help

  • Default timeframe for SC timeframe need to be changed to 90 days from 7 day

    Hi  All,      In check status of the shopping cart (T-CODE = BBPSC04) by default we get   timeframe of   7 days but client requirement is change to 90  days .I checked  the badi      BADI : BBP_CHANGE_DEFAULT   Method: IF_EX_BBP_CHANGE_DEFAULT~CHANGE

  • Mi swf (created on Catalyst) is cropped when I resize it on Modzilla and Explorer

    I made a Flash Catalyst file, and then exported it into an SWF File. When I open the HTML file with the swf, I try resizing or scaling the file and its gets cropped and is not in proportion with the window. Here you can see my file: www.estaydesigned

  • Flash CS3 9.0.124 Players update not working

    I downloaded and followed the instruction for updating the players for Flash CS3 so that it publishes 9.0.124 flavours: http://www.adobe.com/go/kb403415 However, when tracing out the Capabilities.version from within the Flash IDE (control+enter) it s

  • OIM-OID 11g provisioning connector

    Hi all, we are performing OIM-OID (both 11.1.1.5) user provisioning, please can anybody let me know which version of connector we have to use and provide us the steps to perform the installation of the connector. We used 9.0.4.12 connector for OIM 9i