So like a lot of ConfigMgr Admins out there I strive to produce the fastest and most robust task sequences I can. This obviously led me down the path of configuring the Power Settings on the OS during deployment and … Read More
Set static IP on VM Pre LiteTouch in WinPE – MDT VBScript
I was working on a client site last year and setting them up a reference image task sequence for Windows 10. The VMs that I was working with were hosted in a subnet that did not have DHCP configured. This … Read More
Set IP during Task Sequence PowerShell – SCCM ConfigMgr MDT
So this Is an older script of mine that I developed for a client to receive variables from a task sequence and then assign the IP of the machine based off the variables. This specfic client set the IP variables … Read More
Get Current or old Machine Name from WinPE VBScript
This script was designed to get the current or old computer name from WinPE and apply it to the Task Sequence Variable OSDComputerName.
It has been written in VBScript to not require PowerShell in the boot image.
Here is the … Read More