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…
Hello and welcome to Quick Tips. This quick tip is designed to walk a novice, step by step, through the process of updating an ESXi…
Surface Pro tablets are great, for the most part. One of the most useful addons you can get for it is the Surface Pen. It’s great,…
This method consists of three parts, two AD security groups and one GPO. One security group will be used as a template, but more on…
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…