Enable System Restore during OSD
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…
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…
There are not many Skype settings that you can set via a GPO. But today I found this site, Mastering Lync. The site explains how you control Skype/Lync via registry…
To remote control a Pc in WinPE from the SCCM console, follow the steps below. This guide assume that you already have added DaRT into you WinPe and installed MDT…
MDT monitoring comes handy if you want to see the progress with a OSD or remote control a Pc in WinPE. Here is the steps to enable monitoring in MDT.…