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 […]

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

The user isn’t assigned to any management roles Error

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 […]

Exchange Online PowerShell

How Does Free/Busy Works between two different office 365 Tenants and Configure

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 […]

BitLocker on Windows 11

This cmdlet is deprecated. The Trusted Publishing Domain (TPD) for your organization is managed in

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 […]

How to Plan and Deploy Offline Address Book(OAB)

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. […]

Unable to enable GlobalWebDistributionEnabled for Offline Address Book (OAB)

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 […]