StefanScherer / adfs2

Multi Vagrant environment with Active Directory
MIT License
140 stars 44 forks source link

Where can i found "windows_2012_r2"? #4

Closed danielmenezesbr closed 6 years ago

danielmenezesbr commented 6 years ago

Where can i found "windows_2012_r2" [1]?

https://github.com/StefanScherer/adfs2/blob/master/Vagrantfile#L6

StefanScherer commented 6 years ago

Look at the Vagrant Cloud https://app.vagrantup.com you can discover lots of boxes there. Then adjust the name of the box in the Vagrantfile. Otherwise you can build your own box with Packer. My templates can be found at https://github.com/StefanScherer/packer-windows.

StefanScherer commented 6 years ago

When you build a VM with Packer you should also add the sysprep step. When Vagrant boots a VM then every VM generates its own SID which is needed to join a domain.

See https://github.com/clong/DetectionLab/blob/master/Packer/windows_2016.json#L28 for an example or the https://github.com/StefanScherer/packer-windows/blob/my/README-shutdown_command.md