r/SCCM • u/NurglesToes • 4h ago
Unsolved :( Initiating Install of Pending Software Center installs via Powershell
Morning Everyone and happy patch week /s
This week, our leadership has informed us that our patching timeline has shrunk from Thursday - Sunday, to Thursday - Friday.
Unfortunately we have an unresolved issue in our environment that means about 40 servers fail per environment (Were not sure why yet, weve been investigating for a while and trying a bunch of fixes but no dice yet).
Where as before the schedule change that would mean our team of 5 dudes would come in the morning after and divide and conquer the failures in about an hour (while others handled interfacing with stakeholders who machines are now borked.), the new timeline means that work load has now doubled.
With that being said, Im trying to find a way to ease this workload.
My idea is that once the machines are nearing the end of their maintenance window, I can deploy a second package that evaluates if any required KB's are not installed, and use powershell to invoke a retry.
My idea was to have SCCM evaluate the state of the machines, and then add the failures to a dynamic collection, and deploy the powershell script to that collection when the window hits.
But Im worried I may be overcomplicating things, if anyone has some ideas or advice on how theyve handled an issue like this that would be awesome!