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.20230102"
end
vagrant init valengus/windows-2022-standard \
  --box-version 1.0.20230102
vagrant up

This version was created 5 months ago.

WINDOWS Server Standard 2022 :

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 ( 02.01.2023 )
  • drivers for kvm (viostor, netkvm, viorng, vioserial, qxldod, balloon)
  • qemu|virtualbox|vmware guest agent
  • winrm will be enabled over https during first startup
  • remote desktop allowed
  • administrator account enabled

Login Credentials

Username: Administrator \ vagrant

Password: vagrant

2 providers for this version.
  • virtualbox Hosted by Vagrant Cloud (6.62 GB)

  • libvirt Hosted by Vagrant Cloud (6.57 GB)