Skip to content

Instantly share code, notes, and snippets.

View BryanWilhite's full-sized avatar
😐

Bryan Wilhite BryanWilhite

😐
View GitHub Profile
#
# shared functions for IIS
#
# based on “Basic Power-Shell cmdlets to work with IIS 7+” https://gist.github.com/sergejusb/5304386
#
Import-Module WebAdministration
function Add-PhysicalPath($PhysicalPath)
{