Get-MqttRoute

SYNOPSIS

Remove a MQTT Route.

SYNTAX

Get-MqttRoute [-Destination <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Removes a MQTT Route of the specified system.

EXAMPLES

EXAMPLE 1

PS> Get-MqttRoute -destination CX_1234
Address       TcpPort Topic  Qos Security
-------       ------- -----  --- --------
192.168.2.1   44124   Topic1     TLS
192.200.2.2   44124   Topic2     PSK
192.200.3.3   44124   Topic3     None

Gets the MQTT Routes registered on the destination System 'CX_1234'.

PARAMETERS

-Destination

The destination address, where to Remove the specified Mqtt route.

This can be the NetId, the HostName or the IPAddress

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
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.

INPUTS

OUTPUTS

NOTES