by damienm1 » Thu Jul 16, 2009 12:06 pm
Hi All,
Passed 83-640 with 966 - all info above 100% Valid. Used CBT Nuggets videos and same multi-choice questions as above. Some solution notes below:
=============================================
Enforce Password History
=============================================
Computer Configuration\Windows Settings\Security Settings\Password Policy
============================================
Interactive logon: Do not display last user name
============================================
Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\
============================================
Enable "PostalCode" attribute to replicate all GC servers
============================================
Run regsvr32 schmmgmt.dll
Run MMC
File - add/remove snap-in
Add Active Directory Schema
Right click Active Directory Schemas, select Connect to Schema Operations Master
Select Attributes
Find postalCode, rightclick, properties
Select Replicate this attribute to the Global Catalog
============================================
Raise Domain Functional Level to 2008
============================================
From Active Directory Users and Computers, right click on the domain
Select Raise domain functional level
============================================
Enable GC on Domain Controller
============================================
From Active Directory Sites and Services, right click NTDS Settings under applicable DC Server
Select properties, check Global Catalog box
=============================================
Add a task to Event Viewer for Services with ID 7036
=============================================
From Diagnostics\Event Viewer\Windows Logs\System, right click on log ID 7036
Select Attach Task to This Event
=============================================
Configure DNS Delegation
=============================================
From DNS manager, right click on dns for domain, select New Delegation
Enter delegated domain name (eg west.contuso.com)
Click Next then Add
Enter server FQDN (eg server.west.contuso.com) and server IP address
===========================================
Configure DNS Debugging
===========================================
Right click on DNS Server, Properties, Debug Logging
===========================================
DNS - Configure Conditional Forwarding
===========================================
Right click on conditional forwarders, configure FQDN and IP address
===========================================
DNS - Zone Transfer settings
===========================================
Right click on zone, Properties, Zone Transfers
===========================================
Change Cost - ADDS
===========================================
From Active Directory Sites and Services, select Intersite transports\IP\Site Link
Right click, Properties
Modify Cost
=============================================
Reset DSRM Password from Command Prompt
=============================================
Run ntdsutil
set dsrm password
reset password on server null
=============================================