October 2013 Entries
Sometimes you have to work in isolated environments, just to not affect production boxes by mistake. So, how can I install Visual Studio 2013 within IP island ?
Download vs_ultimate.exe from http://www.microsoft.com/visualstudio/eng/downloads
and execute it from CMD with parameter:
vs_ultimate.exe /layout C:\Install\VisualStudio
Long time ago VMware published they own PowerShell module. Let's take a look on it. First we need to download and install the module.https://my.vmware.co... It is a really simple Next, Next installation, and it creates a shortcut on your desktop. Here you have few simple examples. #add ESXi host$myServer="localhost"$M... = "192.168.1.10"$myLocation = "Cluster1"$MyUsername = "root"$MyPassword = "Password1"Add-VMHost -Server $myServer ......