Re: Running The Full Mailbox Access script in the DST Calendar update package...



The backslash is an escape character that says that the next character is
part of the attribute, and from your example it appears to be used properly
if the common name of the recipient is "User, Joe".

The error message indicates problems with the security identifier it gets
from the user object, not with the LDAP string. However, since you didn't
post the script, I can't tell you more.
--
Ed Crowley
MVP - Exchange
"Protecting the world from PSTs and brick backups!"

"Betelgeuse" <betelgeuse@xxxxxxxxxxxxxx> wrote in message
news:%23rdJn%23SUHHA.192@xxxxxxxxxxxxxxxxxxxxxxx
Hi,

I have a list of users on an exchange server, in legacyDN Format, like
this:
/O=ORG/OU=FIRST ADMINISTRATIVE GROUP/CN=RECIPIENTS/CN=JUSER


I use that list as the input list when I run ]
cscript grantmailboxpermission.vbs -add domain\domainuser users.txt


However, I get all errors (!!!!) when I do this. I am running this from a
command line on the exchange server itself. The error log says:

Failed to add FullMailbox Access: LDAP://CN=User\, Joe,OU=Normal
Users,OU=Users,OU=SDXP,OU=All,DC=firm,DC=local

Error: The security ID structure is invalid.



Does the fact that we are using lastname\ ,firstname affect this?

Thanks,



Tom Felts












.