Start-WebItem

Start-WebItem

Starts an application pool or a site.

Syntax

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

Detailed Description

Use Start-WebItem to start an application pool or a Web site.

Parameters

-PSPath<String[]>

The path to the site or application pool to start.

Aliases

none

Required?

false

Position?

2

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Passthru

Passes an object that represents the Web item to the pipeline

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Protocol<String>

The protocol binding of the site to start.

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: Start a Web Site --------------

Starts the site named Default Web Site.

IIS:\>Start-WebItem 'IIS:\Sites\Default Web Site'

Get-WebItemState

Restart-WebItem

Stop-WebItem