Active directory question begginer

Vinc Mouss 1 Reputation point
2022-11-02T18:38:36.283+00:00

Hello,
I am a beginner and I have some questions about the active directory

  1. Could you explain me what is a domain name in an Active directory. Is it the name of the base the active directory ? Why is it necessary to have a domain name and what is the use of it?
    Example
    Kira.net

2) what is the différence between CN and OU?
I see two different examples on the internet
Example 1 cn= patrick cn=users: DC=Kira DC=net
Example 2 cn= patrick or=users: DC=Kira DC=net

3)
An active directory database contains all the users, groups and computers of a company.
My company is called X, in Paris.
It will have an active directory database with a domain name.
If I have the same company in New York, will it use the same active directory database and the same domain name for its users?

Thank you very much.

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Dillon Silzer 57,831 Reputation points Volunteer Moderator
    2022-11-02T18:50:54.58+00:00

    Hi @Vinc Mouss

    1) A Domain by definition is:

    An Active Directory domain is a collection of objects within a Microsoft Active Directory network. An object can be a single user or a group or it can be a hardware component, such as a computer or printer. Each domain holds a database containing object identity information.

    Cited from https://www.techtarget.com/searchwindowsserver/definition/Active-Directory-domain-AD-domain#:~:text=An%20Active%20Directory%20domain%20is,database%20containing%20object%20identity%20information.

    2) The CN is:

    In Active Directory the acronym "cn" only stands for "Common Name". But there is a canonicalName attribute in Active Directory, which is different from the CNAME in DNS.

    Cited from https://social.technet.microsoft.com/Forums/ie/en-US/bacb9ca7-0c16-457d-85dc-439a6f9adb4d/what-does-quotcnquot-stand-for?forum=winserverDS#:~:text=In%20Active%20Directory%20the%20acronym,from%20the%20CNAME%20in%20DNS.

    Example 2 would be correct if you are using OU and not "or". If a user is located under kira.net (domain) > Users (OU) then their Distinguished Name (DN) would be:

    CN=Patrick,OU=Users,DC=Kira,DC=net

    3) You can have it all under the same domain (kira.net). You can separate this by having different OUs (Organizational Units) for the locations:

    kira.net (domain) > Users (OU) > Paris (OU)

    AND

    kira.net (domain) > Users (OU) > New York (OU)

    Note: OUs are not used in Azure AD (AAD/365/Cloud), so when you are architecting your environment be aware of this if you will be using Microsoft Azure (Cloud).

    -------------------------------------

    If this is helpful please accept answer.

    2 people found this answer helpful.
    0 comments No comments

  2. Anonymous
    2022-11-02T18:48:19.273+00:00

    Something here could help.
    https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/assigning-domain-names

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  3. Ashley_ 36 Reputation points
    2022-11-03T09:20:31.073+00:00

    Active Directory (AD) is a directory service that Microsoft developed for Windows domain networks. It is included in most Windows Server operating systems as a set of processes and services. Active Directory serves as a central location for network administration and security. Active Directory (AD) is a directory service that Microsoft developed for Windows domain networks. It is included in most Windows Server operating systems as a set of processes and services. Active Directory serves as a central location for network administration and security.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.