Azure RMS is a part of Microsoft Enterprise Mobility suite which design to support mobility and work from anywhere concepts. It will protect documents and sensitive information from unauthorized use. Each user can use the corporate published RMS polices when they send an email or sharing a valuable data file. RMS will encrypt the data according to the policy which specified who can access and what level. So it will guarantee only authorized user can access the data regardless of the device they use. This will enable BYOD for the organization.
Follow my previous post about Microsoft Enterprise Mobility suite which have more detail introduction about EMS and Azure RMS. From this post I’m focusing how to implement the Azure RMS and some customer scenarios that can be done with it.
Azure RMS implementation can be described using following key points.
Activate Azure Rights Managements
By default Rights management is not activated in your office 365 or Azure subscription. After you have purchased the relevant licenses (i.e. - EMS), you can activate Azure RMS from Azure portal. If you have access to office 365 portal, then you can use it to access Azure Active directory.
On-boarding Users
Once the Azure RMS is activated, each user should be assign to the RMS licenses. This can be done through the Office 365 portal or Azure AD. Also AD RMS client need to be installed on each users device. This is an add-on to Microsoft office and the underline Operating system. Then only the user get the RMS policies to use them encrypt the data.
Add license to users
Installing the Azure RMS Client
Managing RMS Templates
Create a Custom Template
Custom Scenario – All users have View and View permissions
This is a scenario that users can restrict their sharing data, only to view. So people who have access, cannot edit, save or forward it to others. Data can be from Outlook Emails or Microsoft Office files. This policy is very important to share sensitive information through emails or share files. In example – HR department want to send some sensitive information like salary slips or performance incentives, they can select this RMS policy before sending the email. It will assure user cannot forward, print or save the information.
Create a Group in Azure containing All Employees
you can create a group in Azure Active directory and enable Dynamic membership. Dynamic membership will azure every newly created user will be added to the group automatically. Use Account Enable Equals True, query to get all enabled accounts in to the group. Group should be mail enabled Office 365 group.
You can use an existing all users group in on premise environment and sync it to Azure AD.
Create the Template
Share the data using RMS template
When implementing Azure RMS main challenger is to identify the policy requirements, you have to carefully planned and do this, having too many policies will be complex to the end user. Also user knowledge sharing on how to use the RMS will be a challenge. So user training and RMS guide might require for end user.
Hope this post is useful