Skip to main content

Maester June 2025 Release

ยท 4 min read
Merill Fernando
Maester maintainer + Product Manager, Microsoft

The Maester community of contributors have been hard at work and we are excited to announce the June 2025 release of Maester! ๐ŸŽ‰

June stats

Here are some quick stats for you:

โ‡๏ธ 55,000+ tenants have used Maester to improve their security posture

๐Ÿš€ 260,000+ downloads of Maester on PowerShell Gallery

๐Ÿ’ป 2,600+ commits on GitHub

๐Ÿค 72+ contributors

โœณ๏ธ 285 Maester tests (90+ new tests!)

๐Ÿ“ฆ 252 releases

There's a lot to cover, so let's dive right in!

We have added a lot of new features and improvements based on your feedback. Thank you for that! ๐Ÿ™

Here are all the new features and improvements in this release:

๐ŸŒŸ New Testsโ€‹

We've added a whole bunch of new tests to check your security configuration, growing from 194 to 286! ๐ŸŽ‰ Check out the test list for the full breakdown.

New tests in Maester

ORCAโ€‹

Mike Soule came up with the idea to integrate Cam Murray's excellent Office 365 Recommended Configuration Analyzer (ORCA) with Maester.

We reached out to Cam and he was all for helping Microsoft customers become more secure. With the greenlight, Mike started integrating ORCA and we had amazing support from Thomas Schmidt who really helped improve the quality and polish of the ORCA tests in Maester. Call out to Cameron Moore who pitched in with a huge number of PRs.

You can read more about this in our previous blog post Maester adds ORCA tests

Entra app testsโ€‹

We have a number of app related tests that help you identify potential security issues with your Entra applications.

Note: We don't run these new app related tests by default since they can take a long time to run. You will need to explicitly include them using Invoke-Maester -Tag 'Full'.

This is because it needs to query all applications and service principals in the tenant which can take many hours in large tenants.

The application risk tests are based on the excellent Azure Tiering research by Emilien Socchi. These help identity apps that have a path to Global Admin permissions, which can lead to a full tenant takeover.

Maester - Platform Updatesโ€‹

Special call out to Thomas Schmidt, Sam Erde, Stephan van Rooij and Cameron Moore for their amazing contributions to this release. They have been instrumental in making Maester more robust, performant and easier to use.

In addition, we have had a lot of contributions from the community, which has helped us improve Maester even further. Thank you to all our contributors! ๐Ÿ™

New tests in Maester

๐Ÿค– Maester GitHub Actionโ€‹

We are excited to announce the new Maester GitHub Action! ๐ŸŽ‰

This version is a huge update and adds performance improvements as well a number of new features and configuration options.

We moved the Maester GitHub Action to a new repository, which allows us to better manage the action and its dependencies.

However, this means that you will need to update your workflow files to use the new action. See the Usage section in the Maester GitHub Action documentation for more details.

New tests in Maester

๐Ÿ“‹ Excel and CSV Export Formatsโ€‹

We have added new export formats for the Maester report. You can now export the report in Excel and CSV formats, which makes it even more easier to share and analyze the results.

It's as simple as adding an -ExportExcel or -ExportCsv switch when running Invoke-Maester!

Export to Excel

๐Ÿšฅ Severity levelsโ€‹

Each test now includes a severity rating. This will help you prioritize the tests and focus on the most critical issues first.

Severity rating

You can also change the severity levels of the tests to suite your needs.

Check the Severity Levels documentation for all the details including how you can add Severity to your custom tests.

๐Ÿ“Š Maester Report Improvementsโ€‹

You can now search and filter the results list by name, severity, tags and more.

Search filter

The test details view now support navigating to the next and previous test, making it easier to review the results.

Results navigate

Thank you to all our amazing contributors! ๐Ÿ™โ€‹

There are many, many more new features, improvements and fixes that have gone in by this amazing list of contributors ๐Ÿ‘‡