Skip to content

a set of PowerShell scripts to Install & Configure Active Directory Domain Services, from an XML input file.

Notifications You must be signed in to change notification settings

BZanten/DeployADDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeployADDS

A PowerShell scripting framework to deploy Active Directory Services on Windows Server 2012 R2 or higher.

  • Configuration fully by using the hierarchy of an XML file
  • XML Hierarchy follows Active Directory hierarchy:
    • Forest
    • Forest properties
    • sites
    • subnets
    • DNS
      • Forest domain
      • domain properties
        • optional subdomain(s)
        • domain properties
        • Domain controllers
        • DNS
        • OU structure
          • Users, groups etc
  • Install Domain Controller, autodetect first DC in Forest, or domain or additional DC in existing domain
  • use XML element tags to convert to Powershell Parameter splatting, reducing the required code, giving ultimate flexibility in XML

About

a set of PowerShell scripts to Install & Configure Active Directory Domain Services, from an XML input file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published