Patch compliance report for all machines in collection

Good day to all,
We are trying to create a report in SCCM 2012 that will show us all missing updates on all computers in collection. But we would like to display in this report only patches which are really targeted to the machines in collection. Let me explain.
We have multiple deployment groups for patching (OSD, Servers, Client, Test waves...) and current issue we have with all build in reports is that you have to either select one of these deployments and then select a collections - but this will give you only
status for current group of patches, for another one you have to select different one. And if there is a report where you have to select only collection the it will show all updates which are in deployment (this is not nice as for OSD we are putting some extra
patches to the image and then these patches are shown as missing on all machines - but they will stay that way as we are not deploying them...yet). The ideal report for us will be to select the collection and then show all missing patches that are targeted
to that collection. This was accomplished by this query:
SELECT
vRS.NetBios_Name0 AS 'Hostname',
Count(DISTINCT vUI.ArticleID) AS 'Missing Patches'
FROM v_UpdateComplianceStatus vUCS
INNER JOIN v_CIRelation vCIR ON vUCS.CI_ID = vCIR.ToCIID
LEFT JOIN v_AuthListInfo vALI ON vALI.CI_ID = vCIR.FromCIID
INNER JOIN v_UpdateInfo vUI ON vUCS.CI_ID = vUI.CI_ID
LEFT JOIN v_R_System vRS ON vUCS.ResourceID = vRS.ResourceID
WHERE vUCS.ResourceID IN (SELECT vFCM.ResourceID FROM v_FullCollectionMembership vFCM WHERE vFCM.CollectionID = 'CAS00296')
AND vUCS.Status = '2'
AND vALI.Title LIKE 'SWU Workstations ENG%'
GROUP BY vRS.NetBios_Name0
ORDER BY 2
However, if we would like to add more columns, like Reboot Pending, Failed, Installed, Not Needed... then the report will start to show incorrect data, e.g. for machine which is fully patched and according to "Programs and Features - Show installed
updates" have 235 patches installed it will show only 198 patches installed and 10 missing.
It have something to do with JOINs between tables but we are at the end of ideas how to proceed further (we already checked the official documentation for SQL tables in new SCCM).
Have any of you created a report like this? I tried to Bing/Google for hours but most of the reports are for SCCM 2007 and showing incorrect data.

Almost all SU reports created for CM07, still apply to CM12.
http://www.enhansoft.com/

Similar Messages

  • Pull out Report for all configured Collection veriables in SCCM 20007

    Hi All,
    I have tried many ways but failed to pull out a report on collection veraiables.
    It would be great, if someone could suggest how to pull out a report for all collection veriables which are configured.
    Thanks
    Regards, Dan

    Hi,
    Check if this link helps :
    http://it.peikkoluola.net/2013/09/30/display-a-sccm-collection-variable-and-its-value/
    ~ Räjeésh M | Blog:
    ScorpITs | Please remember to 'Mark as Answer' or 'Vote as Helpful' on the post that helps. It helps others reading the thread and recognizes useful contributions.

  • Sales document report for all open documents

    hi i need the code for sales document report for all open documents is sd
    ...      can anyone help me out.
                                     thanks in advance

    Try transaction VA05. In that choose "Open Orders" along with other selection criteria.
    If you want the Open sales order qty in output and its not displayed, do the following.
    Sales -> System modification -> create new fields ( without condition technique) -> New fields for lists.
    You can change V05TZZMO and structure VBMTVZ from there or use SE38 / SE11.
    For both you'll need an object registration in OSS.
    Hope this helps.
    Thanks,
    Balaji

  • Need to run the report for All Values when Null is passed in parameter

    Hi All,
    In my BIP report, I am using a parameter :asset with Type as Text, which means user will type the values for the parameter in the text box.
    Now, this parameter can take multiple comma separated values. I have a requirement to run the report for All Values when user doesn't enter any value in the parameter text box and if user enters any value(s) then the report will run for those values . The way, I tried to handle that in the query using couple of ways was :
    IMP : My Database is SQL Server
    where
    (table.asset = isnull((:asset), table.asset) or table.asset in (:asset))
    Now this works fine when I give a single asset number but when I give multiple values separated by comma like 123, 345 in the text box, then the statement fails saying 'encountered ,'
    I also tried simply
    table.asset in isnull((:asset),table.asset) -- but this doesn't work as it doesn't allow me to use in operater while using isnull and if i will use = operater then it won't work in case of multiple values
    Any suggestions on how can I handle this? Any help would be highly appreciated.
    Thanks,
    Ronny

    thanks for replying, but i tried this option too, it did not work for me, neither isnull nor coalesce. I mean, the solution work for single value but when i pass multiple values then separated by a comma then it doesn't work and shows me an error like "Incorrect Syntax ','". I am using SQL server as DB and bip is 10.1.3.4.1
    also please share the SR number, so i can also check the same.
    can there be any other work around to this?
    thanks,
    ronny

  • Running-report-for-all-values

    Hi ,
    Based on this link i have implemented this logic....
    http://bischool.wordpress.com/2009/08/26/avoid-running-report-for-all-values-on-dashboard-when-using-multi-select-prompt/
    But for the intermediate report its taking more time to run...nearly 4min...is there any way to reduce it.
    Thanks

    hi User,
    Quick question
    Why you are giving (-1) value's as per the doc we can give any value which has to give no results? Have u tried to give some other value ?
    Next,Do u have left outer joins between those tables? If yes you should face the same problem with the main report because the filters to be same as intermediate report am i right ?
    First tune-up the rpd and get the main report query ,run-it over DB
    Due to huge data and the join taking more time....is there way any thing to add to reduce the time??Huge data ?? Intermediate report will not get any results i think it will not take more time to give a message,but due to join conditions only it is taking long time to run
    Note :Before getting value from DB it will check the where condition( joins)
    Thanks,
    Saichand Varanasi

  • Please help me with msi installer file for 11.6.8.* as this is our standard version which we use for all machines in our organization

    please help me with msi installer file for 11.6.8.* as this is our standard version which we use for all machines in our organization

    arai-c wrote:
    I have full version of this software but I am not able to install it silently because it always gives Google toolbar pop up which We dont required
    arai-c wrote:
    the problem is we dont have msi file for 10.6.*.* and hence I am not able to create package for it
    I don't understand; two days ago you wrote that you have it, now you don't...?
    If you don't have it, then why not deploy the current version 12.1.3.153 - I don't see the point of installing an old, unsecure software version.

  • I dont have data in "Client status summary" report for servers in server collection, but get data from our Windows 7?

    Hi,
    I dont have data in "Client status summary" report for servers in server collection, but get data from our Windows 7?
    So and idea of way I dont get data from or servers? Missing client setting for servers?
    /SaiTech

    Hi,
    I do see the server in Server collections in "Monitoring--Client Status--Client Activity" but not in reports like "Clients with failed client check details" i get "No Data Available"?
    /SaiTech

  • Can Cisco Mars do the reporting for all devices (checkpint, ISS etc)

    Is this is true that cisco mars can do the reporting for all the devices(like checkpoint, juniper, sonicwall, and IBM-ISS ) devices.
    Requesting plz reply ASAP

    no, it's not true. the following MARS lists what mars has direct support for:
    http://www.cisco.com/en/US/docs/security/security_management/cs-mars/4.3/compatibility/local_controller/dtlc43x.html
    Anything else would require creating a custom parser, which is great functionality to have in a pinch but is a major pita to maintain. That's one of the biggest reasons to buy a SIM in the first place, so you don't have to manage parsing yourself.

  • Report for all Collection Resources all Memberships

    Hi All,
    Hope you are all doing very well, I have one situation where I need to know all the memberships of a specific collection resources. We have a collection ABC and have about 800 computers in this collection. I have to provide a report to my Manager which should
    show all the other collections to which each of these 800 computers belong, please advise how should I do this.
    Virgo

    you can get this info via reports but the list will be huge for all the resources in collection . 1 PC member of X  collections,800*X will be huge .Try the following SQL query:
    select sys.name0 [PC Name]  coll.Name [Collection Name] ,fcm.CollectionId [Coll ID] from dbo.v_R_System
    sys
    join dbo.v_FullCollectionMembership fcm on sys.ResourceID = fcm.ResourceID
    join dbo.v_Collection coll on coll.CollectionID = fcm.CollectionID
    Where sys.Name0 in("PC1","PC2","PC3",........"PC800")
    Eswar Koneti | Configmgr blog:
    www.eskonr.com | Linkedin: Eswar Koneti
    | Twitter: Eskonr

  • Proxy for pacman- download packages once for all machines

    Hello.
    I have a network with several machines and a server, all running Arch.
    The server is also the internet gateway.
    At the moment, all machines download all the packages they need independantly of each other, so many packages are downloaded several times. I could have one machine update all packages and then run a feed from /var/lib/pacman for all the others to update from, but then I must somehow make sure that all needed packages are on that machine. If I get another machine to install a new package it will either- not find it, or download it from the net and store it locally. Then any other machine that wants it will again be downloading it's own copy.
    What pacman needs is some sort of proxy server. I run this on my server. Then on all other machines pacman is set to use that proxy. Whenever another machine requests a package or package list, the proxy downloads it and stores it on my server, then lets the client know that it's available from my servers feed.
    Maybe there is already something like this?
    Thanks in advance
    Simon

    Local Mirror HOWTO on Wiki is an overkill. All you need is any network filesystem. I use fuse-based sshfs. There is also shfs kernel module but it was much less stable last time I tried.
    Just mount /var/cache/pacman/pkg on your client machines to /var/cache/pacman/pkg on your server. Then you'll have shared package cache. It is so simple!
    You can even mount /var/lib/pacman/{current,extra,testing,community,unstable} the same way. Then you can do pacman -Sy only once.
    Note that you need to patch your initscripts if you want to mount right from fstab on boot. See bug report #4681 (I'm not sure if I updated it for the latest initscripts release). I hope this will be included soon.
    PS: if I'll have more time I'll write a little howto on wiki.

  • Custom Report for Asset Intelligence including Collection selection

    Dear all,
    I'm struggling with an custom report for doing the following thing.
    I have labeled software with the custom label 3 in the Asset Intelligence.
    I like to create a Report where i can Choose my Collection and then the Label that should be displayed.
    Similar to the Report: Software 10A - Software titles with specific multiple custom labels defined.
    But i like to choose more than one Label 3.
    Does anybody have something like that? Its really complicated for me to edit that report.
    Thanks & Regards
    Flat

    Hi,
    You could post this question in SQL forum to see if someone there can edit the report.
    The following document could help you to custom the report.
    Getting Started with Report Builder
    https://msdn.microsoft.com/en-us/library/dd220460.aspx
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Software Updates Compliance Report for Specific Computer - DatePosted

    Hello, I am using the default report to know the Software updates compliance state for a specific computer. The business requirement is to get date the software update has been posted in the same report. So the report should contain columns as follows:
    Title
    Update Class
    Bulletin ID
    Date Released/Date Posted 
    Article ID
    Vendor
    Approved
    Installed
    Is Required
    Unique Up[date ID
    The default report shows up all the columns except the date posted. Please help me with a query with which we can get date released with all the other columns.
    Appreciate your help!
    Thanks

    Hi,
    Please refer to the link below:
    Troubleshooting SCCM Software Update Deployment Package distribution due to missing directories
    http://blogs.technet.com/b/ken_brumfield/archive/2013/01/10/troubleshooting-sccm-software-update-deployment-package-distribution-due-to-missing-directories.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to generate a report for all Analyses which conatins a specific column

    Hello Experts
    I am trying to generate a report of all Analyses which contains a specific column. We are currently using OBIEE 11.1.1.7.0.
    I have tried to use the command line options using ./runcat.sh, but did not find any arguments that can filter the analyses by a specific column used.
    Any help is much appreciated.
    Regards
    Rakesh 

    Hi Rakesh,
    SampleApp has your answer: everything is available for free, just copy/paste and run on your own instance.
    http://slc02ojw.oracle.com:7780/analytics/saw.dll?Dashboard&PortalPath=%2Fshared%2F10.%20Lifecycle%20and%20Admin%2F_port…
    (as long as this instance will be up...)
    In the dashboard named "10.31 Webcat Analysis" you have a columns to analysis report where you select the presentation column and you get all the reports using it.
    This dashboard require a script to be run on your catalog, it will parse it and extract all the column info (and many other interesting things) and load it in a database. The scripts are simple and well documented, so you can easily adapt them to your own environment.
    If you want the script there is no miracle solution: download SampleApp and extract it (it's not small, but with all the great content it has we can't complain about that ...).

  • Can we take standard report for all sales orders based on the condition typ

    Hi all,
    Based on the condition type, we need to take a report for sales orders on the particular date.
    Thanks and Regards.....VM

    Hello again.
    Searching for a solution, I found a Logical Database for sales orders, that have all the information that you need.
    Using like reference the post of Bhagavatula, in the same transaction SQVI you can use, instead of the suggested join, you can select a logical database called VAV in Data source.
    This logical database links the tables, VBAK, VBAP, VBUK and KONV that is the central point of the question.
    You can list the information of logical database using the transaction SLDB.
    In 'Logical Database' inform VAV.
    Press F8 to list all the fields.
    More information about logical database in:
    Link: [SAP Logical Database|http://help.sap.com/saphelp_46C/helpdata/EN/9f/db9b5e35c111d1829f0000e829fbfe/content.htm]

  • Urgent issue REPORT FOR ALL MATERIAL BASED ON STOC TYPE

    Hi
    I want report for based on stock type
    i want to check the stock for all mterial with  stock type "quality inspction"
    i want that type of material documents
    is it possible to see the report
    regards sesidhar

    I CREATE material A...with out seleting QM view
    I create one more material B.... with select QM view
    both r ROH material type..
    when i caeate GR for material A. with stoc type 'QYALITY INSPECTION.. for this material system does not creat quality LOT....
    when i create GR for material B with stock type 'QYALITY INSPECTION.... for this material system created lot..
    but are GR done by 101 movement..
    but i want report for materials which are stock type QI...but does not display Material which r lot created...?
    is it possible..
    regards
    sesidhar

Maybe you are looking for

  • Screen output without connection to user, Message struck at inbound queue

    Chaps, I executed inbound proxy form PI 7.0, the message was struck in the inbound queue of ECC 6.0, with status text "Screen output without connection to user" then when I apply execute LUW then it is converted to "ThiSend:bad tm type /connection cl

  • Nomad jukebox zen xtra and windows vi

    Help. I just bought a new computer, old one died. The new computer has windows vista and windows media player installed. i cannot get my player to work, it is not recognized, and the original software keeps getting shut down by windows. Can anyone te

  • Can I just use my iPad  as a hotspot ?

    Why do i have to pay for two devices to have I'm cards and Internet access wherever I go?   Could I just turn one of my devices into a personal hotspot?

  • FM for checking EAN control digit and Number Range

    Hello All! Anybody know what functional module is used for checking correctness of EAN ? Parameters: exporting ean11, ean type importing EAN_Ok I need to do this check procedure when I upload additional EANs via artmas (but it doesn't matter). Best R

  • Local mcm network/ Storage; adding files to MCM via USB

    Am planning the set up of my MCM. Currently use 2 WIN8.1 pc's with all files except o/s and programs on an external 1tb HDD via 3.0 USB device connected to one of the pc's, accessible via WINDOWS network. I think the MCM eliminates an issue, my Windo