Skip to content

Script to download session files from Midwest Management Summit, mms2023 content download fix

Notifications You must be signed in to change notification settings

jorgeasaurus/CopyMMSFiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

CopyMMSFiles

These scripts are used to download the session files that were made available during Midwest Management Summit 2015-2023. If you are involved in configuration/infrastructure/identity/mobile device management primarily in the Microsoft space, consider attending this event!

Usage

For content just from 2023 in a custom directory (default is C:\Conferences\MMS$conferenceyear), use the following:

.\Get-MMSSessionContent.ps1 -DownloadLocation "C:\Temp\MMS" -ConferenceId 2023atmoa

For multiple years:

.\Get-MMSSessionContent.ps1 -ConferenceList @('2015','2023atmoa')

To exclude session details:

.\Get-MMSSessionContent.ps1 -All -ExcludeSessionDetails

Acknowledgements

Thank you to Duncan Russell for providing the initial script for MMS 2014 and helping me test the changes I made for it to work with the more recent conferences.

Thank you to Evan Yeung for cleaning up processing and file naming.

Thank you to Chris Kibble for continued testing and improvements made to the script.

Thank you to Benjamin Reynolds for loads of great changes and additional testing.

This script is provided as-is with no guarantees. It was tested with PowerShell 5.1 on Windows 10. It does not currently function in PowerShell 6/7.

About

Script to download session files from Midwest Management Summit, mms2023 content download fix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%