Remove-VBRDefaultGateway

Short Description

Removes default cloud gateways.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Remove-VBRDefaultGateway -Gateway <VBRDefaultGateway> [-WhatIf] [-Confirm]  [<CommonParameters>]

Detailed Description

This cmdlet removes a selected cloud default gateway.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Gateway

Specifies the default cloud gateway you want to remove.

Accepts the VBRDefaultGateway object. To get this object, run the Get-VBRDefaultGatewayConfiguration cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

WhatIf

Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action.

SwitchParameter

False

Named

False

Confirm

Defines that the cmdlet will display a prompt that asks if you want to continue running the command.

SwitchParameter

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRDefaultGateway

Examples

Removing Default Gateway [Using Pipeline]

This example shows how to remove a default gateway.

$configuration = Get-VBRDefaultGatewayConfiguration

$configuration.DefaultGateway | Remove-VBRDefaultGateway

Perform the following steps:

  1. Run the Get-VBRDefaultGatewayConfiguration cmdlet. Save it to $configuration variable.
  2. Get the default gateway using the DefaultGateway property of the $configuration variable. Pipe the result to the Remove-VBRDefaultGateway cmdlet.

Related Commands

Get-VBRDefaultGatewayConfiguration

Page updated 4/24/2024

Page content applies to build 12.1.1.56