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
Answers (0)
Please log in to answer
Be the first to answer this question
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