top of page

Processing data from remote server Server.Domain.com failed with the following error message in Exchange Online PowerShell

Updated: Dec 29, 2023

Issue:

When Trying to Load Exchange Management Shell, It is giving an error as follows,

New-PSSession : [exch1.southtunes.in] Processing data from remote server exch1.southtunes.in failed with the following error message: [ClientAccessServer=EXCH1,BackEndServer=exch1.southtunes.in,RequestId=523f3cc5-9a19-4e67-a19b-2fb41e7820 a3,TimeStamp=8/9/2019 4:28:03 AM] [AuthZRequestId=d5c1ebb3-1d96-40a2-adba-fad7ecf3f778][FailureCategory=AuthZ-CmdletAccessDeniedException] The user “southtunes.in/Users/superamdin” isn’t assigned to any management roles.

Exchange Online

Found the root cause in the event logs Error message,

Exchange Online

It clearly says that The account which is lading the Exchange Management Shell is not assigned with any of the Exchange Roles. which is why Powershell is not allowing the load the exchange Module..

Resolution:

Assign the Right permission for the account and ask the user to logoff and login again. You will see that Exchange Management Shell loaded without any errors.

Login to Domain Controller and load Active Directory Users and Computers, Search for the User account and Add the right permissions under the Member Of tab

AzureAD

In my case, I am assigning Organization Management,

Note: You need assign with specific permissions required for the account you facing with the error

Exchange Online

Now, Let’s ask user to logoff and login again. Once did that, Check now by opening Exchange Management Shell




You can see it is loaded without any issues.

8 views0 comments
bottom of page