Powershell

Ultimate Desktop Virtualization Best Practices Guide

I recently had a few of my suggestions featured in the community sourced Ultimate Desktop Virtualization Best Practices Guide. Grab your free copy now if you haven’t already! “The first Desktop Virtualization Best Practices Guide created by leading industry and community experts is now available for download! The guide is truly amazing with more than
Read More

Taking my last post on page sharing a little further and inspired by @VBrianGraf & @vmMarkA’s Intra TPS Host Memory Assessment tool, I wanted to create a script that would calculate the memory savings gained from inter-VM page sharing directly from the statistics available in vCenter. In my last post I showed the values that
Read More

Further Reading: I wrote a follow up article called Powershell Remoting where I look at what happens when the certificate renews or gets deleted. The outcome is not what you’d think! If you are going to use the View PowerCLI Cmdlets then enabling and using Powershell Remoting makes it a whole lot more accessible, otherwise you have to
Read More

Recently the client that I’m working with has been experiencing a number of issues around vMotion. The initial advice from VMware was to ensure they weren’t falling foul of a known issue with the HP AMS agent. KB2085618 – look out for the “can’t fork” message when logging into the ESXi Shell. Here is a quick
Read More

Here are a few notes from my recent install of the App-V 5 Server install. Check out the  Management Server Prereqs to ensure you’ve got everything covered The following Powershell command line will install the Web Server with IIS role enabled and the relevant features:  dism /online /enable-feature /featurename:IIS-WebServer /featurename:IIS-WebServerRole /featurename:IIS-WindowsAuthentication /featurename:IIS-ISAPIFilter /featurename:IIS-ISAPIExtensions /featurename:IIS-RequestFiltering /featurename:IIS-NetFxExtensibility /featurename:IIS-ASPNET
Read More