Microsoft Entra IDTenant & Directory Administration

Azure Active Directory Domain Services for Azure VMs Without DC

Azure Active Directory (Azure AD) Domain Services is a cloud-based service provided by Microsoft that enables you to provide domain services such as domain join, group policy, and LDAP to Azure VMs without the need for domain controllers. This article will guide you through the steps required to set up and use Azure AD Domain Services. Step 1: Create an Azure AD Domain Services…
Read more
AD Domain ServicesDirectory Objects & Identity Data

Managing AD computer objects | How to Active Directory

Active Directory objects represent resources that are a part of the network. There are several types of objects such as a user, computer, printer, and more. In this video, we will take a look at what an Active Directory Computer object is, what are its properties, and how you can create, delete, and modify a computer object. Check out a more detailed explanation in our article here…
Read more
AD Domain ServicesArchitecture & Design

What is Azure Active Directory?

Azure Active Directory: Introduction Azure Active Directory is a multi-tenant, cloud-based directory and identity management service provided by Microsoft. It offers identity and access capabilities for applications running in both Microsoft Azure and in an on-premises environment. It is the foundation for Office 365 and other SaaS applications; users are allowed to sign in and access the…
Read more
AD Domain ServicesOperations & Troubleshooting

Active Directory Recycle Bin 

What is Active Directory Recycle Bin?  The Active Directory Recycle Bin feature allows administrators to restore deleted AD objects. In Active Directory, objects such as users, computers, groups, or organizational units may be unintentionally removed. Administrators may find it difficult to correct such mistakes. Therefore, for administrators to easily retrieve deleted objects, Microsoft…
Read more
AD Domain ServicesDirectory Objects & Identity Data

Active Directory Schema: An overview into Schema Extension

Active Directory (AD) schema is a blueprint that describes the rules about the type of objects that can be stored in the AD as well as the attributes related to these objects. The schema thus defines the content, and the structure of the object classes, and theobject attributes used to create an object. While creating a new object, the AD references the classes defined in the schema and…
Read more
GPO FundamentalsGroup Policy & Endpoint Policy

Active Directory Password Policy

How to Configure a Password Policy – An Overview & Guide  Password Policy ensures that a user password is strong and is changed in a periodic manner so that it becomes highly impossible for an attacker to crack the password.To ensure a high level of security for user accounts in the Active Directory domain, an administrator must configure and implement a domain password policy.
Read more
AD Domain ServicesDirectory Objects & Identity Data

Active Directory (AD) Computer Object

SAMAccountName: This is also a naming attribute that is used to uniquely identify a computer object in the network. It is the pre-Windows 2000 logon name of an object. ObjectCategory: It includes the distinguished name of the object class to which the computer object belongs or the name of one of its superclasses. ObjectClass: It contains the distinguished name of the object class to which…
Read more
AD Domain ServicesDirectory Objects & Identity Data

Ownership of objects in Active Directory

The user who creates the object is by default the owner and administrator of the object. He can delegate administrative rights to another user for ease of management. Administrative rights can be delegated by using the delegation control wizard in Active Directory. To delegate control of a container object in Active Directory: Expand the ADUC console tree Then right click on the container…
Read more