Skip to content

Automate deployment of Windows AD DS infrastructure with others services

Notifications You must be signed in to change notification settings

Limerio/windows-adds-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows-adds-automation

Description

The goal of this project is to create an automate way to deploy Windows AD DS infrastructure with others services which Microsoft provides to their operating system. The utils directory some scripts if you want to use it to do small tasks like creation of users or groups. The data directory is only to store users, groups, organisation units, etc...

Tech stack

  • Powershell
  • Bash

Tasks :

  • Automate connection to an AD DS (auto-connect.ps1)
  • Update the ip address
  • Add Active Directory and DHCP Services
  • Rename the server
  • Deployment of the forest
  • Add a scheduled task to start the init script after restart of the server
  • Update configuration of the DHCP
    • Add an exclusion range
    • Add a primary zone
    • Add a scope and change the state
    • Add a default option value
  • Create organization units
  • Create groups
  • Create users and assign to there group
  • Installation of a web server (Optional)
  • Installation of a print services (Optional)
  • Remove the init task
  • Add a bash script to be able to connect to a network directory

About

Automate deployment of Windows AD DS infrastructure with others services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published