Skip to content

AndrewJNet/CopyMMSFiles

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published