Get-WebsiteState
Gets the state of an IIS website.
Syntax
Default (Default)
Get-WebsiteState
[[-Name] <String>]
[<CommonParameters>]
Description
The Get-WebsiteState cmdlet gets the state of an Internet Information Services (IIS) website.
Examples
Example 1: Get the state of a website
IIS:\> Get-WebsiteState -Name "Default Web Site"
Value
-----
Started
This command returns the state of the default website.
Parameters
-Name
Specifies the name of the website about which this cmdlet gets information.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 0 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | True |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.