Install and configure Active Directory Domain Services Flashcards
What components is Active Directory made up of?
Domains, Forests, Sites, Domain Controllers, Organizational Units, FSMO (Flexible single master operation) Roles.
What command sequence is used to transfer a FSMO role?
- ntdsutil.exe
- roles
- connections
- connect to server
- quit
- transfer role_name
Which feature requires raising the forest and domain function levels to Server 2016?
Group Membership Expriation
Which command creates the file required to deploy a new domain controller using the Install From Media (IFM) option?
ntdsutil
Your Active Directory environment consists of two forests. Each forest contains two domains.
How many Active Directory schemas exist in this configuration?
2
Which command configures Active Directory of Server Core?
Install-ADDSDomainController
Which two Domain Controller options are enabled by default?
DNS
Global Catalog
Which are two valid fields within a DNS SRV record?
Weight
Port
Which Domain Controller attribute shows that a Global Catalog is active?
isGlobalCatalogReady
Which FSMO role allocates blocks of uniquie IDs to Domain Controllers?
RID Master
What commands would a create IFM data file?
- ntdsutil
- activate instance ntds
- ifm
- create sysvol full C:\IFM
What is the max numbers of RODC that should be deployed in a site?
One
What tool can be used to verify the Global Catalog?
ldp.exe
What command will show which servers currently hold the FSMO role
netdom query fsmo
You are attempting to prepopulate user credentials for users at a remote branch office where a RODC is deployed, however the credentials never replicate to the RODC.
Whay should you check?
Allowed RODC Passwrod Replication Group
Which Forest Functional Level is required to deploy a RODC?
Server 20018
What are the two Forest level FSMO roles
Schema master - responsible for having a single copy of the schema shared by all domains in the forest.
Domain naming master - ensures that unique domain names are used through the forest.
What are the the three Domain level FSMO roles?
Relative identifier (RID) master - used to provide RID pools to domain controllers which in turn are used when creating new security principals.
Primary domain controller (PDC) emulator - responsible for time synchronization and password replication.
Infrastructure master - responsible for the consistency of references to objects between domains within a forest.
What doe the Schema master do?
Responsible for having a single copy of the schema shared by all domains in the forest.
What does the Domain naming master do?
Ensures that unique domain names are used through the forest.
What does the Relative identifier (RID) master do?
Used to provide RID pools to domain controllers which in turn are used when creating new security principals.
What does the Primary domain controller (PDC) emulator do?
Responsible for time synchronization and password replication.
What does the Infrastructure master do?
Responsible for the consistency of references to objects between domains within a forest.
Which cmdlet can be used to view inactive user accounts?
Search-ADAccount