On this page

Remove-ServerConfiguration

SYNOPSIS

Remove a Stores Server from memory.

SYNTAX

Remove-AtlassianServerConfiguration [-Name] <String[]> [<CommonParameters>]

DESCRIPTION

This function allows for several Server object to be removed in memory.

EXAMPLES

EXAMPLE 1

Remove-AtlassianServerConfiguration -Name "Server Prod"

Remove “Server Prod” from the list of stored servers.

EXAMPLE 2

Get-AtlassianServerConfiguration | Remove-AtlassianServerConfiguration

This command will remove all stored servers.

PARAMETERS

-Name

Name with which this server is stored.

Is case sensitive

Type: String[]
Parameter Sets: (All)
Aliases: ServerName, Alias

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

Get-ServerConfiguration

Set-ServerConfiguration