{"id":479,"date":"2016-09-21T08:46:44","date_gmt":"2016-09-21T08:46:44","guid":{"rendered":"http:\/\/vblog.hochsticher.de\/?p=479"},"modified":"2023-03-30T10:36:51","modified_gmt":"2023-03-30T08:36:51","slug":"get-all-the-vmwolrd-2016-us-sessions","status":"publish","type":"post","link":"https:\/\/vblog.hochsticher.de\/?p=479","title":{"rendered":"Get all the VMworld 2016 Sessions"},"content":{"rendered":"<p><strong><em>Updated<\/em>:<em>&nbsp;The Sessions US are no more available on&nbsp;this way, but the EU \ud83d\ude09<\/em><\/strong><\/p>\n<p>You want all the Sessions from VMworld 2016?<\/p>\n<p>First, you have to download this&nbsp;<a href=\"https:\/\/vblog.hochsticher.de\/wp-content\/uploads\/2016\/09\/raw_download_urls-1.txt\">raw_download_urls<\/a>&nbsp;File.&nbsp;In this file the URL&#8217;s are listed.<\/p>\n<p>Now, download the MP4-Files in PowerShell \ud83d\ude09<\/p>\n<pre class=\"lang:ps decode:true \" title=\"Download VMworld Sessions\">$Filelocation = \"c:\\myFolder\\raw_download_urls.txt\" #Change the Location to your Path\n$SaveLocation = \"c:\\myFolder\\\" #Change the Location to your Path\n$List = Import-CSV $Filelocation -Header \"ID\", \"Link\" -Delimiter \"#\"\nIf (Get-Module BitsTransfer -ErrorAction SilentlyContinue) {\n    $Bits=$true\n    Write-Host \"Using BITS transfer for faster more reliable downloads\"\n}\n\nForeach ($Session in $List) {\n    if (Test-Path \"$($Savelocation)$($Session.ID).mp4\") {\n        Write-Host \"$($Session.ID) already downloaded... Skipping\"\n    } Else {\n        Write-Host \"Downloading Session $($Session.ID)\"\n        If ($Bits) {\n            Start-BitsTransfer -Source $Session.Link -Destination \"$($Savelocation)$($Session.ID).mp4\"\n        } Else {\n            Invoke-WebRequest -Uri $Session.Link -OutFile \"$($Savelocation)$($Session.ID).mp4\"\n        }\n    }\n}<\/pre>\n<p>Enjoy&nbsp;!<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Updated:&nbsp;The Sessions US are no more available on&nbsp;this way, but the EU \ud83d\ude09 You want all the Sessions from VMworld 2016? First, you have to download this&nbsp;raw_download_urls&nbsp;File.&nbsp;In this file the URL&#8217;s are listed. Now, download the MP4-Files in PowerShell \ud83d\ude09 $Filelocation = &#8220;c:\\myFolder\\raw_download_urls.txt&#8221; #Change the Location to your Path $SaveLocation = &#8220;c:\\myFolder\\&#8221; #Change the Location to your Path $List = Import-CSV $Filelocation -Header &#8220;ID&#8221;, &#8220;Link&#8221; -Delimiter &#8220;#&#8221; If (Get-Module BitsTransfer -ErrorAction SilentlyContinue) { $Bits=$true Write-Host &#8220;Using BITS transfer for faster&#8230;<\/p>\n<p class=\"read-more\"><a class=\"btn btn-default\" href=\"https:\/\/vblog.hochsticher.de\/?p=479\"> Read More<span class=\"screen-reader-text\">  Read More<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":483,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[4,12],"tags":[],"class_list":["post-479","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-powercli","category-vmworld"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/posts\/479","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vblog.hochsticher.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=479"}],"version-history":[{"count":9,"href":"https:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/posts\/479\/revisions"}],"predecessor-version":[{"id":1108,"href":"https:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/posts\/479\/revisions\/1108"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/media\/483"}],"wp:attachment":[{"href":"https:\/\/vblog.hochsticher.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=479"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vblog.hochsticher.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=479"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vblog.hochsticher.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=479"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}