application pool yaratma

PowerShell ile IIS Application Pool Yaratma Script

Aşağıda paylaşmış olduğum PowerShell script’ni  “Windows PowerShell ISE” ile çalıştırabilirsiniz. Import-Module WebAdministration New-Item -Path “IIS:\AppPools” -Name “Sayfa1” -Type AppPool New-Item -Path “IIS:\AppPools” -Name “Sayfa2” -Type AppPool...