NAME: CreateApplicationPool.ps1 DESCRIPTION: Creates a new application pool on a local or remote machine. This script supports prototyping by using the -whatif switch. PARAMETERS: -computer computer upon which to run the command -appname Name of the application pool -autostart Specifies whether the application pool starts automatically -whatif Prototypes the command -help prints help description and parameters file -examples prints only help examples of syntax -full prints complete help information -min prints minimal help. Modifies -help NAME: CreateSite.ps1 DESCRIPTION: Creates a web site on a local or remote machine. This script supports prototyping by using the -whatif switch. PARAMETERS: -computer Specifies the name of the computer to run the script -sitename the name of the new web site -path physical path to the web directory -port port the web site listens to -tld top level domain: com, net, org ... -protocol the protocol to use: http, https ... -whatif Prototypes the command -help prints help description and parameters file -examples prints only help examples of syntax -full prints complete help information -min prints minimal help. Modifies -help NAME: FindIISClasses.ps1 DESCRIPTION: Lists all WMI classes related to IIS 7 on a local or remote machine. PARAMETERS: -computer computer upon which to run the command -list lists the IIS 7 WMI classes related to query ex: site, app, pool -help prints help description and parameters file -examples prints only help examples of syntax -full prints complete help information -min prints minimal help. Modifies -help NAME: GetApplicationPoolDefaults.ps1 DESCRIPTION: Gets a listing of application pool defaults on a local or remote machine. PARAMETERS: -computer computer upon which to run the command -query executes the query -help prints help description and parameters file -examples prints only help examples of syntax -full prints complete help information -min prints minimal help. Modifies -help NAME: GetAppPool.ps1 DESCRIPTION: Gets a listing of application pools on a local or remote machine. PARAMETERS: -computer computer upon which to run the command -query executes the command -help prints help description and parameters file -examples prints only help examples of syntax -full prints complete help information -min prints minimal help. Modifies -help NAME: GetSiteLimits.ps1 DESCRIPTION: Gets a listing of site limits on a local or remote machine. PARAMETERS: -computer computer upon which to run the command -query executes the query -help prints help description and parameters file -examples prints only help examples of syntax -full prints complete help information -min prints minimal help. Modifies -help NAME: GetSites.ps1 DESCRIPTION: Gets a listing of web sites on a local or remote machine. PARAMETERS: -computer computer upon which to run the command -query executes the query -help prints help description and parameters file -examples prints only help examples of syntax -full prints complete help information -min prints minimal help. Modifies -help NAME: ListVirtualDirectory.ps1 DESCRIPTION: Gets a listing of virtual directories on a local or remote machine. PARAMETERS: -computer computer upon which to run the command -query executes the query -help prints help description and parameters file -examples prints only help examples of syntax -full prints complete help information -min prints minimal help. Modifies -help NAME: StartStopSite.ps1 DESCRIPTION: Starts or stops a web site on a local or remote machine. This script supports prototyping by using the -whatif switch. PARAMETERS: -site name of the site to start or to stop -computer specifies the name of the computer to run the script -start starts the web site -stop stops the web site -query creates a listing of web sites -whatif Prototypes the command -help prints help description and parameters file -examples prints only help examples of syntax -full prints complete help information -min prints minimal help. Modifies -help
kmichalo1