How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gusztavvargadr/iis-windows-server-core"
config.vm.box_version = "10.2102.2302"
end
vagrant init gusztavvargadr/iis-windows-server-core \
--box-version 10.2102.2302
vagrant up
This version was created 3 months ago.
See also | Changelog | Feedback | Source