Jump to content

Recommended Posts

Posted

I wrote a series of Exchange Recipient Policies a while back. They're all in the form:

 

I can testify they all worked perfectly a few months ago.

 

(&

(&

(&

(&

(mailnickname=*)

(|

(&

(objectCategory=person)

(objectClass=user)

(!(homeMDB=*))

(!(msExchHomeServerName=*))

)

(&

(objectCategory=person)

(objectClass=user)

(|

(homeMDB=*)

(msExchHomeServerName=*)

)

)

(&

(objectCategory=person)

(objectClass=contact)

)

(objectCategory=group)

(objectCategory=publicFolder)

(objectCategory=msExchDynamicDistributionList)

)

)

)

(objectCategory=user)

(memberOf=[DISTINGUISHED NAME OF AN AD GROUP])

)

)

For some inexplicable reason, Exchange System Manager (and Exchange itself) now seem to interpret this as:

 

"Logon Name Ends with [GROUP CN]"

 

This issue is experienced on a number of machines. Does anyone know what's going on?

 

UPDATE: Here's a screenshot (click for biggie):

 

http://w3bdevil.com/misc/ExchangeProblems.png

 

UPDATE2:

 

And when you click "OK" on the Find screen it decides to convert the query into this:

 

(&(&(&(|(&(objectCategory=person)(objectSid=*)(!samAccountType:1.2.840.113556.1.4.804:=3))(&(objectCategory=person)(!objectSid=*))(&(objectCategory=group)(groupType:1.2.840.113556.1.4.804:=14))))(objectCategory=user)(userPrincipalName=*Pak****)))

 

Wtf... where are those numbers from? And where did it determine the name from?

 

 

More...

 

View All Our Microsoft Related Feeds

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...