Microsoft Right management service help organizations to protect organization’s sensitive data getting unauthorized access. This service been used on-premises active directory infrastructures in years and it’s also available in azure.
If you not familiar with RMS let me explain it in simpler way. Let’s say user A got a document which contain some sensitive data about company…
Organizational unit in active directory is a container where you can place users, computers, groups and other organization units even. OU are helps to create logical structure of the AD. You can use it to assign group policies and manage the resources. This is common procedure in in-house domain environment, but what about the Azure managed domain? Can engineers use same method?
Answer is…
In active directory environment, LDAP (Lightweight Directory Access Protocol) is responsible for read and write data from AD. By default LDAP traffic transmitted un-secure. You can make this secured transmit based on SSL. In security prospective even in more “local” network it’s important to make secure even though most of engineers not using it. But when you have hybrid or cloud…
In my last two blog post I explain how to enable Azure Active Directory Domain Service and how to configure it properly. If you still not read those you can find those in following links.
Step-by-Step Guide to enable Azure AD Domain Services
Step-by-Step Guide to enable password synchronization to Azure Active Directory Domain Services (AAD DS)
In this post I am going to demonstrate how to…