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

Azure AD RMS Module

How to install Azure AD RMS Module

Azure AD RMS (AADRM) is the Microsoft Cloud based Right Management Services which uses encryption, identity, and authorization policies to help secure your files and email, and it works across multiple devices—phones, tablets, and PCs. Let’s see how to install Azure AD RMS PowerShell Module Open Windows PowerShell in Administrator mode, Type Install-Module -Name AADRM […]

RMS Online

How to enable RMS Online for Exchange Online

Azure AD RMS (AADRM) is the Microsoft Cloud based Right Management Services which uses encryption, identity, and authorization policies to help secure your files and email, and it works across multiple devices—phones, tablets, and PCs. In Previous articles, we have seen how to setup RMS in On-premises Environment and enable it in Exchange Servers to […]

Exchange Online using Azure RMS Online

How to Apply Custom Template for Exchange Online using Azure RMS Online

Azure AD RMS (AADRM) is the Microsoft Cloud based Right Management Services which uses encryption, identity, and authorization policies to help secure your files and email, and it works across multiple devices—phones, tablets, and PCs. RMS Can be used in Hybrid Environment as well, so make sure you have gone through the deployment of RMS […]

Organization Error

You have to Import at least One trusted domain into Your Organization Error

When enabling Azure RMS for Exchange online using the below command, Set-IRMConfiguration -internallicensingenabled $true It ends with below error, since there us no RMS Trusted Publishing domains, it is not allowing us to Set. If you’re using RMS Online, Run the below command Import-RMSTrustedPublishingDomain –RMSOnline –Name “RMS Online” Now let’s again execute the command and […]

Prevent Accidental Deletions in Azure

How to get AADRM Version Information

Run the below command to get AADRM PowerShell Module version installed in the local Machine. (Get-Module aadrm -ListAvailable).Version Run the below command in Elevated PowerShell to update the AADRM PowerShell Module Update-Module -Name AADRM Please refer to the article to know how to install AADRM PowerShell Module, #Azure #AzureAD #AzureRMS #AADRM

The pop-up shows up as “AdxTaskPane” and displays the image

The pop-up shows up as “AdxTaskPane” and displays the image

Noticed an issue in the Office 365 Proplus and Microsoft office 2016, Any office applications when we open in backend there is popup shows below image and task list it shows as “AdxTaskPane” This can be even noticed in the taskbar as well, Issue: This could be because of Azure niformation protection toolbar add-in which […]

Part 1: AD RMS Installation and Configuration in Server 2012 R2

In this Article, I am going to cover how to install Active Directory Rights Management Services(AD RMS) in Server 2012 R2 by using Windows Integrated Database. First Up All we need to create Service Account for the AD RMS. Normal Domain Account is fine for this and doesn’t required any additional rights. Open Active Directory […]

Creating AD RMS

Part 2: Creating AD RMS Template and Publishing to Domain users in Server 2012 R2

In this multi Part Articles,I have been covered in part 1 how to install and configure AD RMS. Part 1: AD RMS Installation and Configuration in Server 2012 R2 In Continuation to that, First we need to enable the Anonymous Authentications. Open IIS Manager Console  Under the Default Web Site–> _wmcs–> Authentication–> Click on Anonymous Authentication and […]

Part 3: How to enable IRM( AD RMS) in Exchange 2013

In this multi Part Articles, I have been covered how to installing,Configuring,creating templates and publishing it using SMB Share to domain users. Part 1: AD RMS Installation and Configuration in Server 2012 R2  Part 2: Creating AD RMS Template and Publishing to Domain users in Server 2012 R2 Here we will see how to integrate […]