Skip to content

Windows server + client stand based on Vagrant with Virtualbox provider

License

Notifications You must be signed in to change notification settings

gochankot/win-stand

Repository files navigation

win-stand

(c) Georgy A Bystrenin gkot@altlinux.org Start 16 Janury 2018

Test infrastructure for AD based on Windows Server

Windows server + client stand based on Vagrant with Virtualbox provider

./scripts based on:

Based BOX List:

  • universalvishwa/windows-2008-r2-standard-x64
  • universalvishwa/windows-7-professional-x64

DIR List: <DIR_NAME> | Description

  • w08r2srv-dc1 | start Forest AD Controller domain.alt
  • w08r2srv-dc2_repl | 2 VM: VM = Description dc = start First Domain Controller domain.alt repl = start Replica of Forest Controller domain.alt
  • w08r2srv-dc3_child | 2 VM: VM = Description dc = start Domain Controller domain.alt repl = start Domain Controller subdomain child.domain.alt
  • w7ProX64-client | Windows 7 x64 Cleint for the join AD test, as well as the RSAT Tools test

Example: Create Domain Controller

Create Forest AD Controller

 cd w08r2srv-dc1
 vagrant up

After that the domain domain.alt is up and running at IP address 192.168.38.2.

Normal Use

After setting up all boxes, you simply can start and stop the boxes, but the Domain Controller should be started first and stopped last.

 cd <DIR_NAME>
 vagrant up <NAME>
 vagrant halt <NAME>

TODO:

  • Fix w08r2srv-dc4_2Site
  • Fix join to AD Domain w7ProX64-client

About

Windows server + client stand based on Vagrant with Virtualbox provider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published