This file contains 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
############################################################################################## | |
# Script de publication de site IIS | |
# Todo : | |
# Decoupage en fonctions | |
# TRy-catch sur le parametrage du pool | |
# Dynamisation des messages write-host | |
############################################################################################## | |
Import-Module WebAdministration #Inclure le module de gestion IIS |