Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.8 KB

File metadata and controls

34 lines (22 loc) · 1.8 KB

Get-MMSSessionContent

These scripts are used to download the session files that were made available during Midwest Management Summit 2015-2025. 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 2024 in a custom directory (default is C:\Conferences\MMS$conferenceyear), use the following:

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

For multiple years:

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

To exclude session details:

.\Get-MMSSessionContent.ps1 -All -ExcludeSessionDetails

Acknowledgements

Thank you to:

This script is provided as-is with no guarantees. As of October 13, 2025, version 1.7.2 was tested with no errors using the following configurations:

  • Windows 11 24H2 using Windows PowerShell 5.1
  • Windows 11 24H2 using PowerShell 7.5.3
  • Ubuntu using PowerShell 7.5.3