Matthew White

Results 15 comments of Matthew White

Essentially yes. Looking back at terraform again the default option on terraform apply is to prompt that you want to change the various resources and in ci/cd this would normally...

Thanks, done some testing and it looks like Test-DSCConfiguration doesn't provide a similar level of output to see what needs to change when the configuration is applied It does show...

done a load more digging on this and the -WhatIf parameter doesnt work in Start-DscConfiguration Whilst the -Detailed parameter in Test-DscConfiguration does return the resources that are not in a...

Dome a bit more looking at this and the code below really isn't pretty but for a bit of a hack at the various pieces of code it outputs a...

trying to **not** make this terraform but having an output like: ``` [EXOMailTips]EXOMailTips will be updated MailTipsLargeAudienceThreshold: 26 --> 25 [EXOOrganizationConfig]EXOOrganizationConfig will be updated DefaultMinutesToReduceLongEventsBy: 10 --> 15 MailTipsLargeAudienceThreshold: 26...

@merill having a look at tests\Maester\Entra\Test-ConditionalAccessWhatIf.Tests.ps1 I can see there is a BeforeDiscovery section that defines $EntraIDPlan which then defines Skip logic in the various tests I don't see the...

@f-bader this isn't what I see when I run the tests on a tenant with Business Premium (Entra ID P1) licenses applied ![image](https://github.com/user-attachments/assets/8adae959-f8d3-4ab6-adb8-85a4550eddde) is there a way I can get...

Let me look at the GitHub action - i still have the home brew action logic rather than the published Maester Action (on my todo list to update /fix) I'll...

@f-bader results as follows ```powershell PS C:\Users\MatthewWhite> Invoke-MtGraphRequest -ApiVersion beta -RelativeUri 'organization' | Select-Object -ExpandProperty assignedPlans | Where-Object service -EQ "AADPremiumService" | Select-Object -ExpandProperty servicePlanId eec0eb4f-6444-4f95-aba0-50c24d67f998 de377cbc-0019-4ec2-b77c-3f223947e102 41781fb2-bc02-4b7c-bd55-b576c07bb09d ```

It's quite possible that I have had an AAD P2 (as it was) trial on this tenant from a while back but that has long expired and no longer active