This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

get-qaduser and filtering on secondary owners

hi!

we have service / application accounts with secondary owners defined.  As one example the below query syntax does not return any results

get-qaduser -SearchRoot 'CN=Active Directory' -scope Subtree -Sizelimit 10 -LdapFilter '(edsva
SecondaryOwners=*)' -ReturnDNOnly

For the filter I have tried 'SecondaryOwners' and edsvaSecondaryOwners


if I filter on edsvaSecondaryOwnerguids - it works,I get results...

>get-qaduser -SearchRoot 'CN=Active Directory' -scope Subtree -SizeLimit 10 -LdapFilter '(edsvaSecondaryOwnerguids=*)' -ReturnDNOnly

...but dealing with the guid vs. name is a little bit more work and not, intuitive for some of the admins using the cmdlets.  Has anybody else seen this behavior?

Parents Reply Children
No Data