Listen to this Post
The Midwest Management Summit (MMSMOA) is one of the most anticipated events for IT professionals, focusing on Microsoft technologies, cybersecurity, and cloud security. With only 44 tickets left and 44 days to go, this is your last chance to secure your spot for this incredible event. The summit will take place from May 4-8, 2025, in Minneapolis, and will feature sessions on Microsoft Defender XDR, Intune, Graph API, Microsoft Cloud Security, and more.
Register for MMS 2025: https://lnkd.in/eMkXycYF
You Should Know:
To make the most out of this event, here are some practical steps, commands, and codes related to the topics that will be covered:
1. Microsoft Defender XDR
Microsoft Defender XDR is a comprehensive security solution that provides advanced threat protection across endpoints, identities, emails, and applications. Here’s how you can configure and use it:
- Enable Microsoft Defender XDR:
Set-MsolCompanySettings -SecurityComplianceCenterEnabled $true
- Check Defender XDR Status:
Get-MsolCompanyInformation | Select-Object SecurityComplianceCenterEnabled
2. Microsoft Intune and Graph API
Microsoft Intune is a cloud-based service that focuses on mobile device management (MDM) and mobile application management (MAM). The Graph API allows you to interact with Microsoft services programmatically.
- Enroll a Device in Intune:
Add-MdmDevice -DeviceName "YourDeviceName" -EnrollmentType "Corporate"
- Query Graph API for Device Information:
Invoke-RestMethod -Uri "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices" -Headers @{Authorization = "Bearer $accessToken"}
3. Microsoft Cloud Security
Microsoft Cloud Security provides tools to secure your cloud infrastructure. Here are some commands to manage your cloud security settings:
- Enable Multi-Factor Authentication (MFA):
Set-MsolUser -UserPrincipalName [email protected] -StrongAuthenticationRequirements @{State="Enabled"}
- Check Azure Security Center Alerts:
Get-AzSecurityAlert | Select-Object DisplayName, Severity, Status
4. Microsoft Defender for Endpoint (MDE)
Microsoft Defender for Endpoint is an enterprise endpoint security platform designed to help enterprise networks prevent, detect, investigate, and respond to advanced threats.
- Initiate an Advanced Hunting Query:
DeviceProcessEvents | where InitiatingProcessFileName =~ "powershell.exe" | project Timestamp, DeviceName, InitiatingProcessFileName, FileName
- Check MDE Sensor Status:
Get-MpComputerStatus | Select-Object AMServiceEnabled, AntivirusEnabled
What Undercode Say:
The Midwest Management Summit (MMSMOA) 2025 is a golden opportunity for IT professionals to dive deep into Microsoft’s security ecosystem. From hands-on sessions with experts to networking opportunities, this event is a must-attend for anyone looking to enhance their skills in Microsoft Defender XDR, Intune, Graph API, and cloud security. The practical commands and scripts provided above will help you get started with these technologies, ensuring you’re well-prepared to make the most out of the summit.
Expected Output:
- Microsoft Defender XDR Configuration
- Intune Device Enrollment
- Graph API Queries
- Cloud Security Management
- Defender for Endpoint Advanced Hunting
Make sure to register soon, as tickets are selling out fast!
Register for MMS 2025: https://lnkd.in/eMkXycYF
References:
Reported By: Nathanmcnulty Mmsmoa – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ✅



