Software Inventory Reporting with computer name on SCCM 2012

Hi All,
I am just trying to use "Count of all instances of software registered with Add or Remove Programs" from SCCM 2012 Report modules but its giving with collection id only ..
as i am trying to include in this with computername instead of Collection id but i am unable to get that.
is any one help me to get the list of software's name with counts inclusive of computernames
KJSUBBU

The issue with your request is that the COUNT statement gives numbers of distinct values.
For example, you wish to count all instances of "Microsoft Office 2007 Professional Plus" - That program name is a distinct value and there may be 50 instances in your environment.
BUT, when you add the computer name to this - e.g.  MACHINENAME  "Microsoft Office 2007 Professional Plus" you will always count 1 for each value and the query will yield 50 rows, because each machine name is a distinct value, despite
there being many instances of Office... the COUNT statement checks all values in the SELECT statement as part of the distinct value.
Here is an example:
SELECT
v_GS_SYSTEM.Name0,
v_GS_ADD_REMOVE_PROGRAMS.DisplayName0,
COUNT(*) AS Qty
FROM
v_GS_SYSTEM
INNER JOIN
v_GS_ADD_REMOVE_PROGRAMS ON v_GS_SYSTEM.ResourceID = v_GS_ADD_REMOVE_PROGRAMS.ResourceID
WHERE
v_GS_ADD_REMOVE_PROGRAMS.DisplayName0 = 'Google Chrome'
GROUP BY
v_GS_SYSTEM.Name0,
v_GS_ADD_REMOVE_PROGRAMS.DisplayName0
Will yield the following results:
Name0             DisplayName0     Qty
TSTWIN7-01     Google Chrome    1
TSTWIN8-01     Google Chrome    1 
I agree with Garth's post that you need to gather mgmt.'s requirements for this data first.  If they are wanting reports which show counts of software, AND where that software is installed, you will need two separate reports:  1)  summary
report of counts and 2) drill-down from the summary showing where a specific piece of software is installed.
Report for 1) is canned - "Count all instances of software registered in Add or Remove Programs"
Report for 2) is also canned - "Computers with specific software registered in Add Remove Programs"
The second report is a drill-down from the first when you click on the software Display Name link in the report.
I imagine that your company is looking to checking license counts and that if you ask further, you will find the specific software for which they are searching.  This will also be a good exercise for you to become familiar with the auditing process
for annual true-ups, if you have not gone through this before.

Similar Messages

  • Run a software inventory report

    hey...
    I'm new with ConfigMgr and i'm trying to run a complete software inventory report... the report in asset intelligence is not very friendly, or maybe its because i dont understand them....
    can someone please help?
    i would basically like to see all software installed on all clients...

    Hi,
    I would start with the report "Software - Companies and Products > Count all inventoried products and versions " it will give you an installed count per application.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • I can't connect to other computers on my network with computer names. Any suggestions?

    i can't connect to other computers on my network with computer names. Any suggestions?

    In what way are you trying to connect? File sharing? Printer sharing? Screen sharing? Something else?
    How are your computers connected to this network? What happens when you try to connect to them?
    Best of luck.

  • Inventory reports with external material group

    Dear Friends,
    In my office in material master record material group & external material groups are maintained. I am looking for a inventory report which shall displays the stock available in paricular plant & other report of stock lying at vendor both should display the  material group & external material group. Please help.
    Thank you
    Prashant B

    There is no Inventory report with external material group field in SAP so consult Abaper to develop the customized report.

  • Software inventory reports being discarded

    The software inventory reports are being discarded for our MP's, and I'm trying to determine why, so at the very least we can verify it's a non-issue. Attached is a copy of one of the discarded XML files. If anyone can take a look at it, or let me know what
    I'm looking for (specific characters that would cause the xml to fail parsing and be discarded, or keywords, anything like that), would be much appreciated.
    Discarded XML log

    Enable Debug logging on MP, maybe this could give us more info of why the XML is discarded.
    Juke Chou
    TechNet Community Support

  • Problem to generat an report on an SSRS for SCCM 2012 R2 SP1. I got error has occurred during report processing.

    Hi,
    Problem to generat an report on an SSRS for SCCM 2012 R2 SP1. I got error has occurred during report processing.
    In general it is no problem to generat SSRS reports, but an custom one i get issue with.
    The Error:
    An
    error has occurred during report processing. (rsProcessingAborted)
    Query
    execution failed for dataset 'DataSet1'. (rsErrorExecutingCommand)
    ExecuteReader:
    CommandText property has not been initialized

    Hi SaiTech,
    According to your description, when you render report on SCCM 2012 R2, you got the error message.
    According to my knowledge, the issue can be caused by following reasons:
    Select permission not granted to ConfigMgr reporting account. We need to open the SQL management console and open the properties dialog box of configmgr db, grant select and execute permission to ConfigMgr reporting account.
    Reporting Services Web Service URL or Report Manager is false. Make sure Web Service URL and Report Manager URL are correct. Restart SMS_Executive service and reinstall Reporting Service Point, then please render the report again.
    Report timeout. Increase query and report timeout.
    If the problem remain unresolved, please provide detailed information of SRSRP.log (default location: %programfiles%\Microsoft  and Configuration Manager\Logs) and reporting services error log(default location: %programfiles%\Microsoft SQL Server\<SQL
    Server Instance>\Reporting Services\LogFiles), it will help us move more quickly toward a solution.
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • Software inventory report and PC show different information

    Hi,
    The scenario is the following:
    SCCM 2012 R2.
    Clients with windows 8.
    The report "Software registered in Add Remove Programs on a specific computer" and "Programs and Features" show different information.
    Programs and features screenshot(ordered by name):
    Report screenshot (ordered by name):
    The question is:
    Is the above normal behavior?
    if not
    How to get in the report "Software registered in Add Remove Programs on a specific computer" all of the software listed in "Programs and Features"?
    Thanks in advance!

    Take a look at that device in Resource Explorer.  Notice that on a 64-bit device there is an 'Installed Applications' class and and 'Installed Applications (64)' class.  This data comes from the registry, and on a 64-bit operating system there
    are actually two separate 'Add/Remove Programs' lists that are aggregated in the OS user interface.
    If in Resource Explorer you see all of the software you expect to see, but not in the report, it is likely because the report is only looking at the 'Installed Applications' class and and not 'Installed Applications (64)' class.
    If you enable the 'Installed Software' class (either by going into the client settings or the AI node), you will notice that the 'Installed Software' class is a combined version of both the 32-bit and 64-bit applications.  This is much easier to report
    off of.
    I hope that helps, 
    Nash
    Nash Pherson, Senior Systems Consultant
    Now Micro -
    My Blog Posts
    If you've found a bug or want the product worked differently,
    share your feedback.
    <-- If this post was helpful, please click "Vote as Helpful".

  • Problems with report builder 3.0 in SCCM 2012 R2 CU2

    Hi All
    I have problems with editing  (Using Report builder) existing reports  or creating new ones in SCCM 2012 R2 CU2
    We version of SQL we use is SQL 2008 R2 SP2
    I already asked this question in the SCCM 2012 forum but the problem is not related to SCCM but has something to do with application report builder
    I changed the registry key and edited the Microsoft.ConfigurationManagement.exe.config.xml as described in the following link
    http://blogs.technet.com/b/smartinez/archive/2012/07/03/system-center-2012-configuration-manager-create-report-don-t-work-what-do-i-do-now.aspx
    Afterwards I try to edit an report I see report builder is being downloaded and after it generates the following error “Application did not succeed. Unable to continue”
    Error details are
    Following errors were detected during this operation.
    * [22-7-2014 13:55:07] System.Deployment.Application.InvalidDeploymentException (HashValidation)
    - File, Microsoft.DataWarehouse.dll, has a different computed hash than specified in manifest.
    - Source: System.Deployment
    - Stack trace:
    at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, Hash hash)
    at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, HashCollection hashCollection)
    at System.Deployment.Application.ComponentVerifier.VerifyComponents()
    at
    System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions
    options)
    at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
    at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
    at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
    at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    And in the SmsAdminUI.log I noticed the following error
    [16, PID:4460][07/21/2014 14:11:43] :[ReportProxy] - User-specified default Reporting Point [Server1.local.nl] could not be found, [Server2.local.nl] is now the default Reporting Point.
    [1, PID:4460][07/21/2014 14:11:11] :System.InvalidOperationException\r\nThere is an error in XML document (1, 1).\r\n at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
    I removed the reporting point no luck -> I already installed report builder 3.0 local on my computer still no luck.
    I hope someone can give me some advice , I am lost with this error
    Thx in advance
    Regards
    Johan

    Hi Miss Katherine,
    1. I went through the SQL steps in the link you posted
    2. I updated the Reg Key and Microsoft.ConfigurationManagement.exe.config file with 3.0 on both the
    server and the console machine.
    3. I copied the .DLL file from your OneDrive and replaced the existing one on the server.
    4. I uninstalled and re-installed the reporting role on the server and received the 1015 in the log.
    5. I restarted the server and the client machine
    I do get a slightly different error now after using the new DLL
    Errors With Original DLL
    ERROR DETAILS
    * [9/30/2014 8:42:03 AM] System.Deployment.Application.InvalidDeploymentException (HashValidation)
    - File, Microsoft.DataWarehouse.dll, has a different computed hash than specified in manifest.
    - Source: System.DeploymentERROR DETAILS
    Errors With New DLL
    ERROR DETAILS
    Following errors were detected during this operation.
    * [9/30/2014 9:17:13 AM] System.Deployment.Application.InvalidDeploymentException (RefDefValidation)
    - Reference in the manifest does not match the identity of the downloaded assembly Microsoft.DataWarehouse.dll.
    - Source: System.Deployment

  • Software Inventory Report Filtering

    I am needing to run a software report to only show Office 2007, but any computers that were upgraded to office 2013 spiceworks will still show on my report.  I have tried to filter out does not contain office 2013,  I have even tried to filter out the product keys but no luck.  Any suggestions would be appreciated. 
    This topic first appeared in the Spiceworks Community

    Peter,
    Thanks.
    I set 7 days interval for simple plan(hardware inventory),1day interval for software inventory.
    But it seems not work now.
    Hey, I am back
    First I recommend changing both of these. Hardware should be set to daily and software should be set to every 14 days. Keep in mind that software inventory os almost never used anymore and I has too much over head.
    http://be.enhansoft.com/post/2013/10/03/Slow-Software-Inventory-Cycle-in-SCCM-2012.aspx
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Inventory report with the last transaction details of each material

    Hi,
    is there any standard inventory report in SAP which gives us  the last transaction details of each
    Material,along with last procurement qty, value, date and last issue
    details of Qty, Value & date.
    Thansk in advance.

    Hi
    try following t-code
    MB5B u2013 Stock on Posting Date
    or
    2   s_p00_07000139 u2013 Stock Card and Inventory Material Report
    Regards
    Kailas Ugale

  • Is it possible to query software inventory report for Oracle SQL developer installation?

    Hi all
    My company requires to generate a report of all kinds of Oracle database access tool. I can find Toad installation from Add/Remove Program and therefore can query for Toad.
    However, Oracle SQL developer is using Java. I cannot see an entry for Oracle SQL developer from Add/Remove Program. Is there a way to query inventory for Oracle SQL developer installation?
    Thanks a lot.
    Regards
    Lic

    You might be able to use software inventory to report on the version of sqldeveloper.exe.
    As the app looks like just a zip you extract to a custom location that might be one method.

  • Inventory report with input tax value

    we want to know 31 st march-09 inventory value with break up details of input tax componenet.
    plz suggest me is there any report which will give us this details.

    try this report: S_ALR_87012357 - Advance Return for Tax on Sales/Purchases
    In further selections select only Select Input Tax

  • Inventory Report with Trading Partners & Cost of Sales

    Hi Freinds,
    We have activated the Trading Partners in the document types relating to the Invoice Verification and Goods Receipts. Accordingly when we do the GR or the Invoice Verification, the Trading Partner information gets picked up at the time of the transaction.
    We now want to generate the Inventory Report based on the Trading Partner and also the Cost of Sales, relating to the Inventories bought from affiliated companies, where we have assigned the Trading Partners. How can we do that?
    Your help will be highly appreciated.
    Thanks.
    Regards

    Hi
    Trading partner update - this is happening in FI only, so i hope it is not possible to get the inventory report based on trading partner wise.
    Only possible thing is go for ABAP report using the BSAK / BSIK / RSEG / EKKO / EKPE / EKBE
    VVR

  • Having trouble with computer name in ActiveDirectory

    I have a Mac running OS X Snow Leopard. I have bound this computer to our Windows Server network using Active Directory. For some reason the local computer name is not matching the network/DNS name.
    My Computer Name is: "big-brain" so computers on our local network can access it at: "big-brain.local"
    Under file sharing and on our network I want the computer to appear as "big-brain.ourdomainname.com" however it appears as "some-random-name.ourdomainname.com."
    How can I change this? I have checked quite a few settings, but can't seem to find the winning combination.

    Flush DNS on the server. Reboot Mac.

  • Problem with uninstalling Office 2013 SCCM 2012 R2

    Hi, I am in a process of learning SCCM 2012 R2. Currently I am focused on application management so I started by deploying Office 2013 to test collection with only one member - direct rule membership by computer name. Deployment process finished without
    any problems - I kicked off installation from Software Center on client machine. Having installed Office 2013 I tried to uninstall it but I got an error: Setup can't find or validate an installation file. Please try reinstalling . . . . In SCCM server I entered:
    setup.exe /uninstall ProPlus /config .\ProPlus.ww\Uninstall.xml
    in uninstall program line. Uninstall.xml file is nothing special:
    <Configuration Product=”ProPlus”>
    <Display Level=”basic” CompletionNotice=”yes” SuppressModal=”yes” AcceptEula=”yes” />
    </Configuration>
    I tried to uninstall Office 2013 from cmd line but I got the same error. I can manually uninstall Office 2013 by running setup.exe file and following wizard but that does not mean anything to me except it proves installation files are not corrupted. Office
    2013 installation .iso file is downloaded from MS Volume Licensing Service Center.

    In SCCM server I entered: setup.exe /uninstall ProPlus /config .\ProPlus.ww\Uninstall.xml
    in uninstall program line.
    I've responded in your other thread:
    https://social.technet.microsoft.com/Forums/en-US/fd735611-95bf-46f6-8add-2229a52e3e93/i-can-not-uninstall-office-2013-from-command-line?forum=officeitpro
    Hi, your command-line is not valid - you are using a "relative" path for the <config.xml> and that is not supported..
    http://technet.microsoft.com/en-us/library/cc178956(v=office.15).aspx#BKMK_config
    Note: You must use a fully qualified path. Setup does not recognize relative paths with /config. 
    Instead, I suggest that you copy your "Uninstall.xml" file to the same folder where setup.exe exists, then, adjust your command-line like this:
    setup /uninstall ProPlus /config Uninstall.xml
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

Maybe you are looking for