I recently moved our Exchange server to a new Server. We share our outlook calendars but not our inbox. However, we can go in and get to everyones inbox. The security in properties of "Inbox" is set to default - none. Any ideas. -- Pat
somehow, permissions have been applied somewhere in AD to allow this...you'll need to search to see...most likely, inappropriate permissions were granted to a group... -- Susan Conkey [MVP] "pat@arms" wrote in message news:3BED26CE-A4DF-494D-9E81-08437BDC8104@microsoft.com... >I recently moved our Exchange server to a new Server. We share our outlook > calendars but not our inbox. However, we can go in and get to everyones > inbox. The security in properties of "Inbox" is set to default - none. Any > ideas. > -- > Pat
from the exchange shell: get-mailboxpermission -identity <userID> You'll see who had what permission. remove-mailboxpermission -identity <userID> lets your remove those permissions. Muhamamd
It was the permissions on the mailbox store in exchange system manager. thanks. -- Pat "shamss@gmail.com" wrote: > > from the exchange shell: > > get-mailboxpermission -identity <userID> > > You'll see who had what permission. > > remove-mailboxpermission -identity <userID> lets your remove those > permissions. > > Muhamamd > >