Add-Mailboxpermission - broken permissions?
- From: "jer" <jer@xxxxxx>
- Date: Mon, 15 Oct 2007 20:56:06 +0200
We`re about to migrate an Exchange 2003 organization to Exchange 2007.
The new 2007 servers are up and running.
The mailbox-migrations will occur this weekend. Before that I wanted to grant a specific admin-account FullAccess to all the mailboxes. So yesterday I ran Get-Mailbox -Resultsize unlimited | Add-Mailboxpermission -user admin-account -AccessRights FullAccess
Today the application-log on the Exchange 2003 servers were filled with event ID 9554:
http://support.microsoft.com/kb/555433
http://support.microsoft.com/kb/322308/en-us
I`ve located 90 unique GUIDs showing up in the logs.There is a total of 1800 mailboxes in the organization.
As mentioned in kb 555433 I ran adfind -gc -b "" -binenc -f " msExchMailboxGUID={{GUID:8be63a77-8f64-498d-a98d-6ee955e5883d}}" -dn on a few of the GUIDs showing up in the application logs and these are the Security Permissions on these accounts:
Administrators - All permissions except Full Control
Authenticated Users - All read permissions
Domain Admins - All permissions except Full Control
Enterprise Admins - All permissions except Full Control
Everyone - Change Password
Exchange Enterprise Servers - Read Personal Information, Write Personal Information, Read Public Information, Write Public Information
Pre-Windows 2000 Compatible Access - All read permissions
SYSTEM - All permissions (Full control)
I.e. the SELF object is missing...
I can see that "Allow inheritable permissions from parent to propagate to this object" check box on the Security tab of the user accounts in Active Directory now is unchecked. Isn`t this chck box supposed to be checked?
Did I break something on these 90 accounts when running the Add-Mailboxpermission on the 2003 mailboxes?
When looking at a random user which got the SELF object and the other normal permissions, the "Allow inheritable permissions..." is checked.
Should I had the "-InheritanceType all" specified too when running the cmdlet?
Is it possible to fix this?
I.e.by running Get-Mailbox -Resultsize unlimited | Add-Mailboxpermission -user admin-account -AccessRights FullAccess -InheritanceType all
As a note: No users have reported any problems accessing their mailboxes today.
jer
.
- Prev by Date: Re: Mailbox Rights After Creating a New User Account
- Next by Date: Re: retention policy on pre-existing subfolder under mailbox root possible? (already exists per a different program)..2007
- Previous by thread: Re: Mailbox Rights After Creating a New User Account
- Next by thread: The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action.
- Index(es):
Relevant Pages
|
Loading