Michael

Results 48 comments of Michael

@GeldHades27355 M365 BP does include Entra ID P1. You can see in the service plan reference for [M365 BP](https://learn.microsoft.com/en-us/entra/identity/users/licensing-service-plan-reference#:~:text=cbdc14ab%2Dd96c%2D4c30%2Db9f4%2D6ada7cdc1d46 ) that it includes the license GUID [`41781fb2-bc02-4b7c-bd55-b576c07bb09d`](https://github.com/maester365/maester/blob/main/powershell/public/Get-MtLicenseInformation.ps1#L32), which would be...

Ahh, understood. It would be helpful if you could confirm what tests you specifically see failing though you feel they should be skipped. Here is an initial list I would...

Thanks for sharing your concern @GeldHades27355, there are multiple user risk tests that appear may not have logic to skip when the tenant is unlicensed (see above), I am sure...

Tangential and low priority, but I chew on each time I run `Update-MaesterTests`, moving `Remove-Item` out of the loop should allow for that user interaction to be smoother. It may...

Example from new cmdlet in PR ![image](https://github.com/maester365/maester/assets/431932/33f611b1-2ba8-44bd-8767-c2e5f0f4873b)

With the new release the Compare-MtTestResult cmdlet is working.

> Doesn't CIS have a program for apps like ours and vendors to register with them? I see their marketplace, and they have their communities, but not sure about OSS...

> Full example test: `tests/cis/CISv3.1.0/1.1.1.Tests.ps1` > > Full example cmdlet: `powershell/public/cis/Test-MTCISAntiPhishingPolicy.ps1` I do like this though @f-bader concern is valid. > Having multiple options within one function and use an...

> The more I think about it the more I agree with you. I think we just support one version, but I think it should be clear which version that...

Rebase and some cleanup on #416, should be in a better state now @merill, thanks!