I am trying to use the [Microsoft Edge Vagrant boxes](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms).
I haven't found any official or unofficial tutorial. Can you give me some guidance?
Answers to your questions
I am trying to use the [Microsoft Edge Vagrant boxes](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms).
I haven't found any official or unofficial tutorial. Can you give me some guidance?
This gist helped get me up and running:
https://gist.github.com/andreptb/57e388df5e881937e62a
The main issue is Windows treats new connections as public and winrm only takes instructions from private networks. I manually enable winrm part way through `vagrant up` via a helper script I place in the same folder as the vagrant file. This gets mounted automatically in `\\vboxsvr\vagrant`.