Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bradbrowne/b10f86b8f9d19f2afe89bc80aff1df88 to your computer and use it in GitHub Desktop.
Save bradbrowne/b10f86b8f9d19f2afe89bc80aff1df88 to your computer and use it in GitHub Desktop.
Windows PowerShell IIS Administration using Powershell
[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Web.Administration")
$iis = New-Object Microsoft.Web.Administration.ServerManager
$iis.Sites
@bradbrowne
Copy link
Author

clam-iis-web-admin-sites

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment