Skip to content

Instantly share code, notes, and snippets.

View phenixita's full-sized avatar

Michele phenixita

View GitHub Profile
@BernieWhite
BernieWhite / azure-web-vm-configuration.ps1
Last active October 14, 2020 06:36
DSC configuration for an IIS web server
configuration webConfiguration
{
param (
[Parameter(Mandatory = $False)]
[String]$websitePackageUri
)
Import-DscResource -ModuleName PSDesiredStateConfiguration