Issue: when Testing the Hybrid Connectivity using the below Command, Test-HybridConnectivity testO365Endpoints It is failing with the following error, Resolutionfor this Invoke-WebRequest Error: It is all because TLS, TLS 1.1 and TLS 1.2 not allowed in the server, Which is why the command failed, To resolve the issue, do the following, Open the Command prompt […]
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 […]
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 […]
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 […]
When launching the Exchange Management Shell, it throws an error as follows, When looking in the event logs –> Application events, could see below mentioned error. Resolution for Management Roles Issue: With an error message mentioned above, Could understand that user who launched the PowerShell not has been assigned with any management roles. When checked […]
Hello Windowstechpro Viewers, Welcome Back!! In this Article, We are going to see How Free/Busy Sharing Works in the federation Trust enabled two different Office 365 Tenants and How to Create Organization Relationships to share Free/Busy Information. How does Free/Busy Sharing Works? Consider Tenant 1: Windowstechpro.com User UserA@Windowstechpro.com wants to see the free/busy information of […]
When running the below command to Import the RMS Trusted Publishing Domain, Import-RMSTrustedPublishingDomain -FileData $([byte[]](Get-Content -Encoding byte -Path “C:\AIP_Migration.xml” -ReadCount 0)) -Name “Windowstechpro TPD” -ExtranetLicensingUrl https://adrms.domain.com/_wmcs/licensing -IntranetLicensingUrl https://adrms.domain.com/_wmcs/licensing Getting the below Error, This cmdlet is deprecated. The Trusted Publishing Domain (TPD) for your organization is managed in Microsoft Azure Rights Management. For more information, see […]
Offline Address Book plays important role in Exchange Services Offline address book(OAB) is the Local Copy downloaded to the Outlook Client Machine from the Exchange Servers for the Local Queries of address resolutions when disconnected from Exchange Servers. Consider the following areas when you planning and implementing the Offline Address Book (OAB) in better way. […]
When try to enable the GlobalWebDistributionEnabled for the Shadow Copy using the below Command, Get-OfflineAddressBook |Set-OfflineAddressBook -ShadowMailboxDistributionEnabled $true -GlobalWebDistributionEnabled $true PS] C:\Windows\system32>Get-OfflineAddressBook |Set-OfflineAddressBook -ShadowMailboxDistributionEnabled $true -GlobalWebDistributionEnabled $true The offline address book “\Default Offline Address Book” has virtual directories specified. Run the following command to remove those virtual directories before attempting to set the GlobalWebDistributionEnabled parameter […]
Noticed mails are getting queued in the Office 365 towards on-premises Connector and mails are get not getting delivered to any on-premises users when you have Hybrid Exchange setup. you can see the queue using the https://protection.microsoft.com –>Mail Flow –> Dashboard Resolution: 1. Check any network related issues if any problem in the Ports / […]