Error entering mailboxes as admin
Hello everyone
i have a problem as an administrator.
someone installed the exchange 2007 server before i came to the organization and i have a problem to check on my outlook some mailboxes.
When i am adding the mailbox i get a username+password prompt.
This happens on some mailboxes and not all of them.
How can i solve it ?
Thank you
Ophir
November 19th, 2007 10:41am
You most likely want to check the permissions on the mailbox(es) you are having a problem with. Use the Get-MailboxPermission cmdlet
If you find you don't have permissions, follow the steps in the following article to grant permission:
http://technet.microsoft.com/en-us/library/aa996343.aspx
Free Windows Admin Tool Kit Click here and download it now
November 19th, 2007 11:24pm
hi
Identity User AccessRights IsInherited Deny-------- ---- ------------ ----------- ----bdo.co.il/OUs/Use... NT AUTHORITY\SELF {FullAccess, Rea... False Falsebdo.co.il/OUs/Use... BDO\MAIL07A$ {ReadPermission} True Falsebdo.co.il/OUs/Use... BDO\Exchange Servers {FullAccess} True Truebdo.co.il/OUs/Use... BDO\Domain Admins {FullAccess} True Truebdo.co.il/OUs/Use... BDO\Enterprise Ad... {FullAccess} True Truebdo.co.il/OUs/Use... BDO\Exchange Orga... {FullAccess} True Truebdo.co.il/OUs/Use... BDO\ItzikBeZ {FullAccess} True Truebdo.co.il/OUs/Use... BDO\OliviaF {FullAccess} True Truebdo.co.il/OUs/Use... S-1-5-21-15551783... {FullAccess} True Truebdo.co.il/OUs/Use... BDO\Exchange Servers {FullAccess} True Falsebdo.co.il/OUs/Use... BDO\Exchange Doma... {FullAccess} True Falsebdo.co.il/OUs/Use... BDO\Domain Admins {ReadPermission} True Falsebdo.co.il/OUs/Use... BDO\Exchange Doma... {ReadPermission} True Falsebdo.co.il/OUs/Use... BDO\Exchange Serv... {FullAccess, Del... True Falsebdo.co.il/OUs/Use... S-1-5-21-15551783... {FullAccess, Del... True Falsebdo.co.il/OUs/Use... BDO\ItzikBeZ {FullAccess, Del... True Falsebdo.co.il/OUs/Use... BDO\OliviaF {FullAccess, Del... True Falsebdo.co.il/OUs/Use... BDO\Exchange Servers {ReadPermission} True Falsebdo.co.il/OUs/Use... BDO\Exchange Orga... {FullAccess, Del... True Falsebdo.co.il/OUs/Use... BDO\Exchange View... {ReadPermission} True Falsebdo.co.il/OUs/Use... BDO\Enterprise Ad... {FullAccess, Del... True Falsebdo.co.il/OUs/Use... BDO\Domain Admins {FullAccess, Del... True False
i think it have this problem with the entire store.
how can i change the store's permissions ?
ophir
November 20th, 2007 8:22am
Add-ADPermission -Identity "Mailbox Store" -User "Trusted User" -ExtendedRights Receive-As
Free Windows Admin Tool Kit Click here and download it now
November 20th, 2007 3:33pm