maester365 / maester

The core repository for the Maester module with helper cmdlets that will be called from the Pester tests.
https://maester.dev
MIT License
289 stars 70 forks source link

Supress Entra ID Recommendations where required SKU doesnt match the capabilities of the tenant being assessed by Maester #399

Open MattWhite-personal opened 1 month ago

MattWhite-personal commented 1 month ago

The Maester Entra ID recommendations test looks at the Active recommendations against a M365 tenant and marks those with a Fail.

image

Currently when attempting to follow the remediation action to dismiss the Recommendation the Dismiss / Postpone fails with an error message (I have an open support ticket for this).

To improve the user experience compare the active recommendations against the requiredLicenses attribute returned by the test and filter out those that don't match the subscribedSKUs against that tenant

merill commented 1 month ago

That's a good suggestion. Tx!