How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "valengus/windows-2022-standard"
  config.vm.box_version = "1.0.20230212"
end
vagrant init valengus/windows-2022-standard \
  --box-version 1.0.20230212
vagrant up

This version was created 4 months ago.

WINDOWS Server 2022 STANDARD :

source

  • image prepared in "Audit Mode"
  • image was finalized using sysprep
  • system drive will be extended during first startup, you can use vagrant-disksize plugin
  • hibernate mode disabled
  • updates ( 14.02.2023 )
  • drivers for kvm (viostor, netkvm, viorng, vioserial, qxldod, balloon)
  • qemu|virtualbox|vmware guest agent
  • winrm will be enabled over https during startup
  • remote desktop allowed
  • administrator account enabled

Login Credentials

Username: Administrator \ vagrant

Password: vagrant

3 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (6.72 GB)

  • libvirt Hosted by Vagrant Cloud (6.57 GB)

  • virtualbox Hosted by Vagrant Cloud (6.6 GB)