vCenter 6.0 Update 3 is GA
A few days ago vSphere 6.0 Update 3 was announced. Beside the bugfixes and security updates there is a feature I would like to turn out.
A few days ago vSphere 6.0 Update 3 was announced. Beside the bugfixes and security updates there is a feature I would like to turn out.
Last week I saw the new vSphere 6.5 at VMworld 2016 (EU). I’m very happy with the upcoming features. Some of them are extremely cool and some are overdue.
Updated: The Sessions US are no more available on this way, but the EU 😉 You want all the Sessions from VMworld 2016? First, you have to download this raw_download_urls File. In this file the URL’s are listed. Now, download the MP4-Files in PowerShell 😉 $Filelocation = “c:\myFolder\raw_download_urls.txt” #Change the Location to your Path $SaveLocation = “c:\myFolder\” #Change the Location to your Path $List = Import-CSV $Filelocation -Header “ID”, “Link” -Delimiter “#” If (Get-Module BitsTransfer -ErrorAction SilentlyContinue) { $Bits=$true Write-Host “Using BITS transfer for faster…