Ensconce
  • Home
  • Command Line Tasks
  • Deployment Configuration
  • Powershell Helpers
  • Substitution Files
  • Template Syntax
  1. Powershell Helpers
  2. createWebsite.ps1

createWebsite.ps1

Overview

The createWebsite.ps1 allows for interaction with IIS greater than or equal to version 7.0

This section will detail the functions that can be performed on IIS.

Functions

  • AddAuthoringRule
  • AddDefaultDocument
  • AddHostHeader
  • AddSslCertificate
  • CheckIfAppPoolExists
  • CheckIfSslBindingExists
  • CheckIfVirtualDirectoryExists
  • CheckIfWebApplicationExists
  • CheckIfWebSiteExists
  • CreateAppPool
  • CreateVirtualDirectory
  • CreateWebApplication
  • CreateWebSite
  • Enable32BitApps
  • EnableBasicAuthentication
  • EnableParentPaths
  • EnableWebDav
  • GetAppPoolState
  • RestartAppPool
  • SetAppPoolAlwaysRunning
  • SetAppPoolIdentity
  • SetAppPoolIdleTimeout
  • SetAppPoolStartMode
  • SetSitePathWithConnectAs
  • StartAppPool
  • StartWebSite
  • StopAppPool
  • StopWebSite
  • UpdateAppPoolRecycling
Powershell Helpers
createWebsite.ps1
AddAuthoringRule AddDefaultDocument AddHostHeader AddSslCertificate CheckIfAppPoolExists CheckIfSslBindingExists CheckIfVirtualDirectoryExists CheckIfWebApplicationExists CheckIfWebSiteExists CreateAppPool CreateVirtualDirectory CreateWebApplication CreateWebSite Enable32BitApps EnableBasicAuthentication EnableParentPaths EnableWebDav GetAppPoolState RestartAppPool SetAppPoolAlwaysRunning SetAppPoolIdentity SetAppPoolIdleTimeout SetAppPoolStartMode SetSitePathWithConnectAs StartAppPool StartWebSite StopAppPool StopWebSite UpdateAppPoolRecycling
  • Edit Page
  • View Code On GitHub
  • View Latest Release
© 15below