/build/static/layout/Breadcrumb_cap_w.png

I am looking to add a post script / install, to pull all the Windows updates to my build (s) already on the KBOX. any advise ?

I find my self going out and bringing down all the Windows updates after my machines are built. I was wondering if anyone has created a post step for the Deployment Service to grab all the available Windows updates that are on the Kbox ?

4 Comments   [ + ] Show comments
  • To clarify, are you looking to use the K1 patching to install any available updates to a machine that just finished imaging from a K2? - BHC-Austin 8 years ago
  • Yes, like the Windows Updates. We are really wanting and trying to only use one device one system. and avoiding something like WSUS. any pointers ? - ZekeS 8 years ago
  • Create a smart label with the newly configured machines and setup a full detect and deploy on it. This will check for missing patches and if they are already downloaded to the K1000 they will be applied directly. - Nico_K 8 years ago
  • As Nico said that would be the best and have the patch schedule target any machine with that label. If you don't have a smart label yet, here is one based on when the record for the device was created.

    Give it whatever label you like and/or change the time. This label will be added to any new systems are are no more than 24 hours new to the KBOX.


    select *, UNIX_TIMESTAMP(now()) - UNIX_TIMESTAMP(LAST_SYNC) as LAST_SYNC_TIME,
    UNIX_TIMESTAMP(MACHINE.LAST_SYNC) as LAST_SYNC_SECONDS
    from MACHINE
    where (DATE(NOW() - INTERVAL 24 HOUR) < DATE(MACHINE.CREATED)) - nshah 8 years ago

Answers (0)

Be the first to answer this question

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ