Restart-WebItem

Restart-WebItem

Restarts an application pool or a Web site.

Syntax

Parameter Set: Default
Restart-WebItem [[-PSPath] <String[]> ] [-Protocol <String> ] [ <CommonParameters>]

Detailed Description

Use theRestart-WebItemcmdlets to recycle an application pool or a Web site.

Parameters

-PSPath<String[]>

The path to the application pool or Web site.

Aliases

none

Required?

false

Position?

2

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Protocol<String>

The protocol binding of the item to restart (applies to sites only).

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

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.

  • PSObject

Outputs

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

  • PSObject

Examples

-------------- EXAMPLE 1: Recycle an Application Pool --------------

Restarts the application pool named DefaultAppPool.

IIS:\>Restart-WebItem 'IIS:\AppPools\DefaultAppPool'

Get-WebItemState

Start-WebItem

Stop-WebItem