Difference between revisions of "AD DS"

From AlphaBook
Jump to: navigation, search
(Active Directory Domain Service Design)
(Active Directory Domain Service Design)
Line 7: Line 7:
 
* Enable [[Active Directory Recycle Bin]]
 
* Enable [[Active Directory Recycle Bin]]
 
* Enable [[Protect object from accidental deletion]] (User, OU, etc)
 
* Enable [[Protect object from accidental deletion]] (User, OU, etc)
* Fill user account more properties (City, Country, Phone, Job Title, Department, Manager...) [[Create AD user with PowerShell]]
+
* Fill more AD account properties (City, Country, Phone, Job Title, Department, Manager...) [[Create AD user with PowerShell]]
 
* Grant permission per group, not a single user
 
* Grant permission per group, not a single user
 
* [https://support.microsoft.com/en-us/help/279723/how-to-grant-help-desk-personnel-the-specific-right-to-unlock-locked-user-accounts Delegate IT helpdesk group unlock user account permission]
 
* [https://support.microsoft.com/en-us/help/279723/how-to-grant-help-desk-personnel-the-specific-right-to-unlock-locked-user-accounts Delegate IT helpdesk group unlock user account permission]

Revision as of 15:20, 19 July 2017

Active Directory Domain Service Design

Setup the first Domain Controller

FSMO (Flexible single master operation)

5 FSMO roles

  • Schema master / Forest level
    • To make change Schema in forest (such as Exchange, Lync, SCCM)
  • Domain naming master / Forest level
    • To add/remove domain in forest
  • PDC / Domain level
    • Time root in forest (PDC->DCs->Computers)
    • Group policy central management
    • Handle password change specially (the change will sync to PDC immediately)
    • Handle user account lock specially
  • RID pool master / Domain level
    • Assign RIDs to DCs (500/time)
  • Infrastucture master / Domain level
    • Objects reference in different domains

To check the FSMO servers

  • netdom query fsmo

To transfer / seize to FSMO roles

  • Ntdsutil
  • Roles
  • Connections
  •  ?
  • Connect to server BJDC01
  • Quit
  • Transfer schema master
  • Transfer domain naming master
  • Transfer PDC
  • Transfer RID master
  • Transfer infrastructure master