-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New test - M365 Group should be limited to approved users #485
Comments
Hi Merill, As it happens, that code isn't correct. Cutting code in a hotel lobby is probably not the best way to proceed. This code is better: Describe "RAEntraConfig" -Tag "Privilege", "Office 365 for IT Pros" {
} |
This is the version I eventually settled on. For whatever reason, the test always failed if it evaluated the $GroupCreationControl variable. Using its value to update the $TestResult variable and assessing that variable worked. Is there something about tests that they must have a $true outcome to pass? Describe "RAEntraConfig" -Tag "Privilege", "Office 365 for IT Pros" {
} |
Here's a code test contribution.
The text was updated successfully, but these errors were encountered: