Error message when you try to grant a user "Send on behalf" permissions to another user’s mailbox in Business Productivity Online Standard Suite: "An internal server error occurred"
Add-MSOnlineMailPermission -Identity user1 -TrustedUser user2 -GrantSendOnbehalfOF $True
However, the user who is specified in the TrustedUser parameter is not granted “Send on behalf” permissions to the mailbox of the user who is specified in the Identity parameter. Instead, you receive an error message that resembles the following:
CredentialAdd-MSOnlineMailPermission : SoapException encountered.Message: An internal server error occurred.
Node:
Code: http://schemas.xmlsoap.org/soap/envelope/:Server
SubCode: .
At line:1 char:27
+ Add-MSOnlineMailPermission <<<< -Identity user1@contoso.com
-TrustedUser user2@contoso.com -GrantSendOnbehalfOF $True
+ CategoryInfo : NotSpecified: (:) AddMSOnlineMailPermission,
TransporterException
+ FullyQualifiedErrorId :
Microsoft.Exchange.Transporter.TransporterException,Microsoft.Exchange.Transporter.PSI.SetMSOnlineMailPermission
- The user who is specified in the Identity parameter configured one more delegates for their mailbox in Microsoft Outlook.
- The delegates no longer exist. For example, the delegates are no longer with the company.
For example, when you view the list of delegates in Microsoft Outlook, the delegates that no longer exist are listed as “(Not Found).”
(Not Found) Delegate1
(Not Found) Delegate 2
Delegate3
Delegate4
- Take one of the following actions :
- In Microsoft Outlook 2010, click File, click Account Settings, and then click Delegate Access.
- In Microsoft Office Outlook 2007, click Options on the Tools menu, and then click the Delegates tab.
- Click the delegate that you want to remove, and then click Remove.
- Click OK.
- Rerun the cmdlet that is mentioned in the “Symptoms” section to confirm that the issue is resolved.
Read the original post:
Error message when you try to grant a user "Send on behalf" permissions to another user’s mailbox in Business Productivity Online Standard Suite: "An internal server error occurred"
Recent Comments