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
356 stars 87 forks source link

MT.1017 and MT.1018 to enforce non persistent browser session for non-corporate devices suggestion #433

Open JonesMikael opened 2 months ago

JonesMikael commented 2 months ago

This is something we usually configure and I agree it's good best practice.

However, we run mostly Cloud Only environments and want to keep just the following Filter for devices condition: image

However, that will Fail the Maester test. It seems like it's required that you also add the following to Pass the test: device.trustType -eq "ServerAD"

I argue only one of them should be required to Pass the test.