Get-Web
Item
State
Syntax
Get-WebItemState
[-Protocol <String>]
[[-PSPath] <String[]>]
[<CommonParameters>]
Description
The Get-WebItemState cmdlet gets the run-time state of a site or an application pool.
Examples
Example 1: Get the state of all websites
C:\PS>Get-WebItemState -PSPath "IIS:\sites\*"
This command returns information about the state of all the sites on the IIS server.
Example 2: Get the state of the default website using HTTP
IIS:\> Get-WebItemState -PSPath ".\Default Web Site" -Protocol "http"
Value
-----
Started
This command returns information about the HTTP binding on the default website.
Optional Parameters
Specifies the path to the application pool or site.
| Type: | String[] |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
Specifies the protocol binding for which information is returned, such as HTTP or FTP. This parameter is for sites only.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Inputs
PSObject
Outputs
PSObject