New iSCSI ESXi Configuration 1. In vCenter, select the “host” tab in the top left.2. From the list of hosts on the left, select…
where my mind comes to rest…
New iSCSI ESXi Configuration 1. In vCenter, select the “host” tab in the top left.2. From the list of hosts on the left, select…
This code will do the heavy lifting, moving all published apps from one Delivery Group to another. Hopefully someone finds it handy. In case you’re…
Quick Tip, again so I don’t forget. This should be done on a computer with Citrix Studio and the Citrix PowerShell modules installed. Usually…
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…
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.…
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…