Pushing Updates by group at different dates.

Hey all,
Hopefully this is a simple question, but the disclaimer here is that I am fairly new to InTune. In short, we already have a policy set up so that critical updates are auto approved and pushed to workstations.
For security updates/rollups I would like to do this:
Approve xx number of updates and push them to a test group in InTune
Wait one week to test for any issues caused by the above bullet
If no problems, take these EXACT updates previously approved for the test group, but apply them to our local office
Wait one week to verify no issues
If no problems, take these EXACT updates previously approved for test group and local office and apply them to our various remote offices.
My problem is that I am not exactly sure how I can find the EXACT updates that I previously approved the week prior when deploying them to my test group. This is our patching policy for the company so I cannot adjust the above steps. Can anyone advise on
how to simply accomplish the above? The break down is that this was previously managed by a person no longer with the company and there are random declines/approvals for updates all over so it's really tough for me to (right now) keep track ... hopefully the
above is clear. If you have any questions, please feel free to ask otherwise thanks for the help!
-Ryan

Ryan,
Here is the problem with Exact -- lets say update KB1111111 was released on Jan 1, 2014 at version 1.0
You test deploy that update to TestComputerGroup by approving and setting a deadline of Jan 5 2014.
You run a update report on TestComputerGroup on Jan 7th and see all computers in the group successful.
Now you wait until Jan 14th and having heard no problems schedule the update for ProductionGroup2 with a deadline of Jan 20th.
There are is a few areas areas of concern for EXACT, but it really boils down to this:
You need to remember that you don't have a local "cache" of updates that you manage, the updates are pulled down by the client directly from windows update (with the possibility of some internal corporate caching system like BranchCache)
What are the rules for if an update is revised that would or would not require an explicit approved by the intune admin
Can you get a report that shows update status WITH update revision data
If you are international, you might also have regional windows update repository issues. If for example a client located in china pulls from a different windows update set than a if the same computer was in USA.
I am not 100% sure on what the rules are for #1, and I have not seen a report on #2.
As far as management of updates to different groups at different times, that is there as I described. But it depends on what you mean by EXACT.
-Neil
neilgo

Similar Messages

  • Is it possible to create group above report between to different data model

    Hi,
    I am having one problem.. I am working on Bi publisher 10...
    I have to create 2 different data models.. which i have done successfully.... its showing xml data perfectly.. but my problem is i want my 2nd data model to be dependent of 1st model...
    when i am designing my template ... i am not able to create a group by report..
    i want my report like this ...
    ------------------------------------------------------------ (fetching data from first data model)
    abc xyz pqrs
    --------------------------------now their it must show the data from second data model... dependent on first model...
    simply i want to know is it possible to create group above report between to different data models..

    Thanks for your response..
    I already tried this.. But its not working ..
    i want parent information from data model 1
    then all detail information related to parent template ...from data model 2..
    but its not working.. its giving me all parent informations first then all details informations..

  • What are the different data update in CRM through middle ware?

    HI,
    What are the different data update in CRM through middle ware?
    Regards,
    babu

    Hi
    Through Middlware the data can be of three types
    BUSINESS OBJECTS
    CONDITION OBJECTS
    CUSTOMIZING OBJECTS
    hope it gives some clarity
    reward if helpful
    regards
    VENU

  • Since last few days everyday whenever I start using Keynote its getting updated. I don't understand whether Apple is pushing updates everyday ? If no then why its consuming almost 400   MB data on this update ??

    Since last few days everyday whenever I start using Keynote its getting updated. I don't understand whether Apple is pushing updates everyday ? If no then why its consuming almost 400   MB data on this update ??

    Delete Keynote from the Applications folder then install again from the Mac App Store.

  • Not able to edit the report created on different data source.....

    I have a query regarding Report in OBIEE - reports developed from BI Publisher are specific to data source on which they have been created ??
    i have a sample report that was created on different data source, i have the corresponding RPD also. I changed the data source according to my DB and when i try to update/edit the report,
    on Analytics for adding a new column, it is generating a seperate new Query from QueryBuilder for that additional cloumn rather than adding up the new query with the previous one(existing report query). Is it because of mismatch of data source on which report had been created and on which it is being update ?? if it is the case, where do i need to make changes related to JDBC connection or others ??
    when i try to create a new sample data set and try to update it, it adds up the extra edited things to original query and works perfectly fine. can ny 1 help me for the same ??

    Hi Denis,
    Normally,what we do is once we provide access to webi users group for each user from BO supervisor module, user(s) will able to refresh/edit the existing report from Full client BO.His colleagues have had no problem editing all his reports from their machines but he is not able to edit any report from his machine and BO is getting freeze.
    He also reinstalled BO and cleaned out everything on his Computer and re-built it but the issue is not yet resolved
    Can you please tell me how to resolve this issue
    Kind Regards,
    Srinivas

  • Group output on date

    Hi all,
    I have a series of records stored in an Access table, each of them including a date/time.  I am attempting to output my records grouping them on my date/time column, but because each time is unique, I get a separtate group for each record. Is it possible in my CF query to eliminate the time and just pull the date info?  If so, how?  For example, I want all records dated 3/15/2013 to be grouped, instead of 5 different records for 3/15/2013 grouped 5 different ways because of their varying times.
    Thank you in advance!

    When you run your query, add a string constant to the select clause.
    select blah, blah, MyDateTimeField, 'update later' GroupField
    from etc
    order by MyDateTimeField
    Then loop through your results and use querysetcell to set GroupField to DateFormat(MyDateField, 'mask of your choice').

  • Update AD groups via resourceObjectUpdate?

    Hello idm experts,
    I need to update to update an object in AD - move in into a different container, update some attributes and add AD security groups.
    Is that possible to do all at once via updateResourceObject com.waveset.provision.WorkflowServices call?
    Trying to do it - rename (move to different OU) is correct, modifying attributes is correct. Group membership gets completely wiped out.
    Here is the user object I'm passing:
    <Object>
    <Attribute name='user'>
    <Object>
    <Attribute name='attributes'>
    <Object>
    <Attribute name='description' value='xxxx111'/>
    <Attribute name='groups'>
    <List>
    <String>CN=na_approver,OU=FWD Groups,OU=Ldap Data,OU=INT,DC=msqa,DC=qa,DC=ms,DC=com</String>
    <String>CN=NA_BranchAdmin1,OU=Common Groups,OU=ISG,OU=INT,DC=msqa,DC=qa,DC=ms,DC=com</String>
    </List>
    </Attribute>
    <Attribute name='objectGUID' value='106d443e62585a469d0ddf6dfdbaacfe'/>
    <Attribute name='sAMAccountName' value='xxxxxtest09'/>
    <Attribute name='ws_newAccountId' value='cn=paveltest0909,ou=gwm,ou=exchange,ou=isg,ou=int,dc=msqa,dc=qa,dc=ms,dc=com'/>
    </Object>
    </Attribute>
    <Attribute name='objectId' value='CN=xxxxxtest0909,OU=GWM,OU=Exchange,OU=ISG,OU=INT,DC=msqa,DC=qa,DC=ms,DC=com'/>
    <Attribute name='objectType' value='User'/>
    <Attribute name='resourceId' value='#ID#Resource:AD'/>
    </Object>
    </Attribute>
    </Object>
    And here is the call:
    <Action name='Update User' application='com.waveset.provision.WorkflowServices'>
    <Argument name='op' value='updateResourceObject'/>
    <Argument name='objectId' value='$(iden)'/>
    <Argument name='objectType' value='User'/>
    <Argument name='object' value='$(ldapObject.user)'/>
    <Argument name='resourceId' value='#ID#Resource:AD'/>
    <Argument name='action' value='update'/>
    <Return from='applicationError' to='applicationError'/>
    </Action>
    Update seems to be OK, the object is moved, attributes are updated, but group membership is wiped out.
    WavesetResult contains this:
    <WavesetResult>
    <ResultItem type='result' status='UI_MSG_SEVERITY_OK'>
    <WavesetResult>
    <ResultItem type='ACCOUNT_RENAMED'>
    <String>CN=xxxxxtest0909,OU=GWM,OU=Exchange,OU=ISG,OU=INT,DC=msqa,DC=qa,DC=ms,DC=com</String>
    </ResultItem>
    <ResultItem type='message' status='UI_MSG_SEVERITY_OK'>
    <Message id='WF_RESOURCE_OBJECT_UPDATED'>
    <String>WF_RESOURCE_OBJECT_TYPE_USER</String>
    <String></String>
    </Message>
    </ResultItem>
    </WavesetResult>
    </ResultItem>
    </WavesetResult>
    What happened with group membership? Is there something I'm missing in object parameters or WorkflowServices parameters?

    You can "nest" an AD group in a SharePoint group and that will work just fine. What does not work is if you add users to an AD group, then nest that group in another AD group, and apply that second AD group to SharePoint. SharePoint is unable to crack open
    the nested group to parse the users.
    What do you mean by Site Collection Web Policy? Policies are applied at the Web Application level (in Central Administration).
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Saving cluster of different data types to a file

    Hi,
    I use LV 8.6 SDK. I need to save clusters of different data types to a file on a disk, row by row.
    To be specific: I have a program that performs various investigations on a signal collected by DAQmx. Each time the quality of the signal is not in a specified boundaries, i get an indication. It is a cluster of time stamp, string, dbl, and Boolean. The program is supposed to run for few weeks in a row so there can be a lot of these indications. I expect to have around 200 000 rows a week (Altogether, divided into several groups).  
    I thought about TDMS but I am not able to save such a cluster. And I would like to save it as tdms cause i could divide the data to different groups. I also thought about data base but that would be the first time i use db and I really do not  have time to learn that now.
    I know it is possible to change some of the data types to others, ex Boolean to 0-1, but i need a string and a time stamp there. 
    Can someone advise me which data format should I use? Which one is the best one in this situation?
    Thanks in advance
    handre

    If you do not need to access data from another application (other than Labview) you can just save it as a binary file.
    It is the best choice (for me).
    I made an example with one cluster. You can replace that with an array of clusters, of that data type.
    Attachments:
    Example_VI_BD.png ‏2 KB

  • I have a "Security Unlocked" HTC 8x that will not download updates. Is there a way to push updates to it?

    So I destroyed the LCD on my first 8x and had to get a replacement. I bought another 8x on ebay and it turns out that it is "Security Unlocked". I apparently have full access to the bootloader and can enter all sorts of fun modes by pressing buttons
    during bootup. But I am unable to install any OTA updates to the phone. When I search for updates on the phone it tells me that my device is up to date (my current version is 8.0.900.568). If I attempt to install language packs, I just get an error "Couldn't
    download. Tap to retry".
    When I boot to "bootloader mode", which displays lots of numbers and bar codes, the indications are that this phone was shipped from HTC this way and was not hacked by a previous owner. I suspect the ebay seller got it like this new. The ebay seller
    has not responded to any of my messages.
    HTC support has been less than helpful (though the support agent did try his best to help me out) and Windows Phone support believed I was referring to "Developer unlocked" and said I would probably have better luck here. I have registered the
    phone with Visual Studio and have so far been unsuccessful at finding any way to push updates to the phone directly, but I'm not sure at all where to look. Right now I just have VS Express with the WP SDK installed, but I can install VS 2013 Pro on here if
    I need to.
    Since it is security unlocked, I supposedly have access to all sorts of gooey parts of the phone, including potentially the OS partition. I have the technical skill and ability to perform whatever official or unofficial or unsupported tasks might be involved
    in getting this thing to work like a normal phone. I just don't have the esoteric knowledge to do so.
    So the original question - are there any hacks I can do to make it function like a regular phone and download updates OTA? (To be clear, I am not trying to hack the phone, I'm trying to UNhack the phone.) Is there a way to push updates with Visual Studio
    or in some other way?

    I am sorry that you don't find the answer to be correct. In THIS forum, telling you that you are in the wrong forum, and suggesting where to post for correct answers, or indeed any support, IS the answer.
    I'm also sorry that you purchased a phone that you are having trouble with. If the vendor cannot help you (HTC), and the eBay seller cannot help you, then you really do need to either follow up with the forums Ken suggests, or the HTC forum, or with eBay.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog:http://unlockpowershell.wordpress.com
    My Book:Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • I have multiple devices backed up to the same computer each with different data. how do i keep them from syncing all data when i back up or transfer stuff from the computer to a device?

    i have multiple devices backed up to the same computer each with different data. how do i keep them from syncing all data when i back up or transfer stuff from the computer to a device? one is an iphone 6 and the others are ipad mini first gens, each ipad has 64gb and the iphone has 128, need to keep the data seperate as they are not all mine

    Itunes content and pics are NOT part of the backup that itunes performs.
    Backing up, updating, and restoring iPad, iPod touch, and iPhone software
    You should transfer any purchases from iphone regularly:  File>Transfer Purchases  , if they fail to be transferred when you sync.
    You buy one and only one download.  It is your responsibility to move/copy/backup your purchases.
    You can try contacting itunes support and asking for an exception, but they are under no obligation to allow.
    http://www.apple.com/support/itunes

  • How to find a selection of photos taken at different dates but imported together. I want them in the same album but they're no longer in the "last import" album.

    I imported a bunch of photos taken at different dates that i wanted to group together in the same album but they are not in the "last import" album and are all just mixed in with "all photos" according to the dates they were taken and it's impossible to sift through them all to select the ones i wanted.

    Sorry I'm terrible at explaining and even using my macbook haha. Let me try again. I imported some photos that I wanted to group together into an album. I forgot to create the album before importing a new set of photos which then took the place of the previous ones in the "last import" album. Is there anywhere or any way I can easily find the selection of photos I forgot to put into an album together without having to select them one by one from the "all photos" section? These would be the only pictures in my Photos application that haven't been organized into an album yet if that helps; however, these photos were not taken on the same date.

  • How do I add a calendar entry since the update, I click on the date I want but the option to 'add event' has now gone?

    Since I updated my phone I now cant seem to add an event on my calendar.
    If there is already one in the calendar I can amend that but I do not have the option to start a new one on a different date.
    Help please!

    Try to tap and hold for a couple of seconds in the day view, until you see a Green block appear. Once you see just let go anf you will see that you have an option to edit your event.

  • BAPI_ACC_INVOICE_RECEIPT_POST - Updating Customer Group

    Does anyone know how i can update 'Customer Group' in the profit segment part of a document using the above BAPI.
    Can it be done ?
    Thanks

    hi
    I'm searching a BAPI for F-53.
    then i found your thread.
    but i don't know what data to be filled in it.
    can u please provide me some sample data that needs to be filled in this bapi.
    awaiting your reply.
    Regards,
    Suman.

  • Different Date Formats in the same "From"

    Hello
    We used different date formats depending on the users language.
    In a report this is simple to implement ... read the date field twice (in different formats dd/mm/yyyy and mm/dd/yyyy) and display only one based on the language.
    I want to be able to do the same in a "form" which updates a date. In this case the about is not allowed.
    Has anyone have solution for this using "APEX" forms or do a need to write a process to achieve this?
    Thanks
    Pete

    Pete,
    You don't specify what version of Application Express you're using, so I'll assume APEX 3.1 or later.
    Are you setting the date format yourself, based upon the user's language?
    1) You could have the application's language derived from Browser, and then APEX would automatically set the NLS_LANGUAGE and NLS_TERRITORY settings accordingly. Then, I would simply use 'DS' as the Application Date Format. For Date Pickers on a form, I would use item type 'Date Picker (use Application Date Format)'.
    2) If you're already determining the date format yourself and you don't want APEX to do it for you, ensure that you are setting this value in an application item (e.g., PETE_DATE_FORMAT). Then, you could still use Application Date Format with a value of &PETE_DATE_FORMAT. (inclusive of the trailing period).
    When you use Application Date Format, the conversion should happen automatically for you so that you don't have to code this yourself on the Form.
    I hope this helps.
    Joel

  • How can I get a PHP include to update automatically after a set date?

    Hi guys,
    I maintain a number of website for sports athletes and on their websites I have an include for their next event - just a small PHP file with when and where the next event is.
    After each event I have to manually update the include to the clients' next event which is a bit of a pain and quite time-consuming.
    Is there any way I can set up the include script to automatically update with a different file to include after a set date?
    Or, even better, can I set up the include itself to display the updated content after a specific date?
    This is what the include contains...
    <img class="event" src="/images/eventPicture.png" />
    <p class="nextEvent">Location<br />
    Series<br />
    1-3 January 2013</p>
    Thank you very much and I hope to hear from you!
    SM

    Its easier than setting up a database...I've been dabbling. You will still need to use server-side language like php.
    First establish the date by adding the get date function to the page:
    <?php
    $date = date('d-F-Y');
    ?>
    Then add the below bit of php in the position where you want the 'include' to appear. (so if on the 19th of April you want event_3.php to appear:
    <?php
    if ($date == "19-April-2013") { ?>
    <?php include ('event_3.php')?>
    <?php } ?>
    This isnt economical for many event dates but if you have a few it will do as a solution.
    It's not great because you would need to add as below, changing the include on the date you want it to show which will replace the previous event.
    <?php
    if ($date == "19-April-2013") { ?>
    <?php include ('event_3.php')?>
    <?php } ?>
    <?php
    if ($date == "30-May-2013") { ?>
    <?php include ('event_4.php')?>
    <?php } ?>
    <?php
    if ($date == "4-June-2013") { ?>
    <?php include ('event_5.php')?>
    <?php } ?>

Maybe you are looking for

  • ITunes 7.4.1 error -3256 with airtunes -- doesn't anyone test this stuff?

    I have problems with iTunes 7.4.1 and my Airport Express. Using iTunes to send Airtunes music runs for a bit, then hangs up. I also get error -3256 when trying to run both Airtunes and computer speaker. Isn't anyone testing this stuff before its ship

  • I can't see the Greek characters using ADOBE reader

    Dear colleagues, Your help will be appreciated for the following problem: I have a tool which converts IBM I (AS400) spool file to PDF. The file has been copied to Windows environment. On generated PDF I can't see the Greek characters using ADOBE rea

  • Oracle 8i : UTL_FILE

    hi TO do : Write a Blob to a local file packages used : utl_file , utl_raw working on windows not working on Solaris 5.8 Oracle :Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production Issue Faced : Ora error ORA 6510 Oracle User Id :MXE OS user i

  • How can I open rtf files in pages?

    I just bought a "New iPad" (iPad3) I am am to succesfully sync .doc files from my MacBook running Lion over to pages on my ipad using itunes. Then I can sucessfully edit the .doc files. But when I try it with .rtf files, I can see them on my ipad, bu

  • ID CS2 Software issues on multiple drives on Mac Pro

    While trying to launch InDesign CS2 on a new Mac Pro I found it did not want to launch from the second drive where I keep my customer files. To resolve this issue I reformated the 2nd HD as a Mac OS Extended (Journeled) format which fixed the problem