Skip to content

Instantly share code, notes, and snippets.

View emiviada's full-sized avatar
💭
Full-stack Developer

Emiliano Viada emiviada

💭
Full-stack Developer
View GitHub Profile
@kensykora
kensykora / Configure.ps1
Last active March 21, 2017 13:42
Getting Started with Vagrant and Windows Boxes
$windowsFeatures = @(
'Web-Server',
'Web-WebServer',
'Web-Mgmt-Console',
'Web-Mgmt-Tools'
);
Install-WindowsFeature -Name $windowsFeatures
#Workaround for IIS Permissions Issues