Skip to content

andrewdens/modernie-winrm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modernie-winrm

This Vagrantfile is able to configure WinRM automatically on the box distributed by Microsoft. In other words this Vagrantfile is able to:

  • Disable firewall (the box distributed by Microsoft is configured with firewall enabled by default);
  • Change Network location type to "Work network" (the box distributed by Microsoft is configured as "Public network" by default);
  • Enable WinRM.

It was tested only Win10-Stable-MSEdge and Win7-IE11 box provided by Microsoft.

Instalation

vagrant plugin install vagrant-vbguest
mkdir c:\VagrantVMs\modernie-winrm && cd c:\VagrantVMs\modernie-winrm
git clone https://github.com/andrewdens/modernie-winrm.git .

For IE11-Win7 download the box and unzip it into c:\VagrantVMs\modernie-winrm. If you have curl and 7z, you can do:

curl -LOk http://aka.ms/ie11.win7.vagrant
7z e ie11.win7.vagrant

For MSEdge-Win10-Stable download the box and unzip it into c:\VagrantVMs\modernie-winrm. If you have curl and 7z, you can do:

curl -LOk http://aka.ms/msedge.win10.vagrant
7z e msedge.win10.vagrant

Just for MSEdge-Win10-Stable needs change Vagrantfile as bellow:

First time you need to execute "vagrant up" twice.

vagrant up && vagrant up

Demo

Show animated gif

Screenshots

Configuration changed after provisioning.

Network location type:

Firewall status:

WinRM:

Releases

Check here!

About

This Vagrantfile is able to configure WinRM automatically on the box distributed by Microsoft.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%