Managing updates for different groups

Hi
I have installed WSUS on a Server 2008 R2 VM and have configure WSUS computer groups using group policy. These groups have all updated and I can see the computers in there containers within WSUS.
Does anyone have any advice on how to manage the updates for each group?
I am just a bit confused, when I click on the updates section of the WSUS console and show all updates, how do I know what updates have been approved for what group of computers already?
Thanks in advance
Shane

Hi Shane,
We can use Update View.
We can filter updates by classification, product, the group for which they have been approved, and synchronization date. We can sort the list by clicking the appropriate column heading in the title bar.
To create a new update view, please follow the steps below,
In the WSUS administration console, expand the Updates node, and then click
All Updates.
In the Actions pane, click New Update View.
In the Add Update View window, under
Step 1: Select properties, select the properties you need to filter the update view:
Select Updates are in a specific classification to filter on updates belonging to one or more update classifications.
Select Updates are for a specific product to filter on updates for one or more products or product families.
Select Updates are approved for a specific group to filter on updates approved for one or more computer groups.
Select Updates were synchronized within a specific time period to filter on updates synchronized at a specific time.
Select Updates are WSUS updates to filter on WSUS updates.
Under Step 2: Edit the properties, click the underlined words to pick the values you want.
Under Step 3: Specify a name, give your new view a name.
Click OK.
Your new view will appear in the tree view pane under Updates. It will be displayed, like the standard views, in the center pane when you select it.
Best Regards.
Steven Lee
TechNet Community Support

Similar Messages

  • WSUS Manage Approval for different Groups

    We have different products the the company hosts and they require that servers be patched on Test servers prior to a code release. Once the the servers are tested then the same set of patches should be deployed to the production servers during a scheduled
    time when the code is released to the production servers. And that is the case for other products but the cycle between the product is always different. So we always want test group be product match the production group by product. What is the best solution
    to implement for this type of environment to be able to approve any missing update to the test group for a product and when time comes how to push the same updates to production groups.
    The way I have it seems messy because i have bunch of nested groups by datacenter > product name > purpose of the server "wether it is QA webserver, prod webserver, dev webserver, other servers,
    etc... and what i do is from Update Reports, run "Update Status Summary" report on the test group that has a status of "Needed, Failed, No Status" and from there approve the updates to that test group. Install the updates, etc... and then
    when I want to deploy the updates to certain groups, I run the "Updated Tabular Status for Approved Updates", select the same test group that was deployed to and the option "Installed/NotApplicable, Needed" and approve to the Production
    group. Seems like I am doing this all wrong. Appreciate the help. Thanks.

    Hi,
    I’m not sure if I have got your idea correctly. After you approved for test group, and there is any problem. You need approve for production group or all computer group.
    A similar question here:
    How does the WSUS approval process work ?
    For more information about approval process please refer to:
    Approving the Updates
    http://technet.microsoft.com/en-us/library/cc708474(v=ws.10).aspx
    Step 7: Approve and Deploy Updates in WSUS 3.0
    http://technet.microsoft.com/en-us/library/cc708475(v=ws.10).aspx
    Hope this helps.

  • Set different ringtone for different group of people

    I can not set different ringtomes within iphone 4s for different group people in order to know the different rigntone from which group of people.

    You can't and need to assign the ringtones to your contacts on by one.

  • How to retrieve Min(startDate) and Max(endDate) for different groups of data? (sql server 2000)

    My sample dataset (below) contains 3 groups -- 'a', 'b', 'c'.  I need to retrieve the Min(startDate) and Max(EndDate) for each group so that the output looks something like this (date format not an issue):
    fk   minStart       maxEnd
    a    1/13/1985    12/31/2003
    b    2/14/1986    12/31/2003
    c    4/26/1987    12/31/2002
    What is the Tsql to perform this type of operation?  Note:  the actual data resides in a sql server 2000 DB.  If the Tsql is different between version 2000 and the later versions -- I would be grateful for both versions of the Tsql
    --I noticed that multiple lines of Insert values doesn't work in Sql Server 2000 -- this sample is in Sql Server 2008
    create table #tmp2(rowID int Identity(1,1), fk varchar(1), startDate datetime, endDate datetime)
    insert into #tmp2
    values
    ('a', '1/13/1985', '12/31/1999'),
    ('a', '3/17/1992', '12/31/1997'),
    ('a', '4/21/1987', '12/31/2003'),
    ('b', '2/14/1986', '12/31/2003'),
    ('b', '5/30/1993', '12/31/2001'),
    ('b', '6/15/1994', '12/31/2003'),
    ('b', '7/7/2001', '12/31/2003'),
    ('c', '4/26/1987', '12/31/1991'),
    ('c', '8/14/1992', '12/31/1998'),
    ('c', '9/10/1995', '12/31/2002'),
    ('c', '10/9/1996', '12/31/2000')
    Thanks
    Rich P

    Rich
    It is unclear what you are trying to achieve, you said that it is SQL Server 2000 but provide a sample data with SQL Server 2008 syntax
    Is it possible to use UNION ALL for your queries to make its one 
    select * from
    select * from #tmp2 t1 where exists
    (select * from (select top 1 * from #tmp2 t2 where t2.fk = t1.fk order by t2.startdate) x where x.rowID = t1.rowID)
    UNION ALL
    select * from #tmp2 t1 where exists
    (select * from (select top 1 * from #tmp2 t2 where t2.fk = t1.fk order by t2.Enddate desc) x where x.rowID = t1.rowID)
     as  der order by fk
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Failed installation: How to rerun Adobe Application Manager updates for Photoshop CS6

    Hi.
    The installation of  Adobe Extension Manager CS6 failed - while 2 others update for Photoshop CS6 did intall. I was installing Adobe Reader X .
    That's why I discovered the notication from the application manager about updates for CS6 - and I just confirmed that as well.
    Apparently the Reader installation blocked only the update installation of Adobe Extension Manager CS6 - saying another installation process was running ... such stuff happens sometimes.
    However, it seems Adobes Application Manager update module does not track its failed installations? It does not automatically advertise that update has not been installed and notifiying me again to install it. At least not immediately ...
    So how do I rerun the Adobe Application Manager update moduel to check for updates manually?

    You go Photoshop CS6 > Help > Updates ...

  • Web application for different groups

    I need to develop an application, which is used by 3 different group of people (each group from a different state, I might need to distinguish orders from different state). All the users data is stored in central LDAP server.
    I need to design schema for datbase and come up with a good architecture for web application (Servlets/jsp's etc).
    Guys, if you have worked on a similar project or if you have any suggestions on how to structure the application, please reply me with your suggestions and hints. I have to start working on this project from next week..I am planning to take few days for designing the application then I want to start coding

    I need to develop an application, which is used by 3
    different group of people (each group from a different
    state, I might need to distinguish orders from
    different state). All the users data is stored in
    central LDAP server.
    I need to design schema for datbase and come up with a
    good architecture for web application (Servlets/jsp's
    etc).
    Guys, if you have worked on a similar project or if
    you have any suggestions on how to structure the
    application, please reply me with your suggestions and
    hints. I have to start working on this project from
    next week..I am planning to take few days for
    designing the application then I want to start codingAre you getting paid? Are you willing to split that payment to those who help?

  • Default favorites portlet for different groups in oid

    Hi,
    We are using Portal 10.1.4.
    I want to use the favorites portlet to have default favorites for different user groups (So different set of default favourites for diffrent portal group)
    Is this possible? Is the portlet cached at the system level? can this be changed?
    Also, How do I hide the help link and image from the 'personalize' wizard?
    Can the display in the wizards be modified in other ways?
    cheers
    Kev

    Vijay, that doesn't seem to work. What I need (and I think it is the same as the original poster ) is to have several different instances of the favorites portlet or one instance that can have its links access controlled. e.g. A favorites portlet for the students group with links that only that OID group can see, a favorites portlet for staff with links that only the staff OID group can see. I am using portal 10.1.4 and cannot see any way to access control the default favourites.
    Thanks,
    Steven.

  • How can I manage playlists for different users with home sharing?

    I have two teenagers with no taste in music, my wife who appreciates Abba my own music to manage across a fleet of devices.  My kids dont like Ozarks or Pink Floyd, and I would rather skin myself with a cheese grater than have One direction on my phone.  Does home sharing allow for different devices to sync different playlists???  And furthermore is the icloud Match thing worth the trouble???
    thanks

    After researching through the forums, I figured it out. You have to make sure you are logged in under the same account on both computers. At first I was logged under my account on my computer and logged in under my father's account on my father's computer. You have to choose one account to log in under on both computers and then you will be abler to import songs from both computers. If you do not log in under the same account, you will be able to listen to both computers' music, but not import.

  • Paint different color for different group

    Hello guys,
    I want to make the report colorful, the color should be same for same group, the color should be change for every other group. Kind of did some research but cannot figure out yet, I will appreciate all your helps. Thank you in advance!
    -Bill

    Tim,
    Thank you for your fast response, actually I should have made my question clearer. Let's take your sample data, what I need is like this:
    For group 1 Nuts and Bolts Limited, make background yellow,
    981110 10-NOV-04 Standard EUR 122
    100000 28-MAY-04 Standard FIM 122
    100001 28-MAY-04 Standard FIM 200
    1 03-JUN-04 Standard FIM 400
    100004 28-MAY-04 Standard FIM 100
    00s 07-JUN-04 Standard FIM 100
    FI1009 10-MAY-04 Standard FIM 1220
    Stop make background yellow.
    For group 2 Tick Tock Clocks, make background blue,
    100002 28-MAY-04 Standard DEM 235
    100003 28-MAY-04 Standard DEM 100
    2001 01-JUN-04 Standard EUR 1000
    2002 01-JUN-04 Standard EUR 1500
    2003 01-JUN-04 Standard DEM 1000
    2004 01-JUN-04 Standard DEM 2000
    3001 04-JUN-04 Standard EUR 1000
    FI1011 25-MAY-04 Standard DEM 2000
    Stop make background blue.
    For group 3, make background back to yellow
    Big Bike Motorsports
    3001 01-JUN-04 Standard SEK 1000
    FI1013 02-JUN-04 Standard USD 25000
    Stop make background back to yellow
    For group 4, make background back to blue
    Second Cars
    FI1010 20-MAY-04 Standard FIM 2440
    Stop make background back to blue
    That is, I need the xml change the background every time the group is changed.
    Message was edited by:
    billzheng2004

  • Schedule task - manager updation for user in oim 11g

    Hi,
    I am in the way of writing a custom schedule task to update manager for the user created in oim.
    I know the procedure of custom scedule task
    I want the code snipet to be written in the execute() method of java class to update the manager for the user
    Could anybody help me with this!

    Hi Gyanprakash,
    How will you retrieve the user detail ..?? i am getting null pointer exception error
    public void execute(HashMap taskParameters) {
    System.out.println("inside the Execute methode");
    System.out.println("Schedule task Arguments "+taskParameters);
    String userId = (String)taskParameters.get("User Login");
    System.out.println("===========input=============== "+userId);
    String passwordex=taskParameters.get("usr_pwd_expire_date").toString();
    System.out.println("===========input=============== "+passwordex);
    String passwordwar=taskParameters.get("usr_pwd_warn_date").toString();
    System.out.println("===========input=============== "+passwordwar);
    Thanks,
    Edited by: Srivatsa.kashyap on May 25, 2012 6:00 AM

  • How best to manage AppleIDs for different countries?

    We live in Canada, but have a recreational property in the U.S. where we spend several months each winter.
    We use AppleTV in both locations, and as such, we have to have AppleIDs associated with both the US iTunes Store and the Canada iTunes Store (which of course means that we have to have credit cards in both countries, which we do).
    This is frustrating as we often have to buy the same content twice so as to be able to watch it in two countries... but I understand that this is probably a content owner imposed issue about distribution rights, and not due to Apple.
    We used to easily manage this by just switching the AppleID (& country of store) on our MacBooks as we travelled back and forth.
    Then Apple introduced a constraint that one could no longer switch between AppleIDs on hardware such as MacBooks and iPads (I believe that one can switch to a new account any time, but cannot switch back to a previously used account until a period of time passes, which I believe used to be 90 days).
    Now it seems that one cannot do these account reversals more often than one per year.
    It seems like it is getting to the point that one has to have a portable hardware device for each country and use a different AppleID on each in order to have access while travelling to the content that one has paid for in the past.
    This was not the case years ago when much of this content was purchased.
    Further, when doing upgrades, it is easy when prompted to enter the "wrong" AppleID and then unintentionally lose access to the store in the country that one is currently in (now for up to a year!)
    Is there a better way to manage one's accounts across different countries?
    Given the constraints on AppleIDs, it is not something that is easy to figure out through experimentation.

    We can start applications in a particular screen, since Snow Leopard, similar to what Linux has been able to do for some time; however, these screens are not really desktops, since we can't dedicate certain shortcuts/icons to only appear on certain screens.
    Thanks, Eric.  Perhaps I wasn't clear in the above.  I realize we can start applications in certain desktops, but that is NOT what I'm after.
    What I would like is the icons (i.e., shortcuts, directories, files) that appear on the desktop, to be different for each desktop.  Such that if I go to Desktop 2, I can place all my game icons/shortcuts there.  Then if I switch to Desktop 3, I might have all my Office programs there, but not my games.  Does that make sense?
    Eventually I might also want my Dock to have different icons based on what desktop I'm using, but I figure that's even more difficult.

  • How to manage shortcuts for different desktops

    If you've set up multiple desktops (e.g., via Mission Control), how can you manage shortcuts independently?
    It would be nice to have a dedicated desktop for:
    Games
    Multimedia / Photo / Video
    Graphic Design
    Programming / Development
    Writing
    Tutorial Recording
    We can start applications in a particular screen, since Snow Leopard, similar to what Linux has been able to do for some time; however, these screens are not really desktops, since we can't dedicate certain shortcuts/icons to only appear on certain screens.  At least, that's the problem I'm facing.
    If it is possible, to hide/show icons on particular screens I would really like to know.  Until then, it seems like Virtual Machines are the best way to do this, despite them eating up the extra resources.

    We can start applications in a particular screen, since Snow Leopard, similar to what Linux has been able to do for some time; however, these screens are not really desktops, since we can't dedicate certain shortcuts/icons to only appear on certain screens.
    Thanks, Eric.  Perhaps I wasn't clear in the above.  I realize we can start applications in certain desktops, but that is NOT what I'm after.
    What I would like is the icons (i.e., shortcuts, directories, files) that appear on the desktop, to be different for each desktop.  Such that if I go to Desktop 2, I can place all my game icons/shortcuts there.  Then if I switch to Desktop 3, I might have all my Office programs there, but not my games.  Does that make sense?
    Eventually I might also want my Dock to have different icons based on what desktop I'm using, but I figure that's even more difficult.

  • HOW DO I MAKE A FOLder FOR DIFFERENT GROUPS IN MY EMAIL ACCOUNTS

    as above and how do i make the letter bigger for the email coming in without having to click on them

    Perhaps first you could get a grip on the caps lock key. (Man that is hard to read)
    Right click a folder and select new folder
    This add-on will probably help with display fonts.
    https://addons.mozilla.org/en-us/thunderbird/addon/theme-font-size-changer/
    Instructions to install http://chrisramsden.vfast.co.uk/3_How_to_install_Add-ons_in_Thunderbird.html

  • OTA updates for different phones not working

    Hi,
    I tried to update the 2700 classic, N73 ME and 500 via OTA firmware update.
    The 2700 classic pulled the update properly, installed the update properly and runs smoothly now.
    Neither the N73ME nor the 500 even find updates, while the software update website states newer versions.
    All three have in common that the update server certificate is "not yet valid", however that didn't stop the 2700 from updating.
    Is there something broken on Nokias end? 

    Hi,
    I tried to update the 2700 classic, N73 ME and 500 via OTA firmware update.
    The 2700 classic pulled the update properly, installed the update properly and runs smoothly now.
    Neither the N73ME nor the 500 even find updates, while the software update website states newer versions.
    All three have in common that the update server certificate is "not yet valid", however that didn't stop the 2700 from updating.
    Is there something broken on Nokias end? 

  • MS tech support says to install updates for different OS

    I don't but some backup agent does and so the remote backup is not working :(

    Scott Alan Miller wrote:I agree that you should be very wary. But taking a snapshot and being able to roll back.... it's only so risky. And how much trouble can you get in if Microsoft themselves break it?Now.... what kind of support was this? Was this a real engineer? How did you engage them?
    What kind of support: Single-incident-pay support case. We don't have a support contract with them.. I do have my free MSDN 2 support calls, but the day I wanted to open the case, their website was messed up and I just went with the credit card option instead of having to do with a tech support call just in order to make a tech support case.This woman, I don't know where she is from.. somewhere in/from Asia and I can barely understand anything she says... I'm not so bad being able to understanda Chinese or Indian accent.. but something about the...

Maybe you are looking for