When joining a computer to Active Directory (AD) using MDT, you really don’t get too many options. On a fresh install, where the computer AD…
![]()
where my mind comes to rest…
When joining a computer to Active Directory (AD) using MDT, you really don’t get too many options. On a fresh install, where the computer AD…
![]()
This script will create a new MDT task sequence template based on the “Client.xml” file and adds it to the list of available templates. It…
![]()
This script uses the Posh-SSH module to complete the upload task. Currently this module does not support folders. This script will connect to and…
![]()
Ever wanted to remove an unused hard drive from a VM without removing the wrong one? Sometimes VMs will have multiple vDisks with the same…
![]()
Well, the time has come to revist some code. New year, I’ve learned some more about coding, and need to stretch the fingers a little.…
![]()
Note: This script has been depreciated by the following.Link: Adding DHCP Server Support for PXE BIOS and UEFI Booting – Version 2 ARCHIVED – ARCHIVED…
![]()
1 – Get Required PowerShell Modules Install VMWare PowerCLI: This is VMWare’s PowerCLI PowerShell module. Used to interact with vCenter. Find-Module -Name VMware.PowerCLI Install-Module -Name…
![]()
To get the list of all the members of a Dynamic Distribution Group in Exchange. Simply run the following in Exchange Management PowerShell: $DDGroup = Get-DynamicDistributionGroup…
![]()
Redirecting sub domain using Apache re-write engine 1) Add a new file to the root HTML files folders for the sub domain. .htaccess 2)…
![]()