Solved
Exchange 2010 Powershell error granting full access rights.
Posted on 2012-04-05
Hello,
I am attempting to grant a specific account full access rights to all mailboxes in our organization by running the following powershell command:
“get-mailbox | add-mailboxpermission -accessrights fullaccess -user <insert user>”
The command runs about 2/3 of the way through then crashes with the following error:
WARNING: An unexpected error has occurred and a Watson dump is being generated: Property DelegateListLink can't be set on this object because it requires the object to have version 0.10 (14.0.100.0) or later. The objects current version is 0.0 (6.5.6500.0).
The problem is, the way the powershell errors out, it does not list the account it is having issues with therefore I can't check it....furthermore as many times as I have run this, it does not appear to go in any particular order so I can't even guess which account it is having issues with….
We are in the process of migrating from 2003 to 2010 and I would simply try migrating the user if I knew who they were.... I have also tried piping the output to out-file to see if that yielded any different output but nothing…..
Any thoughts?
Thanks!