This is part 2 of my posts about Onevinn SCCM Extensions that my colleague Johan Schrewelius has written and posted here: https://onevinn.schrewelius.it/Apps01.html It includes Modern driver management features but also an extension to execute Server Side commands during OS deployment in the Task Sequence to replace Scripts and Webservices. This functionality is a direct response…
Tag: Task Sequence
Apply native Driver packages dynamically using Driver Manager
Another great tool and post by my colleague Johan Schrewelius! A while ago we had a customer whose Task Sequence suddenly exceeded the maximum allowed size, mainly because of a vast number of “Apply Driver Package” steps. To remediate the issue, we looked at several different solutions to apply driver packages dynamically. It turned out…
Copy and Zip OSD log files in a Task Sequence using Powershell
My college Johan Schrewelius wrote a script to copy log files from OSD to a network share like the functionality we have in MDT so I thought I would post it here as it is brilliant. It can be downloaded here: Onevinn – Scripts (schrewelius.it) The script “CopyOSDLogs.ps1” can be run anywhere in an OSD…
Software Updates OS deployment and Unknown Computers
This topic is not new but it has been asked a lot lately on the forums so a post is in order. To use the “Install Software updates” step in a Task Sequence to install Software updates requires that the computer that is being deployed/reimaged is a member of one or more collections with the…