Welcome to VirtuallyThatGuy – This post will be looking at automation the creation of static DNS records in AD using a CSV.
Category: PowerCLI
How to Create Powershell or PowerCLI Profile For VMWare Automation – VirtuallyThatGuy
How to Create a Profile in powershell. You can also checkout my previous post on “Back to Basics PowerCLI Setting Up Profile For Automation”. This will get you ready for our journey of automation.
How to Create Virtual Machines VMs Using PowerCLI Automation – VirtuallyThatGuy
This is a quick script using CSV to create VMs from template
Back to Basics PowerCLI Setting Up Profile For Automation – VirtuallyThatGuy
Welcome to VirtuallyThatGuy – This post will be looking at setting up your PowerShell profile and getting you ready for the journey of Automation
How to Increase The vCPU and vMem Memory Of a VM Using PowerCLI – VirtuallyThatGuy
So a colleague asked me. Is it possible to increase the memory and cpu sizes of a bunch of VMs using powershell? My answer was everything is possible with powercli so I told him let me have a look for you. First of all you can only increase memory or vCpu of a VM if…