Jonas Ried
Jonas Ried
The correct environment show up in the RSOP file. But Description: '[x= "$($Node.Role) in $($Node.Environment)" =]' becomes 'Description: server1.dev.de in '. The value of $Node.Environment is missing.
If i use no datum expression like Environment: 'Prod' in node yml file the test fails: [-] Environment of 'Server1.dev.de' is 'Prod' and does exist 19ms (18ms|1ms) at $node.Environment -in...
i think the problem is in Get-TargetResource ```PowerShell if ($null -eq $getValue -or $getValue.State -eq 'disabled') { Write-Verbose -Message "Could not find an Azure AD Authentication Method Policy Sms with...
Same problem here. Is there any news yet?
@johlju I didn't know that git checkout Feature/OfficeOnlineServerHost git reset origin/master --hard git push origin --force would cause the linked PR to be closed. Here a new one that i...