Start-Web
Item
Syntax
Start-WebItem
[-Passthru]
[-Protocol <String>]
[[-PSPath] <String[]>]
[<CommonParameters>]
Description
The Start-WebItem cmdlet starts an application pool or a website.
Examples
Example 1: Start a website
IIS:\> Start-WebItem -PSPath "IIS:\Sites\Default Web Site"
This command starts the site named Default Web Site.
Optional Parameters
Specifies the path to the site or application pool to start.
| Type: | String[] |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
Passes an object that represents the web item to the pipeline.
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Specifies the protocol binding of the site to start.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Inputs
PSObject
Outputs
PSObject