Set-WebSitesServer

Set-WebSitesServer

Enables or disables a server in the Web Sites cloud.

Syntax

Parameter Set: Default
Set-WebSitesServer [-Name] <String> [-Enabled] [-PipelineVariable <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]


 

Detailed Description

The Set-WebSitesServer cmdlet enables or disables a server in the Web Sites cloud.

Parameters

-Enabled

Indicates that the server is enabled.

 

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

 

-Name<String>

Specifies the name of a server.

 

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

 

-PipelineVariable<String>

Specifies a variable to be used with the pipeline operator.

 

Aliases

pv

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

 

-Confirm

Prompts you for confirmation before executing the command.

 

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

 

-WhatIf

Describes what would happen if you executed the command without actually executing the command.

 

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.

Examples

Example 1: Enable a server

This command enables the server named WSERVER01.

PS C:\> Set-WebSitesServer -ServerName "WSERVER01" -Enabled

 

Example 2: Disable a server

This command disables the server named WSERVER01.

PS C:\> Set-WebSitesServer -ServerName "WSERVER01"

 

Related topics

New-WebSitesServer

Get-WebSitesServer

Test-WebSitesServer

Restart-WebSitesServer

Repair-WebSitesServer

Remove-WebSitesServer