Open mikkelandreasen opened 7 months ago
Hi Mikkel,
Your OSD version seems to be a bit outdated OSD 24.3.20.1. The latest available at the moment is 24.4.9.1. Did you run the command OSDBuilder -Update before running the command Update-OSmedia -Download -Execute.
Before trying to update your images, have a quick look at the updates.md https://github.com/OSDeploy/OSD/blob/master/UPDATES.md check if the latest updates are checked into the repo before trying to update the OSD-module.
So... simple! I must have tried every bloody combination of commands, but for some reason not the one you suggested. Which appears to be what I was missing.
This also means I need to adjust my schedueling to handle the module update separately from the image update.
A related question - what is the usual "delay" from Microsoft releasing patches to them being included in the repo?
/mikkel
@mikkelandreasen - usually a couple of days.
Pro tip: Setup a scheduled task to update the modules and let it either run on schedule or kick it off manually when it's been updated 👍.
@xe0n11 Excellent. Right now I have three schedules
Will look into adding some logic into the image creation process so I don't build identical images. Shouldn't be too difficult.
Much apreciate the help and input
/mikkel
This sure looks like a new build number compared to last time :)
And automatically imported to MDT.
I am a happy camper :)
Hi, This may be entirely du to my own lack of knowledge on the inner workings of the OSDBuilder...
I started working with OSDBuilder in early March and had great success in setting it up to automate image creation.
When the April patches came around I was anxious to see if it worked as expected. It did not. No new patches was downloaded so I ended up with an image identical to the March image. My scheduled script basically runs these commands
There's a bunch of other stuff as well but that's mostly logging and MDT stuff
When updating the I see no now patches
I'm fairly certain I'm missing something really simple, but so far I haven't figured it out and any help would be appreciated.
/Mikkel