You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host -ForegroundColor Magenta "WebAdministration Module not loaded!"
Break
}
# Check for IISAdministration Module
If (Get-Module -Name IISAdministration) {
Write-Host -ForegroundColor Red "These cmdlets were designed for the WebAdministration Module only! Will not work with newer IISAdministration Module."
}
#Get public and private function definition files. Thanks RamblingCookieMonster