SharePoint Hybrid Courseware and Curriculum is a video series on channel 9 which shows how to implement hybrid scenarios that use SharePoint Server 2013 and SharePoint Online in Office 365. I have uploaded PowerShell script from Technet Gallery which can be used to download all videos from SharePoint Hybrid Courseware Series. (Download Link)
Modules
The series consists of three Modules

  • Module 1: Understand the business value and rationale for a hybrid environment using SharePoint Server 2013 and SharePoint Online.
    • Module 1.1: Business Drivers and Considerations
  • Module 2: Guides you through the initial phase of the hybrid environment deployment process, which describes how to configure the basic infrastructure for a hybrid environment using SharePoint Server 2013 and SharePoint Online.
    • Module 2.1: Architecture, Authentication, and Functionality Overview
    • Module 2.2: Directory Synchronization with Single Sign-On for SharePoint hybrid
    • Module 2.3: Hybrid Environment Infrastructure for SharePoint hybrid
    • Module 2.4: Server-to-Server authentication and trust for SharePoint hybrid
  • Module 3: Understand the phases, solutions, and functionality that SharePoint Server 2013 and SharePoint Online hybrid environments support.
    • Module 3.1: Social for SharePoint hybrid environments
    • Module 3.2: Business Intelligence in a SharePoint hybrid environment
    • Module 3.3: Public Websites
    • Module 3.4: Extranets
    • Module 3.5: Core Collaboration and Records Management
    • Module 3.6: Search
    • Module 3.7: Business Connectivity Services

SharePointHybridCourseware

The attached script has the following key features

  • Downloads all the SharePoint Hybrid Courseware video series
  • Makes sure no errors come up due to Illegal File names.
  • If you stop the script and restart in the middle, it will start where it left off and not from beginning.

In this script I have added High MP4 videos to download which are larger in size and to download small size videos, you just need to change the variable values in the attached file.

# SharePoint Conference 2014 Videos
$a = ([xml]$rss.downloadstring(“http://channel9.msdn.com/series/SharePoint-Hybrid-Courseware-and-Curriculum/RSS/mp4high”))

#other qualities for the videos only. Choose the one you want!
# $a = ([xml]$rss.downloadstring(“http://channel9.msdn.com/series/SharePoint-Hybrid-Courseware-and-Curriculum/RSS/mp4”))
#$a = ([xml]$rss.downloadstring(“http://channel9.msdn.com/series/SharePoint-Hybrid-Courseware-and-Curriculum/RSS/mp3”))

Just add # sign before variable $a, as shown in above code (it will add it as comment) and then remove the # sign from any of the commented code. Just shown below.

# SharePoint Conference 2014 Videos
#$a = ([xml]$rss.downloadstring(“http://channel9.msdn.com/series/SharePoint-Hybrid-Courseware-and-Curriculum/RSS/mp4high”))

#other qualities for the videos only. Choose the one you want!
# $a = ([xml]$rss.downloadstring(“http://channel9.msdn.com/series/SharePoint-Hybrid-Courseware-and-Curriculum/RSS/mp4”))
$a = ([xml]$rss.downloadstring(“http://channel9.msdn.com/series/SharePoint-Hybrid-Courseware-and-Curriculum/RSS/mp3”))

Total Video Size:

The videos are not too large in length which make them easier to watch, total video size is 520 MB
Now run the script, and you will be able to download all videos of SharePoint Hybrid Courseware and Curriculum series.
(Download link)

Adnan is six time Microsoft MVP (Since 2015) with over 16 years of extensive experience with major expertise on SharePoint, SharePoint based development, Microsoft 365, Microsoft Teams, .Net Platform and Microsoft BI. He is currently working Sr Microsoft Consultant at Olive + Goose. He is MCT Regional Lead for Pakistan Chapter since 2012. He is working on SharePoint for past 12 years and worked on different intranet/intranet solutions for private & govt. sector majorly in United states and Gulf region and have experience of working with multiple Fortune 500 companies. He is a trainer, technology evangelist and also speaks in community forums.

Leave a Reply