Forum Discussion
Cole_McDonald
3 years agoProfessor
Small correction. Inherited Group properties can't be used in a dynamic Group appliesTo... so I've added property sources to pull an inherited property forward to the resource.
$patchDay = "##clientTZ##" if ( $patchDay -ne "" ) { write-output "clientTZ=$patchDay" }
As a result, have to change the OR clause:
(auto.clientTZ=="Central" || auto.resourceTZ=="Central)