Install application via AD groups during OSD
You can install application dynamically with AD groups and create role based installations. Thanks to Jörgen Nilsson for the inspiration. 1. Download Get-AppGroups.ps1 and put in a SCCM package. 2.…
You can install application dynamically with AD groups and create role based installations. Thanks to Jörgen Nilsson for the inspiration. 1. Download Get-AppGroups.ps1 and put in a SCCM package. 2.…
There is a very easy way to test task sequence variables without doing a full OS deployment. You can use “ServiceUI.exe” witch is located in the MDT toolkit package under…
———————————————————————– Update 10-12-2016 A reader of my blog contacted me with a CMD file that handles error codes. The cmd script: ################CODESNIPPET HPQFLASH################ PUSHD %~dp0 SET _upd=HPBIOSUPDREC.exe SET bios=%1 IF…
I use MDT to build the image I deploy with SCCM. When the image have been patched, there is a lot of superseded patches and temp files. With this script…
When you have MDT integrated in SCCM and create a MDT task sequence. Then BGinfo is used to display some information during OSD. When the Pc is in WinPe, then…
In a pervious post I have written about how you can remote control a Pc in WinPe. In this post I will show you how to setup your task sequence…
PowerShell App Deployment toolkit is a very good and free wrapper for software that I deploy with SCCM. I have created a java 8 Update 91 deployment and you can…
If you use a MDT task sequence in SCCM CB 1602, then windows will be installed on the D-drive. To get windows installed on the C-drive, then you should find…
When I have to look in log files for errors and other things, I always use CMtrace. It is a very good log file viewer. CMtrace is already included in…
If you want to make sure AERO is enabled in windows 7 after OSD, then you can “Run Command Line” with the following settings at the end of the task…