Michael

Results 48 comments of Michael

This issue thread has some good context of where this scope comes into play. https://github.com/maester365/maester/issues/195

> > This issue thread has some good context of where this scope comes into play. > > #195 > > @Snozzberries just to make sure I understand #195 properly....

I do like this, and it has been something I have considered in the past, so glad to see this. I think splitting it into a few functions and tests...

That is what I had in mind with the Warning. Here is an example of what I meant for the tests. The idea being it lets the user use the...

Currently, I believe the only the only cmdlet using Azure is https://github.com/maester365/maester/blob/main/powershell/public/cisa/entra/Test-MtCisaDiagnosticSettings.ps1. That does use Invoke-AzRestMethod. Assuming future cmdlets would use that method rather than the submodules Az.Accounts would be...

As well impacts https://github.com/maester365/maester/blob/main/powershell/public/CISA/Entra/Test-MtCisaAppGroupOwnerConsent.ps1

This would be nice, but becomes challenging since each of the upstream modules uses a different parameter structure and approach. In my experience it is easier to connect through those...

Just adding this as a reference as these WAM changes to the underlying modules come up often enough that an interactive work around can be nice for validating with. This...

> As for the ExO testing, do I just follow this https://maester.dev/docs/installation/#installing-azure-and-exchange-online-modules and then manually click on the Run Maester Test button ? The critical piece would be to make...

> Hi @Snozzberries How can I get that going with the predefined "yml" and without cloning the repo and editing it? > > * https://maester.dev/docs/monitoring/github The current action published on...