Exchange Online PowerShell

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

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. Found the root cause in the event logs Error message, It […]

Exchange Online PowerShell

How to Convert OST to PST with Stellar Converter for OST

We are going to look at the application called Stellar Converter for OST and what we think of it when it comes to recovering data from inaccessible and old OST files. We will be looking at the installation, ease of use, features and of course the end result of the application. We all know that […]

Exchange Online PowerShell

How to Setup Spoken Name for the Mailbox

It is indeed a Crazy one but sometimes it helps much to pronounce a name in the right way. For example, My Name is Radhakrishnan but when Non-Indians try to pronounce it, definitely they struggle a bit. That is why it is good to have a spoken name setup in outlook so that they can […]

Exchange Online PowerShell

21V Operated Office365 Integration with Global Office365-Part 3

21V Operated Office365 Integration with Global Office365-Part 1 21V Operated Office365 Integration with Global Office365-Part 2 21V Operated Office365 Integration with Global Office365-Part 4 Create Custom sync rules in both AADConnect Servers Click on Synchronization Rules Editor of the 21V Syncing AADConnect Server Select In from AD – User Exchange and Edit Click on Yes […]

Exchange Online PowerShell

21V Operated Office365 Integration with Global Office365-Part 4

21V Operated Office365 Integration with Global Office365-Part 1 21V Operated Office365 Integration with Global Office365-Part 2 21V Operated Office365 Integration with Global Office365-Part 3 Creating Migration EndPoints and Migrating Mailboxes to 21V Exchange Online Login to https://partner.outlook.cn/ecp –> Recipients–>Migration Click on Migration endpoints Click on (+) Select Exchange Remote and Click on Next Enter the […]

Exchange Online PowerShell

21V Operated Office365 Integration with Global Office365-Part 4

21V Operated Office365 Integration with Global Office365-Part 1 21V Operated Office365 Integration with Global Office365-Part 2 21V Operated Office365 Integration with Global Office365-Part 3 Creating Migration EndPoints and Migrating Mailboxes to 21V Exchange Online Login to https://partner.outlook.cn/ecp –> Recipients–>Migration Click on Migration endpoints Click on (+) Select Exchange Remote and Click on Next Enter the […]

Exchange Online PowerShell

21V Operated Office365 Integration with Global Office365-Part 1

Welcome Back!! In this multi-series Article, we are going to how we can integrate Global Office365 Tenant with 21V Operated Office365 Tenant. What is 21V Operated Office365? Microsoft Operates Global Office 365 which is used by the public for companies and Countries those doesn’t have any limitations for the country-wise and continental level. But also […]

Prevent Accidental Deletions in Azure

How to Add Alternative UPN Suffix in Active Directory

What is an Alternative Suffix? By default, When you create a user in Active Directory, Users will get the Root domain UPN as Login ID. Consider you have a root domain named ABC.com, users will get User@ABC.com as login and UPN Suffix. In this case, ABC.com acquires a company called XYZ and they are willing […]

Exchange Online PowerShell

How to Connect 21V Hosted Office 365 Exchange Online using PowerShell

You can use the below cmdlets to Connect to the 21V Hosted Office365 Environment. Open PowerShell in Elevated Mode and run the following commands, Set-ExecutionPolicy -ExecutionPolicy unrestricted $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://partner.outlook.cn/PowerShell -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession $Session -DisableNameChecking You can see how it is connected. You can run […]