Windows installation on “D” drive in a MDT task sequence
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…
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…
I use MDT to create the WIM image that I deploy with SCCM. MDT disabled system restore. So I have created this PowerShell script that enabled System restore with the…
To improve the time that it takes to install a computer with OSD, you can add a “High Performance Power Scheme” while OSD is running. And then changed it back…
If you want to do stuff after you task sequence is finished, then you can use the variable “SMSTSPostAction”. Create a “Set Task Sequence Variable” step in the beginning of…
The default error dialog timeout is 15 minutes. You can increase that timeout by creating a “Set Task Sequence Variable” step at the beginning of your TS. Name: Give it…
If the SCCM 1602 update doesn’t show up in the console. Then you can run this script “EnableUpdateRing.ps1” Running the Powershell script will make the update visible immediately. When running…
With this guide I will show you how you can get an weekly email with last week deployment status. 1. Download OSDsummery.ps1 and save it to C:\Scripts 2. Change the…
If you have set up MDT monitoring and have users that should access the monitoring data from MDT, but doesn’t have the console installed. Then you can follow this guide…