Restart-Web Item

Restarts an application pool or a website.

Syntax

Restart-WebItem
       [-Protocol <String>]
       [[-PSPath] <String[]>]
       [<CommonParameters>]

Description

The Restart-WebItem cmdlet restarts an application pool or a website.

Examples

Example 1: Restart an application pool

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

This command restarts the application pool named DefaultAppPool.

Optional Parameters

-PSPath

Specifies the path to the application pool or web site.

Type: String[]
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Protocol

Specifies the protocol binding of the item to restart. This parameter applies to sites only.

Type: String
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Inputs

PSObject

Outputs

PSObject