Top Banner
Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters
26

Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Dec 24, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Week 2 - Domain Controllers and Operations Masters

•Domain Controller Installation Options

•Install a Server Core DC

•Manage Operations Masters

Page 2: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Install and Configure a Domain Controller

Install the Active Directory Domain Services role using the Server Manager 11

Choose the deployment configuration 33

Select the additional domain controller features 44

Run the Active Directory Domain Services Installation Wizard (dcpromo.exe)22

Select the location for the database, log files, and SYSVOL folder 55

Configure the Directory Services Restore Mode Administrator Password 66

Page 3: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Prepare to Create a New Forest with Windows Server 2008

•Domain’s DNS name (e.g. contoso.com)

•Domain’s NetBIOS name (e.g. contoso)

•Whether the new forest will need to support DCs running previous versions of Windows (affects choice of functional level)

•Details about how DNS will be implemented to support AD DS Default: Creating domain controller and adds DNS Server role IP configuration for the DC IPv4 and, optionally, IPv6

•Username and password of an account in the server’sAdministrators group. Account must have a password.

•Location for data store (ntds.dit) and SYSVOL Default: %systemroot% (c:\windows)

Page 4: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Unattended Installation Options and Answer Files•Options can be specified at the command line

/option:value – for example, /newdnsdomainname:contoso.com

dcpromo.exe /?[:operation] for help

•Options can be specified in an answer file

And called usingdcpromo.exe /unattend:”path to answer file”

•Options on command line will override answer file

•Options not specified will be prompted by wizard

[DCINSTALL]NewDomainDNSName=contoso.com[DCINSTALL]NewDomainDNSName=contoso.com

Page 5: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Install a New Windows Server 2008 Forest

[DCINSTALL]ReplicaOrNewDomain=domainNewDomain=forestNewDomainDNSName=fqdnDomainNetBiosName=nameForestLevel={0, 2, 3} DomainLevel={0, 2,3}InstallDNS=yesDatabasePath="path"LogPath="path"SYSVOLPath="path"SafeModeAdminPassword=pwdRebootOnCompletion=yes

[DCINSTALL]ReplicaOrNewDomain=domainNewDomain=forestNewDomainDNSName=fqdnDomainNetBiosName=nameForestLevel={0, 2, 3} DomainLevel={0, 2,3}InstallDNS=yesDatabasePath="path"LogPath="path"SYSVOLPath="path"SafeModeAdminPassword=pwdRebootOnCompletion=yes

dcpromo.exe /unattend /installDNS:yes /dnsOnNetwork:yes /replicaOrNewDomain:domain /newDomain:forest/newDomainDnsName:contoso.com /DomainNetbiosName:contoso /databasePath:"e:\ntds" /logPath:"f:\ntdslogs" /sysvolpath:"g:\sysvol" /safeModeAdminPassword:password /forestLevel:3 /domainLevel:3/rebootOnCompletion:yes

dcpromo.exe /unattend /installDNS:yes /dnsOnNetwork:yes /replicaOrNewDomain:domain /newDomain:forest/newDomainDnsName:contoso.com /DomainNetbiosName:contoso /databasePath:"e:\ntds" /logPath:"f:\ntdslogs" /sysvolpath:"g:\sysvol" /safeModeAdminPassword:password /forestLevel:3 /domainLevel:3/rebootOnCompletion:yes

dcpromo.exe /unattend:”path”

Page 6: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Prepare an Existing Domain for Windows Server 2008 DCs

•ADPrep (adprep.exe) prepares AD DS for the first DCrunning a version of Windows newer than current DCs DVD:\sources folder

•adprep /forestprep Log on to the Schema master (see Lesson 3) as a member of Enterprise Admins,

Schema Admins, and Domain Admins

Run once per forest. Wait for change to replicate.

•adprep /domainprep /gpprep Log on to Infrastructure master as a member of Domain Admins

Run once per domain. Wait for change to replicate.

•adprep /rodcprep Log on to any computer as a member of Enterprise Admins Run once per forest. Wait for change to replicate

Page 7: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Install an Additional DC in a Domain

[DCINSTALL]ReplicaOrNewDomain=replicaReplicaDomainDNSName=fqdnUserDomain=fqdnUserName=DOMAIN\username*Password=password*InstallDNS=yesConfirmGC=yesDatabasePath="path"LogPath="path"SYSVOLPath="path"SafeModeAdminPassword=pwdRebootOnCompletion=yes

[DCINSTALL]ReplicaOrNewDomain=replicaReplicaDomainDNSName=fqdnUserDomain=fqdnUserName=DOMAIN\username*Password=password*InstallDNS=yesConfirmGC=yesDatabasePath="path"LogPath="path"SYSVOLPath="path"SafeModeAdminPassword=pwdRebootOnCompletion=yes

dcpromo.exe /unattend /replicaOrNewDomain:replica/replicaDomainDNSName:contoso.com /installDNS:yes /confirmGC:yes/databasePath:"e:\ntds"/logPath:"f:\ntdslogs" /sysvolpath:"g:\sysvol" /safeModeAdminPassword:password /rebootOnCompletion:yes

dcpromo.exe /unattend /replicaOrNewDomain:replica/replicaDomainDNSName:contoso.com /installDNS:yes /confirmGC:yes/databasePath:"e:\ntds"/logPath:"f:\ntdslogs" /sysvolpath:"g:\sysvol" /safeModeAdminPassword:password /rebootOnCompletion:yes

dcpromo.exe /unattend:”path”

Page 8: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Install a New Windows Server 2008 Child Domain

[DCINSTALL]ReplicaOrNewDomain=domainNewDomain=childParentDomainDNSName=fqdnUserDomain=fqdnUserName= DOMAIN\username*Password=password*ChildName=name*DomainNetBiosName=nameDomainLevel={0,2,3}*InstallDNS=yesCreateDNSDelegation=yesDNSDelegationUserName=DOMAIN\usernameDNSDelegationPassword=password*DatabasePath="path"LogPath="path"SYSVOLPath="path"SafeModeAdminPassword=pwdRebootOnCompletion=yes

[DCINSTALL]ReplicaOrNewDomain=domainNewDomain=childParentDomainDNSName=fqdnUserDomain=fqdnUserName= DOMAIN\username*Password=password*ChildName=name*DomainNetBiosName=nameDomainLevel={0,2,3}*InstallDNS=yesCreateDNSDelegation=yesDNSDelegationUserName=DOMAIN\usernameDNSDelegationPassword=password*DatabasePath="path"LogPath="path"SYSVOLPath="path"SafeModeAdminPassword=pwdRebootOnCompletion=yes

dcpromo.exe /unattend /installDNS:yes /replicaOrNewDomain:domain /newDomain:child /ParentDomainDNSName:contoso.com/newDomainDnsName:na.contoso.com /childName:subsidiary/DomainNetbiosName:subsidiary/databasePath:"e:\ntds" /logPath:"f:\ntdslogs"/sysvolpath:"g:\sysvol"/safeModeAdminPassword:password /forestLevel:3 /domainLevel:3/rebootOnCompletion:yes

dcpromo.exe /unattend /installDNS:yes /replicaOrNewDomain:domain /newDomain:child /ParentDomainDNSName:contoso.com/newDomainDnsName:na.contoso.com /childName:subsidiary/DomainNetbiosName:subsidiary/databasePath:"e:\ntds" /logPath:"f:\ntdslogs"/sysvolpath:"g:\sysvol"/safeModeAdminPassword:password /forestLevel:3 /domainLevel:3/rebootOnCompletion:yes

dcpromo.exe /unattend:”path”

Page 9: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Install a New Domain Tree in a Forest

[DCINSTALL]ReplicaOrNewDomain=domainNewDomain=treeNewDomainDNSName=fqdnDomainNetBiosName=nameUserDomain=fqdnUserName= DOMAIN\username*Password=password*DomainLevel={0,2,3}*InstallDNS=yesCreateDNSDelegation=yesDNSDelegationUserName=DOMAIN\usernameDNSDelegationPassword=password*DatabasePath="path"LogPath="path"SYSVOLPath="path"SafeModeAdminPassword=pwdRebootOnCompletion=yes

[DCINSTALL]ReplicaOrNewDomain=domainNewDomain=treeNewDomainDNSName=fqdnDomainNetBiosName=nameUserDomain=fqdnUserName= DOMAIN\username*Password=password*DomainLevel={0,2,3}*InstallDNS=yesCreateDNSDelegation=yesDNSDelegationUserName=DOMAIN\usernameDNSDelegationPassword=password*DatabasePath="path"LogPath="path"SYSVOLPath="path"SafeModeAdminPassword=pwdRebootOnCompletion=yes

dcpromo.exe /unattend /installDNS:yes /replicaOrNewDomain:domain /newDomain:tree /newDomainDnsName:tailspintoys.com /DomainNetbiosName:tailspintoys/databasePath:"e:\ntds"/logPath:"f:\ntdslogs" /sysvolpath:"g:\sysvol"/safeModeAdminPassword:password /domainLevel:2/rebootOnCompletion:yes

dcpromo.exe /unattend /installDNS:yes /replicaOrNewDomain:domain /newDomain:tree /newDomainDnsName:tailspintoys.com /DomainNetbiosName:tailspintoys/databasePath:"e:\ntds"/logPath:"f:\ntdslogs" /sysvolpath:"g:\sysvol"/safeModeAdminPassword:password /domainLevel:2/rebootOnCompletion:yes

dcpromo.exe /unattend:”path”

Page 10: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Install AD DS from Media

•Install from media (IFM)

•Create installation media—a specialized AD DS backup

•Use installation media for creation of DC Significantly reduce over-the-network replication

•DC will need to replicate any changes after backup

•ntdsutil – activate instance ntds – ifm create sysvol full path : media with sysvol for writable DC create full path : media without sysvol for writable DC create sysvol rodc path : media with sysvol for read-only DC create rodc path : media without sysvol for read-only DC

•Active Directory Domain Services Installation Wizard, select Use Advanced Mode ReplicationSourcePath option/switch

Page 11: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Authentication and Domain Controller Placement in a Branch Office

?

Page 12: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Read-Only Domain Controllers

Page 13: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Deploy an RODC

1. Ensure the forest functional level is Windows Server 2003 or higher

All domain controllers running Windows Server 2003 or later All domains functional level of Windows Server 2003 or higher Forest functional level set to Windows Server 2003 or higher

2. Ensure that there is at least one writeable DC running Windows Server 2008

• If not, run adprep /forestprep & install one 2008 writable DC

3. If the forest has any DCs running Windows Server 2003, run adprep /rodcprep

Windows Server 2008 CD:\sources\adprep folder

4. Install the RODC Active Directory Domain Services Installation Wizard (dcpromo) Stage the installation of an RODC: from Domain Controllers OU

Page 14: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Stage the Installation of an RODC

•Create the account for the RODC Right-click the Domain Controllers OU Pre-Create

Read-only Domain Controller Account

Delegation of RODC Installation and Administration• Delegate to a group• Members of the group can join RODC to domain• Members of the group are local Administrators after

join

•Attach the server to the RODC account Server must be a member of a workgroup

dcpromo /UseExistingAccount:attach

Page 15: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Attach a Server to a Prestaged RODC Account

•GUI Active Directory Domain Services Wizard:dcpromo.exe/useexistingaccount:attach

[DCINSTALL]ReplicaDomainDNSName=fqdnUserDomain=fqdnUserName= DOMAIN\username*Password=password*InstallDNS=yesConfirmGC=yesDatabasePath="path"LogPath="path"SYSVOLPath="path"SafeModeAdminPassword=pwdRebootOnCompletion=yes

[DCINSTALL]ReplicaDomainDNSName=fqdnUserDomain=fqdnUserName= DOMAIN\username*Password=password*InstallDNS=yesConfirmGC=yesDatabasePath="path"LogPath="path"SYSVOLPath="path"SafeModeAdminPassword=pwdRebootOnCompletion=yes

dcpromo.exe /unattend /UseExistingAccount:Attach /ReplicaDomainDNSName:contoso.com/UserDomain:contoso.com /UserName:contoso\dan /password:* /databasePath:"e:\ntds" /logPath:"f:\ntdslogs" /sysvolpath:"g:\sysvol"/safeModeAdminPassword:password /rebootOnCompletion:yes

dcpromo.exe /unattend /UseExistingAccount:Attach /ReplicaDomainDNSName:contoso.com/UserDomain:contoso.com /UserName:contoso\dan /password:* /databasePath:"e:\ntds" /logPath:"f:\ntdslogs" /sysvolpath:"g:\sysvol"/safeModeAdminPassword:password /rebootOnCompletion:yes

dcpromo.exe /useexistingaccount:attach/unattend:”path”

Page 16: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Remove a Domain Controller

•GUI Active Directory Domain Services Wizard: dcpromo.exe

•Command line:dcpromo.exe /uninstallbinaries

•If DC cannot contact the domaindcpromo /forceremoval Then you must clean up metadata: KB 216498

[DCINSTALL]UserName= DOMAIN\username*UserDomain=fqdnPassword=password*AdministratorPassword=password*RemoveApplicationPartitions=yesRemoveDNSDelegation=yesDNSDelegationUserName=DOMAIN\usernameDNSDelegationPassword=password*

[DCINSTALL]UserName= DOMAIN\username*UserDomain=fqdnPassword=password*AdministratorPassword=password*RemoveApplicationPartitions=yesRemoveDNSDelegation=yesDNSDelegationUserName=DOMAIN\usernameDNSDelegationPassword=password* dcpromo.exe /unattend

/uninstallbinaries /UserName:contoso\dan /password:* /administratorpassword:Pa$$w0rd

dcpromo.exe /unattend /uninstallbinaries /UserName:contoso\dan /password:* /administratorpassword:Pa$$w0rd

dcpromo.exe /uninstallbinaries /unattend:”path”

Page 17: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Understand Server Core

•Roles Active Directory Domain

Services

Active Directory AD LDS

DHCP Server

DNS Server

File Services

Print Server

Streaming Media Services

Web Server: HTML. R2 adds .NET

Hyper-V

•Features Microsoft Failover Cluster

Network Load Balancing

Subsystem for UNIX applications

Windows Backup

Multipath I/O

Removable Storage Management

Windows Bitlocker Drive Encryption

SNMP

WINS

Telnet client

Quality of Service (QoS)

Minimal installation: 3 GB disk space, 256 MB RAM

No GUI: Command-line local UI. Can use GUI tools remotely.

Page 18: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Install Server Core

• Select the Server Core Installation option in Windows setup

Page 19: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Server Core Configuration CommandsTaskChange the Administrator Password

Set a static IPv4 Configuration

Activate Windows Server

Join a domain

Add Server Core roles, components, or features

Display installed roles, components, and features

Enable Remote Desktop

Promote a domain controller

Configure DNS

Configure DFS

CommandWhen you log on with Ctrl+Alt+Delete, you will be prompted to change the password. You can also type the following command:Net user administrator*

Netsh interface ipv4

Cscript c:\windows\system32\slmgr.vbs –ato

Netdom

Ocsetup.exe package or featureNote that the package or feature names are case sensitive

Oclist.exe

Cscript C:\windows\system32\scregedit.wsf /AF 0

Dcpromo.exe

Dnscmd.exe

Dfscmd.exe

Page 20: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Understand Single Master Operations

•In any multimaster replication topology, some operations must be “single master”

•Many terms used for single master operations in AD DS Operations master (or operations master roles)

Single master roles

Operations tokens

Flexible single master operations (FSMOs)

•RolesForest• Domain naming• Schema

Domain• Relative identifier (RID)• Infrastructure• PDC Emulator

Page 21: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Operations Master Roles•Forest-wide

Domain naming: adds/removes domains to/from the forest

Schema: makes changes to the schema

•Domain-wide RID: provides “pools” of RIDs to DCs, which use them for SIDs

Infrastructure: tracks changes to objects in other domains that are members of groups in this domain

PDC: plays several very important roles• Emulates a Primary Domain Controller (PDC): compatibility• Special password update handling• Default target for Group Policy updates• Master time source for domain• Domain master browser

Page 22: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Optimize the Placement of Operations Masters

•Forest root DC (first DC in forest) has all roles by default

•Best practice guidance Co-locate the schema master and domain naming master on a GC

Co-locate the RID master and PDC emulator rules

Place the infrastructure master on a DC that is not a GC*

Have a failover plan

•* Real-world enhancements to best-practice guidance Consider configuring all DCs as GCs

• In a single domain forest, it doesn’t increase replication traffic

If all DCs are GCs, infrastructure master role is not “necessary”• Still exists, but does not start on a GC and isn’t needed

Page 23: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Identify Operations Masters

•User interface tools PDC Emulator: Active Directory Users And Computers

RID: Active Directory Users And Computers

Infrastructure: Active Directory Users And Computers

Schema: Active Directory Schema

Domain Naming: Active Directory Domains and Trusts

•Command line tools NTDSUtil

DCDiag

netdom query fsmo

Page 24: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Transfer Operations Master Roles

•Transfer roles in these scenarios To distribute roles away from the forest domain root DC

Prior to taking a role holding DC offline for maintenance

Prior to demoting a role holding DC

•Procedure Ensure that the new role holder is up to date with

replication from the current role holder

Open the appropriate administrative snap-in

Connect to the target domain controllers

Open the Operations Master dialog box and click Change

Or use NTDSUtil to change transfer the master

Page 25: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Seize Operations Master Roles

•Recognize operations master failures Typically you notice when you attempt to perform an action for which

the master is responsible, and receive an error

•Respond to an operations master failure Determine whether the DC can be brought online, and when Evaluate whether the enterprise can continue to function temporarily

without the DC• See Student Manual for specific guidance

•Seize the role using NTDSUtil Refer to procedure in Student Manual

•Return a role to its original holder? Only for PDC and Infrastructure tokens If Schema, RID, or domain naming have been seized, you must

decommission the failed DC offline, then re-promote it

Page 26: Week 2 - Domain Controllers and Operations Masters Domain Controller Installation Options Install a Server Core DC Manage Operations Masters.

Raise the Domain Functional Level

•All domain controllers in the domain must be Windows Server 2008 or greater DCs in other domains and member server OSs don’t

matter

•Active Directory Domains And Trusts Right-click domain Raise Domain Functional Level