Browsed by
Category: VMworld

Get all the VMworld 2016 Sessions

Get all the VMworld 2016 Sessions

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…

Read More Read More