Web | IIS Website and App Pool Setup
2024-09-17
Script Summary: This PowerShell script automates the configuration of a new IIS (Internet Information Services) website and its associated application pool. It leverages the `WebAdministration` module to streamline setup tasks, ensuring consistency and reducing manual effort. Key operations include: Application Pool Configuration- Creates a new App Pool named "MyWebsite Pool"- Sets idle timeout to 1 […]