New-WebAppPool

New-WebAppPool

Creates a new IIS application pool.

Syntax

Parameter Set: Default
New-WebAppPool [-Name] <String> [-Force] [ <CommonParameters>]

Detailed Description

Creates a new IIS application pool.

Parameters

-Force

Forces the operation without prompting

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Name<String>

The name of the IIS application pool to create.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

-------------- EXAMPLE 1: Create new IIS Application Pool --------------

This example creates a new IIS application pool named "NewAppPool."

IIS:\>New-WebAppPool NewAppPool