Hello,
I noticed that if you target the same scope with more than one property pattern, the oldest one will apply for conflicting attributes.
As I am doing some inheritance (for some sub scope I do have conflicting property pattern) this is not really convienient. It would be great if the property pattern could be applied like GPO, the closest to the object object wins.
Example:
Property pattern A
DisplayName is required
Name must match [a-z]
Scope: OU=Test
Property pattern B
DisplayName is not required
Scope: OU=Demo,OU=Test
If you create A before B, the displayname will be required for object created in OU=Demo,OU=Test instead of not being required.
In one of my PowerShell script I wanted to do a modulo, but as the operator is %, which is used for replacement by adaxes. Do you have a workaround for this?
Thank you