70-410- Active Directory Domain Services Flashcards
Forest
Forest is the top level container of Active Directory infrastructure. A forest can consist of one or more domains and those domains are connected through transitive trust. A forest shares a single schema database, single Exchange organization, single global address list and a security boundary. Note: You may allow access to resources of only those in the same forest. You may want multiple forest if you need:
- more than one Exchange organization
- different forest functional levels
- separate security boundary
Domain
Domain is one level below Active Directory Forest. A domain can consist of one or more organization unit. A domain shares a single administrator group (Domain Admins security group) and same set of objects. Even when a domain shares a single administrator group, you may delegate control over each organization unit (OU).
Domain controller:
Every domain consists of one or more domain controllers. Domain controller holds a directory database of its perspective domain. The directory database consists of user objects, computer objects and much more.
Organization unit (OU)
is folder/container within a domain. OU can be used to organize set of computers or users. OUs are very useful when implementing different set of polices to a group of users or computers within a domain.
Set-ADAccountControl
Detailed Description
The Set-ADAccountControl cmdlet modifies the user account control (UAC) values for an Active Directory user or computer account. UAC values are represented by cmdlet parameters. For example, set the PasswordExpired parameter to change whether an account is expired and to modify the ADS_UF_PASSWORD_EXPIRED UAC value.
Set-ADGroup
Modifies an Active Directory group.
Modifi SAM Account
Add-ADPrincipalGroupMembership
Adds a member to one or more Active Directory groups.
The Add-ADPrincipalGroupMembership cmdlet adds a user, group, service account, or computer as a new member to one or more Active Directory groups.
Group Policy Inheritance
the ability to prevent an OU or domain from inheriting GPOs from any of its parent container. Note that Enforced GPO links will always be inherited.
Enforcement GPO
(previously known as “No Override”) the ability to specify that a GPO should take precedence over any GPOs that are linked to child containers. Enforcing a GPO link works by moving that GPO to the end of the processing order.
Instaling domain controler PS
First ad feature
Add-WindowsFeature -name ad-domain-services –IncludeManagementTools –Restart
Once the installation is complete your computer will reboot. We are now ready to install a new domain controller in a new forest, so open a new PowerShell Console. There are three PowerShell commands you can use to promote your server into a DC:
• Install-ADDSDomainController
–Creates a new domain controller in an existing domain.
• Install-ADDSDomain –
Creates a new domain in an existing forest.
• Install-ADDSForest
–Creates a new forest.
Universal Group
Assing permison
Any domain or forest
Global
Assing permison
Member permissions can be assigned in any domain