Tag: vSphere
One of my favorite tools – Remote Desktop Manager by Devolutions
- Ben Liebowitz
- 4
- 1392
One of the tools I’ve been using for many years now is called Remote Desktop Manager by Devolutions. Based on the name, you’d think it’s just another RDP tool, but it’s much MUCH more! There are 2 versions of the product. There is a FREE version, which gives you limited functionality, and an ENTERPRISE version for full functionality. There is…
Mission: VMUG Virtual Event – May 17, 2016
- Ben Liebowitz
- 0
- 825
As a VMUG Leader, I felt like I needed to post a blog entry on the upcoming VMUG Virtual event on May 17th, 2016. The VMUG Virtual Events are always packed with information from VMware and vendors as well. VMware is presenting on topics like: VSAN 6.2, vRA & NSX Technical Deepdive, AirWatch, Taking Virtualization to the next level, EUC,…
Adding a PowerShell Windows Update Script to my VMware Customizations
- Ben Liebowitz
- 0
- 3576
In my environments, we typically convert the templates to Virtual Machines once a quarter so we can install Windows Updates. This means, there could be a number of patches to install if you’re 2+ months out from the last time they were updated. So I decided to use a PowerShell script that my coworker wrote to do Windows Updates and…
Patching VMware ESXi Hosts via PowerCLI!
- Ben Liebowitz
- 31
- 12167
*** Updated 5/17/2017 – See below *** This year, I’m trying something new… Anything that I have to do more than 2-3 times, I’m going to attempt to automate it! In keeping with this mantra, I recently had a task come across my plate to patch the 20+ ESXi Hosts in one of my production environments. Along with installing the…
Display list of Multiple vCenter Servers to connect to in your PowerCLI Scripts
- Ben Liebowitz
- 2
- 2662
If you’re company anything like mine, you probably have multiple vCenter servers in your environment. They may be linked, they may not. In my environment, we have 4 vCenter servers we consider Production, even though one is for QA, and we have a lab environment. Normally, I just connect to vCenter manually in PowerCLI before I run a command/script to…
Migrating Roles & Privileges from an old vCenter to a new vCenter using PowerCLI
- Ben Liebowitz
- 6
- 4782
So we’re finally upgrading an old environment running vCenter 4.0 to a new vCenter running 5.5. Instead of attempting an upgrade, we’re building new. As it’s a new build, we had to find a way to migrate the roles & privileges to the new vCenter. I have done this in the past utilizing the “Cheap Disaster Recovery” scripts from Gabe’s…
Place a vSphere Host into Maintenance Mode via PowerCLI
- Ben Liebowitz
- 0
- 11035
So, we had two different vSphere hosts, in two different environments, have hardware faults this week. One had a bad memory module, and the other a bad FAN. As I launched the VI client for each environment and placed the problem host into maintenance mode, I started to think… “I bet I can automate this!” Depending on how complex your…
PowerCLI Script to list VMs not specifically set to Thick Eager Zeroed
- Ben Liebowitz
- 0
- 1932
First, I’ll start with a little back story. We recently deployed an EMC XTremIO All-Flash storage appliance. The recommendation we got from EMC, for the best deduplication ratios, was to use the Thick-Eager Zeroed disk format. No matter how many times I tell my coworkers to make sure to use this format when deploying VMs to the xTremIO LUNs, once…
PowerCLI Script to change the DRS Slider
- Ben Liebowitz
- 2
- 2781
So, I have a cluster of hosts that makes up our QA Environment. As with most QA environments, it’s tight on resources and very over-subscribed. On a regular basis, I have to move our DRS Slider to be more aggressive, RUN DRS to refresh recommendations, and then move the slider back. This allows DRS to rebalance the cluster. Today, I…
PowerCLI Script to migrate VMs from one vCenter to another
- Ben Liebowitz
- 23
- 5394
Hey everyone, this is another guest post from Ben Liebowitz, Matt’s brother. Before I get into the script, I’ll give you some background… We are working on migrating VMs off of our vSphere 4.1 environment to our new vSphere 5.5 environment. The 4.1 environment is using the Nexus 1000v Virtual Switch while the 5.5 environment is using a vDS switch.…