🔧 Preparing the environment
- [x] Created the
automation/
project structure
- [x] Added
config.ps1
with variables (names, IP, domain, etc.)
- [x] Checked WinRM operation between machines
📥 Installing roles
- [x] Developed
install-roles.ps1
- [x] Support for the
primary
role
- [x] Support for the
secondary
role
- [x] Roles are installed correctly on both VMs
⚙️ Setting up the primary server (setup-primary.ps1
)
- [x] Creating a domain
- [x] Setting up a DNS zone
- [x] Setting up a DHCP range and options
- [x] Creating users and groups
- [x] Setting up DFS namespace, shared folders, and quotas
- [x] Installing and running IIS
⚙️ Setting up a secondary server (setup-secondary.ps1
)