Report of all Installed Updates

Hello, Is there a report for seeing a list of all installed updates?
What I would really like is a report of all installed updates on all computers within a collection.
We have had a lot of problems recently with Surface Pro's not restarting and losing connection to wifi among other various issues. Mgmt would like to see a comparable list of what is installed on the computers.

You need to go back to the requestor and tell them this request is nuts. There will be ~200 to 300 SU per PC or 3 to 4 pages for each PC.
What you really care about is What SU are missing from a PC. This should be a much smaller list.
Start with this report.
http://smsug.ca/blogs/garth_jones/archive/2009/02/25/patch-compliance-progression-report.aspx
I would also try to determine if this is a one off request, if so then take two pcs and export the Excel sheet of all SU for those PCs and manually compare them yourself.
Garth Jones | My blogs: Enhansoft and
Old Blog site | Twitter:
@GarthMJ

Similar Messages

  • The App Store reports I have Updates despite having installed all available updates.

    Hi
    I have a 27" IMac running Mountain Lion.
    I also have a lold 2010 MacBook Pro which has also been upgraded to Mountain Lion
    The Mac App Store consistenty reports that I have Update which I then poroceed to install.
    The problem is that in short measure the App Store once again reports that the very same updates are available for install, and I have not been able to find a way to get this issue to stop, save from installing the updates for a second time. This works some times.
    This is extreemly frustrating , especially when some of these updates are in excess of 1Gb and are eating into my internet data plan.
    Is anyone else experiencing this problem, and is there a solution.
    Regards
    Andrea

    Thanks for you reply.  I'm 99% positive that I'm using the user id and password that I used to set up my computer.  That's why I'm stumped.  I read the solution someone else suggested (type your user name without @gmail and create a new password.  When I tried it, I was asked for my birthday.  It didn't recognize it.  I know I got my birthday correct. Oh well...
    Karen

  • SCCM Report for Applicable and Installed Updates Collection Wise

    Hi All, I was looking for a report on Applicable and Installed Updates Collection Wise and got this below query on the Internet and want to create a SCCM report with this below query. How to make this query working in SCCM report?
    Do I need to add prompts, if yes please guide me on adding prompts.
    SELECT
    DISTINCT
    SYS.Name0
    AS [Server Name], SIS.SMS_Installed_Sites0 AS [Site Code], UCS.Status AS [Patch Status Code],
    CASE WHEN UCS.Status = '2' THEN 'Applicable' WHEN UCS.Status = '3' THEN 'Installed' ELSE '' END AS 'Patch Status', UI.BulletinID AS [Bulletin ID],
    UI
    .ArticleID AS [Article ID], UI.
    Title
    FROM
    v_R_System AS SYS LEFT OUTER
    JOIN
    v_Update_ComplianceStatusAll
    AS UCS ON SYS.ResourceID = UCS.ResourceID INNER
    JOIN
    v_UpdateInfo
    AS UI ON UCS.CI_ID = UI.CI_ID INNER
    JOIN
    v_RA_System_SMSInstalledSites
    AS SIS ON SYS.ResourceID = SIS.
    ResourceID
    WHERE
    (UCS.Status IN ('2', '3')) AND (UI.ArticleID IN ('972270', '974392', '973904', '969947')) AND (SYS.Name0
    IN
    (SELECT DISTINCT v_FullCollectionMembership.
    Name
    FROM v_FullCollectionMembership INNER
    JOIN
    v_R_System
    ON v_R_System.ResourceID = v_FullCollectionMembership.ResourceID AND v_R_System.Active0 = 1 AND
    v_FullCollectionMembership
    .CollectionID IN ('Collection ID'
    ORDER
    BY
    [Patch Status Code]

    Yes it can be done and please run the query which i have shared in the thread
    I again pasted the query for you below..
    SELECT DISTINCT
    SYS.Name0 AS [Server Name], CASE WHEN UCS.Status = '2' THEN 'Applicable' WHEN UCS.Status = '3' THEN 'Installed' ELSE '' END AS 'Patch Status',
    UI.BulletinID AS [Bulletin ID], UI.ArticleID AS [Article ID], UI.Title
    FROM         v_R_System AS SYS LEFT OUTER JOIN
                          v_Update_ComplianceStatusAll
    AS UCS ON SYS.ResourceID = UCS.ResourceID INNER JOIN
                          v_UpdateInfo AS UI ON UCS.CI_ID
    = UI.CI_ID
    WHERE     (UCS.Status IN ('2', '3')) AND (SYS.Name0 IN (SELECT DISTINCT v_FullCollectionMembership.Name
    FROM v_FullCollectionMembership INNER JOIN
         v_R_System ON v_R_System.ResourceID = v_FullCollectionMembership.ResourceID AND v_R_System.Active0 = 1 AND
                                                       v_FullCollectionMembership.CollectionID
    IN ('XXX00000')))
    Kamala kannan.c| Please remember to click “Mark as Answer” or Vote as Helpful if its helpful for you. |Disclaimer: This posting is provided with no warranties and confers no rights

  • An update installed using DISM in install.wim seen as "Not Applicable" by WSUS report instead of "Installed"

    Hi all,
    To make server's installation faster, I intend to make an updated "install.wim" every 6 months using DISM.
    Then, after installation, the Win2012R2 server connect to a WSUS server to get the latests update not included in the install.wim.
    As a test, I used DISM to install an update in the install.wim file of Windows 2012R2 sources.
    In a new installed Windows server 2012R2, I can see that the KB is installed.
    But on the WSUS report of this server, the status of the KB included in the install.wim by DISM displayed as "Not applicable".
    Is it because WSUS did not installed it itself ?
    Is there a way to display it as "installed" in the report, even if the patch had not been installed by the WSUS server ?
    Thanks
    ML

    But on the WSUS report of this server, the status of the KB included in the install.wim by DISM displayed as "Not applicable".
    Very possible, and likely.
    It depends on how the detection logic of the update has been written. In some cases, detection logic is based on what an installer does during installation, e.g. create and/or set a registry key or value. This may not happen when injecting an update into
    an image using DISM. As a result, the detection logic will not see the necessary flags it's looking for to determine that an update is "Installed" vs "Not Applicable".
    You also have to think of this in terms of the baseline image installed on the system. To be true, a baseline image that already has the necessary content is, in fact, "Not Applicable", and has, in fact, not actually been installed to that machine.
    Most often you see this in the realm of installing images with slipstreamed service packs.
    Consider a scenario with a slipstreamed Win7SP1 baseline. Functionally speaking, all previous updates are contained within that SP1 baseline, but if you inspect the state of the actual updates in WSUS, they will all be listed as Not Applicable. They're not
    actually "installed", and they cannot be installed, thus the only viable remaining state is "Not Applicable", which is true -- because they cannot be installed on an SP1-based machine. (Functionally they are superseded, which is also a
    contributing factor to the state of "Not Applicable".)
    There is no way to display it as "Installed". It's not. This is something that should be documented in the declaration of the baseline image you're using (by patching up the image with DISM once every six months).
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Problems installing updates to all of ilife 08

    I am having major problems installing updates to all of ilife 08. The updater recognises & downoads the updates, but after completeing the download reports an 'unexpected error'. This has been happening for weeks?

    Saundg:
    Can you give us some more info on your setup: system version, Quicktime version, iPhoto version currently running and the other iApps? Have you run Disk Utility to repair disk permissions and to verify the disk (and make any fixes that are reported needing fixed)?
    You might try downloading the individual updater files from Apple's Downloads page and run locally.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • II have downloaded several Apps that state they work with iTouch but they will not install and give error message that I need updated software, while all my updates available are installed on both iTouch and my computer iTunesWhy will Mindtools app not

    My iPod Touch will not function with certain updated apps ie MindTools, YP.com, Mint, Ymessenger etc and I get the error message that I need to install updated software to load these apps to my iPod Touch; however, I have double checked and all the software updates have been loaded in obht the iPod touch and my computer. There are no updates availabe; yet the error message on App is a software update is required for App. "was not installed because it requires a newer version of iPod software."
    The iPod Touch is using 3.1.3 software and it tells me that is the current and updated software version.

    You are correct in that your 1G iPod Touch has all the latest software updates.  It can only be updated to version 3.1. 
    However that Apps you are trying to download and install likely require iOS version 4.0 or later, which is not compatible with your iPod Touch.  So either you'll need to buy a newer iPod Touch or find other Apps that are suitable replacements if possible. 
    Sorry.
    B-rock

  • After trying to install update on MacAir error message and then message saying panic (cpu caller 0xffffff800a859241): "Unable to find driver for this platform: \"ACPI\".... I'm worried as all of my work is on my computer and I'm afraid I will lose it all.

    I am totally worried I am going ot lose all my data after trying to install update on MacAir.  Cannot do anything error message saying panic ....."Unablet o find driver for this platform."

    Hi Guys
    No good news I'm afraid. I have been through ALL the system caches and files that were updated at the time of said issue. Reset - rebuild and even gone back to my TimeMachine copy from earlier this AM. Nothing! Can only assume it is something deeper in the /usr or var or private folders.....
    I have cloned the system and core files (/usr, /private) etc etc to an external HD and it still recreates the fault. I am afraid to say I have no more time at the minute to look at so have put my machine back to 2 hours prior via my TimeCapsule.
    I the absense of anyone else or, indeed, Apple fixing in the next 12 hours, will get back onto it from the cloned copy I have kept and see if I can find the offending file/files...
    Sorry I don't have an immedaite solution.

  • I just installed Creative Suite v 6.0 Master Collection and downloaded all product updates - I tried

    I just installed Creative Suite v 6.0 Master Collection and downloaded all product updates - I tried opening a document created with InDesign v9.x Cloud version and I get an error that do not have the latest... what is going on here?

    CS6 Master Collection is the last perpetual licensed product. The files created with CC version of Adobe apps are not, in many cases, compatible with CS6 versions.
    Is there some reason you thought they were?

  • Last night, mail suddenly lost all my emails, which were stored in mailboxes.  What happened and how can I find my lost files?  I have the latest MacBookPro, running Lion 10.7.2 all software updates installed

    Last night the mail application from Apple lost all my old emails, which were stored in mailboxes, neatly sorted by category.  What happened and how do I find them? 
    Details:  I shut down mail to run errands outside my office.  My late model MacBook Pro was on "sleep".  When I returned, I opened the application, and (RATS!) all the mailboxes were missing.  They just evaporated. 
    Operating system:  10.7.2 - all software updates installed and current as of 24 hours ago (12-30-11, 6 AM EST). 
    ln the mail program, the trash folder is OK and the sent folder is OK. 
    Yesterday, I did no maintenance on my mail folders.
    HELP! 

    1 - the sudden disappearance of my 22 mailboxes, used to sort the emails that I need to file for future use
    That was most likely the result of some kind of corruption, as I've already said, not a bug in Mail.  Have you repaired the hard drive with Disk Utility recently?  That wouldn't be a bad idea.
    2 - at random times, mail (or the server) says that my password is incorrect and I must reenter (fix:  usually I can quit mail, restart, and the connection is restored without reentering my password)
    This is a known issue, where a failure to respond promptly on the server's end mimics what happens when the password is rejected.  There's no need to quit Mail, just cancel when asked to enter the password, take the account back online and try again.
    3 - mail seems to resort the mail in my mailboxes at random time.  Several times a day, I must reset the sort to (a) by date; (b) by desending
    Never seen that before.  That points more to some kind of possible corruption in your Mail data or preference files.

  • After having shut down after installing updates, when I restarted and tried to open a word file, it started opening ALL the word docs and the only way I could stop it was by"force quit"  arted  and tried to open

    After having shut down after installing updates, when I restarted and tried to open a word doc, it started opening ALL the word docs and the only way I could stop it was by"force quit"  . This is REALLY annoying!!

    May be it is the Resume feature.
    System Preference > General > Number of recent items
    Uncheck the box next to      "Restore windows when quitting and re-opening apps".
    Best.

  • SCCM query for taking report from all clients for a SW installed and its version

    Hi ,  I need to pull a report from all servers in my landscape to identify the servers where 'HP system management homepage' is installed and its version. I have SCCM 2007 R2 and need to run a query/report. Please help me how to do this. 
    I am a beginner in SCCM.
    Thanks in advance.
    Vivek Nambiar

    Hi Vivek,
    Try this SQL query and let us know if it helps. Use your SCCM SQL database or the 'Reports' feature on SCCM to run the same.
    SELECT
    dbo.v_R_System.Name0 as 'Host Name',
    dbo.v_R_System.User_Name0 as 'User Name',
    dbo.v_GS_OPERATING_SYSTEM.Caption0 AS 'Operating System',
    arp.DisplayName0 as 'Product Name',
    arp.Version0 as 'Product Version'
    FROM dbo.v_Add_Remove_Programs AS arp
    INNER JOIN dbo.v_R_System ON arp.ResourceID = dbo.v_R_System.ResourceID
    INNER JOIN dbo.v_GS_OPERATING_SYSTEM ON dbo.v_R_System.ResourceID = dbo.v_GS_OPERATING_SYSTEM.ResourceID
    WHERE arp.DisplayName0 LIKE 'HP system management homepage%' AND
    dbo.v_R_System.Operating_System_Name_and0 LIKE '%server%'
    ORDER BY arp.Version0, dbo.v_R_System.Name0
    ~ Rajeesh 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

  • My auru script to show all available updates with versions and install

    So, I decided to hack together a little script that might be useful to someone else too.  I wanted to script that would show me all available updates, from from the official repos as well as from the aur.  I also wanted to see at a glance what the installed versions of each package and the new version to be installed are. 
    The output looks something like this:
    [shaun@shaun-asus-x202e ~]$ auru
    Available updates from core:
    vlc 2.1.2-2 2.1.2-3
    Available updates from AUR:
    ansible 1.4.3-1 1.4.4-1
    Would you like to install all updates without further prompting?
    y/n->
    Here's the code that I put into a dropbox shared file called arch_functions and source it from ~/.bashrc.   Replace the test_apacman function and associated commands with aur wrapper of choice.  Once this is in place, I simply run auru once a day on all my machines and I get all the information I need, and only press a y or n in order install all updates. 
    bold="\033[1m"
    endbold="\033[0m"
    test_apacman() {
    hash apacman 2>/dev/null || \
    #packer -S apacman --noedit --noconfirm
    #sudo pacman -S --needed --noconfirm base-devel jshon git curl
    hash wget 2>/dev/null || sudo pacman -S --needed --noconfirm wget
    origdir=$(pwd)
    cd ${HOME}
    mkdir -p ./tmpaur/
    cd ./tmpaur/
    wget https://aur.archlinux.org/packages/ap/apacman/apacman.tar.gz
    tar xfv apacman*
    cd apacman
    makepkg
    sudo pacman -U --needed --noconfirm apacman-*.pkg.tar.xz
    cd "$origdir"
    auru() {
    updatesavail=0
    ## check that dependencies are installed
    # expac
    hash expac || sudo pacman -S --needed --noconfirm expac
    # apacman
    test_apacman
    ### check core updates
    pacman -Syy
    echo -en "${bold}Available updates from core:${endbold}\n"
    pacmanupdates=$(sudo pacman -Qu)
    for pacmanupdate in "$pacmanupdates"
    do
    if [ "$pacmanupdate" == "" ]
    then
    echo "No core updates"
    else
    pkg=$(echo "$pacmanupdate" | awk '{print $1}')
    pkgvernow=$(echo "$pacmanupdate" | awk '{print $2}')
    pkgveravail=$(sudo pacman -Si ${pkg} | grep Version | awk '{print $3}')
    #echo -en "$pkg\t$pkgvernow\t$pkgveravail\n"
    printf '%-25s' "$pkg"
    printf '%-20s' "$pkgvernow"
    printf '%-20s\n' "$pkgveravail"
    updatesavail=$((updatesavail + 1))
    fi
    done
    ### check aur updates
    echo -en "${bold}Available updates from AUR:${endbold}\n"
    aurupdates=$(apacman --auronly --quickcheck)
    for aurupdate in "$aurupdates"
    do
    if [ "$aurupdate" == "" ]
    then
    echo "No AUR updates"
    else
    pkg="$aurupdate"
    pkgvernow=$(sudo pacman -Q ${pkg} | awk '{print $2}')
    pkgveravail=$(apacman -Ss ${pkg} | grep "aur/${pkg} " | awk '{print $2}')
    printf '%-25s' "$pkg"
    printf '%-20s' "$pkgvernow"
    printf '%-20s\n' "$pkgveravail"
    updatesavail=$((updatesavail + 1))
    fi
    done
    ### apply updates if any
    if [ $updatesavail -gt 0 ]
    then
    echo "Would you like to install all updates without further prompting?"
    read -p "y/n->" answer
    if [ "$answer" == "y" ]
    then
    sudo pacman -Su --noconfirm
    apacman -Su --auronly --noedit --noconfirm --needed
    fi
    fi
    Last edited by senorsmile (2014-01-20 04:41:14)

    For someone with a username like yours I would have expected better. I guess you are not a "tech guy" at all. After a while Apple improves the hardware, and updates iOS to take advantage of the features and speed of the newer hardware. Older devices are simply incapable of taking advantage of the newer features, because the hardware doesn't support it. There's a lot of advice posted in the forum from people who warn that you shouldn't upgrade an iPhone 4S to iOS 8, because it kills the performance. If that's true, imagine how iOS 8 must perform on an iPhone 4. 
    By your reasoning I should be able to run Windows 10 on a 1985 IBM PC. The only reason you can't is because Microsoft had a deal with hardware manufacturers to force people to get new computers.
    Or are you arguing that Apple should never improve hardware, because it will leave users of older phones in the lurch?

  • Cant unninstall lightroom 5.4 needed for install update 5.5, i have delete all file and registry but install fails

    Cant unninstall lightroom 5.4 needed for install update 5.5, i have delete all file and registry but install fails again and again, now i i cant use lightrrom .. grins.
    I use SSD disk and i cant have lot of uninstal file (have to clean disk often)
    Thanks for help

    Hello Jeff,
    Many thanks for your answer, i use windows 8.1! I have found the problems: For install the news version the install need the old installer (but i delete all installer, cause they use a lot place on hard drive  (SSD)).
    I have desinstall the whole Adobe and réinstalled it, i have save the whole installer on a external disk. So when the installer asked the old installer i indicate to programm my external disk ans all works good now.
    Many thanks for you help, i have just do not to delete old file (sad to have to save old installler just for install the new).
    Wallie
    (sorry my english)

  • HT204053 I recently changed my e-mail account. I had to reset my apple I.D. and password. All was fine, now when I attempt to login to install updates it shows my old I.D. I don't understand this because when I go into settings it shows my apple I.D. as m

    I recently changed my e-mail account. I had to reset my apple I.D. and password. All was fine, now when I attempt to login to install updates it shows my old I.D. I don't understand this because when I go into settings it shows my apple I.D. as my new one

    I think what is happening is that you changed the email address for password recovery to the new one - the Appleid (and software "attached" to it) remain irrevokably linked to the id you purchased it with.
    Regards,
    Shawn

  • My macbook is running slower than ever. I have done all the updates and installed MS Office 11. Any thoughts?

    Hi, all,
    My macbook is running slower than ever. I have done all the updates, emptied my downloads, and installed MS Office 11. I am not sure if I can do anything else?!

    arupp,
         I suggest trying to replace the RAM and the memory storage. This is hard and could potentially ruin your MacBook if you do this the wrong way. Another easier way is to erase thing that you don't need.

Maybe you are looking for