Remove-WebSitesServer

Remove-WebSitesServer

Removes a server from the Web Sites cloud.

Syntax

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


 

Detailed Description

The Remove-WebSitesServer cmdlet removes a server from the Web Sites cloud. To add a server, use the New-WebSitesServer cmdlet.

Parameters

-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: Remove a server

This command removes the server named WSERVER01 from the Web Sites farm.

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

 

Related topics

New-WebSitesServer

Get-WebSitesServer

Set-WebSitesServer

Test-WebSitesServer

Restart-WebSitesServer

Repair-WebSitesServer