Ldap filter for edsaDGOriginatingService

Hello All,

I don't see a way to do a ldapfilter for edsaDGOriginatingService. It seems to not work. I can use some virtual attribute to do ldap filter but this one is not working.

We have over 8k Dynamic groups and I need to just filter those that have a specific one. I know i can do a where but it takes forever with -Dynamic $true having so many of them.

Lu

Top Replies

  • Hi  

    The script below should do something similar to what your trying

    Clear-host
    $DisallowedARSServer = @('ARS001.Domain.Com','ARS002.Domain.Com','ARS003.Domain.Com')
    
    $NewARSServer = "ARS004.Domain…