
Hi!
Wow, I’m still amazed about the awesome Microsoft Experience. And on top of that, now we have the chance to watch all the sessions online. A simple step
Just navigate to https://myignite.techcommunity.microsoft.com/sessions
And, as a bonus, you can download the videos and slides from most of the sessions. There is a couple of ways to do this.
You can browse a session, in example “Diversity is more, much more! Living in tech as a Latino who can’t dance” (https://myignite.techcommunity.microsoft.com/sessions/80650?source=speakerdetail ) and you can see the view slide deck and download video in the right menu.

However, if you are curious, you can also see the “Get the bulk session resource download script” at the bottom of the page. This action will download a zip file with 2 files
- Download-Resources.ps1
- README.txt
The PowerShell file is a script to download all the videos from Microsoft Ignite! That’s amazing. Of course, there are a couple of parameters to use, so you can only download what you need.
To run the script, open a PowerShell window to the directory in which the script is located.
To download everything run the following
.\Download-Resources.ps1
To download everything into a given directory run the following
.\Download-Resources.ps1 "C:\Microsoft Ignite"
To download a set of sessions, supply the session code like this:
.\Download-Resources.ps1 -directory . -sessionCodes "KEY,TK01,TK02,BRK3016"
If you want more details and a better process, you can read my friend Guy post using a similar script to download Microsoft Ignite 2019 materials (see references)
Greetings @ Burlington
El Bruno
References
- Guy Barrette, Download Ignite 2019 videos and slidedecks
- My Ignite Session, Diversity is more, much more! Living in tech as a Latino who can’t dance
- My Ignite Session, How a PoC at home can scale to enterprise level using custom vision APIs
2 comments