This simple powershell script will create a package in SCCM2012 with a single standard program, and distribute it to your DP Group. It uses the ConfigMgr native commands, and you can add/remove/change the parameters to customise the script for your own environment. It does not create a deployment, but that's easy enough to do, just … Continue reading Creating SCCM2012 Packages with Powershell
Category: Applications
Installing Intel Rapid Storage Technology During a Task Sequence
With our SCCM OS deployments, I like to install some of the 'driver apps' that come with our Dell machines, such as the Intel Management Engine Components (AMT), Bluetooth, and Rapid Storage Technology. But for a long time the Rapid Storage Technology always bugged me because I couldn't install it during a task sequence, either … Continue reading Installing Intel Rapid Storage Technology During a Task Sequence