maester icon indicating copy to clipboard operation
maester copied to clipboard

The core repository for the Maester module with helper cmdlets that will be called from the Pester tests.

Results 166 maester issues
Sort by recently updated
recently updated
newest added

When connecting to `All` or `Azure` services without the necessary modules being preinstalled the error message is generated too broadly: ```PowerShell if ($Service -contains "Azure" -or $Service -contains "All") {...

good first issue
help wanted

The Maester Entra ID recommendations test looks at the Active recommendations against a M365 tenant and marks those with a Fail. ![image](https://github.com/user-attachments/assets/867dc804-2136-4999-a9d5-7846f1fd9fc1) Currently when attempting to follow the remediation action...

enhancement

I followed the instructions for configuring Maester in Azure Automation and these are the 3 errors I got. 1. MethodInvocationException: Exception calling "ShouldContinue" with "2" argument(s): "A command that prompts...

Should https://maester.dev/docs/tests/MT.1008/ be failed if a policy exists that requires authentication strength of Phish-resistant MFA for admins? Or is the assumption both policies are needed?

work started

As written about with @merill in 1:1, we are missing more steps to have the complete guide here: https://maester.dev/docs/monitoring/github#set-up-the-github-actions-workflow Some parts for connecting to EXO and so on is missing...

Refering to issue #427 I have never contributed to open source before, so if this is the wrong way to do it, please let me know :)

As the continuation from this thread: https://github.com/maester365/maester/issues/457 I wonder what I can do to ensure that these checks are executed successfully every day. Some of the test has the indication...

Some CA policies apply to Workload Identities instead of users. In this mode you can't add break glass. This test should ignore CA policies that apply to Workload Identities. Background:...

bug

I couldn't find anything related to this that didn't seem to be specific to Github Actions. I am running Maester through PowerShell locally, and I am getting this type of...

**Situation** Is it possible to assign a specific tag to each recommendation, so a specific recommendation can be excluded? - https://github.com/maester365/maester/blob/main/tests/Maester/Entra/Test-EntraRecommendations.Tests.ps1 _Reason: I have a cloud only environment_ MT.1024: Entra...