For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove-DSGateway

Sinopsis

Eliminar un gateway

Sintaxis

__AllParameterSets

Remove-DSGateway -GatewayID <guid> [-AsLegacyResponse] [<CommonParameters>]

Descripción

Eliminar un gateway. Se requiere el módulo de Devolutions Gateway.

Parámetros

-AsLegacyResponse

En las versiones anteriores a 2024.2, muchos cmdlets de DS devolvían un objeto ServerResponse. Al habilitar este modificador de retrocompatibilidad, los scripts desarrollados para versiones anteriores pueden funcionar correctamente.

Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-GatewayID

ID del gateway que se desea eliminar

CommonParameters

Este cmdlet admite los parámetros comunes: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction y -WarningVariable. Para obtener más información, consulte about_CommonParameters.

Notas

Para obtener más información, escriba "Get-Help Remove-DSGateway -detailed". Para obtener información técnica, escriba "Get-Help Remove-DSGateway -full".

Última actualización

¿Te fue útil?