Skip to content

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

Notifications You must be signed in to change notification settings

Naimadnap/modernie-winrm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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 provider by Microsoft.

Click here to lend your support to: modernie-winrm and make a donation at pledgie.com !

Changelog

v0.0.3

  • Enable support for Win10-Stable-MSEdge.

v0.0.2

  • Refactoring plugin code.

v0.0.1

  • First version.

Instalation

mkdir c:\mybox && cd c:\mybox
git clone https://github.com/danielmenezesbr/modernie-winrm.git .

For IE11-Win7 download the box and unzip it into c:\mybox. 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:\mybox. 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:

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%