Created
May 30, 2018 02:03
-
-
Save bradbrowne/b10f86b8f9d19f2afe89bc80aff1df88 to your computer and use it in GitHub Desktop.
Windows PowerShell IIS Administration using Powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Web.Administration") | |
$iis = New-Object Microsoft.Web.Administration.ServerManager | |
$iis.Sites |
Author
bradbrowne
commented
May 30, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment