Start-IISSite

Starts an existing site on the IIS server.

Syntax

Start-IISSite
     [-Name] <String>
     [-Passthru]
     [<CommonParameters>]

Description

The Start-IISSite cmdlet starts an existing site on the Internet Information Services (IIS) server.

Examples

Example 1: Start an IIS web site

PS C:\> Start-IISSite -Name "Default Web Site"

This command starts an IIS web site named Default Web Site

Required Parameters

-Name

Specifies the name of the IIS web site

Type: String
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

Optional Parameters

-Passthru

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.

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

Inputs

String

Outputs

Microsoft.Web.Administration.Site