From: Paul H. <ha...@ny...> - 2003-01-23 19:47:57
|
I am writing a script using the following LDAP search filter: =20 =20 filter =3D> "(objectclass=3DmsexchExchangeServer)", =20 =20 This works fine.=20 =20 I want to exclude the objectlass=3DmsexchExchangeServerPolicy. I am = trying the following with no success: =20 filter =3D> "(objectclass=3DmsexchExchangeServer)(!objectclass=3DmsexchExchangeServer= Pol icy)", filter =3D> "(|(objectclass=3DmsexchExchangeServer)(!objectclass=3DmsexchExchangeServ= erP olicy))", =20 =20 Any help is appreciated. =20 --Paul |