Get the data of a stored server.
Get-AtlassianServerConfiguration [<CommonParameters>]
Get-AtlassianServerConfiguration [-Uri] <Uri> [<CommonParameters>]
Get-AtlassianServerConfiguration [-Name] <String[]> [<CommonParameters>]
Retrieve the stored servers.
Get-AtlassianServerConfiguration
Get all stored servers
Get-AtlassianServerConfiguration -Name "prod"
Get the data of the server with Name “prod”
Get-AtlassianServerConfiguration -Uri "https://myserver.com"
Get the data of the server with address https://myserver.com
Address of the stored server.
Is not case sensitive
Type: Uri
Parameter Sets: ServerDataByUri
Aliases: Url, Address
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Name of the server that was defined when stored.
Is not case sensitive
Type: String[]
Parameter Sets: ServerDataByName
Aliases: ServerName, Alias
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
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).