Invoke ADCAddWisitetranslationinternalipbinding - j81blog/J81.ADCToolkit GitHub Wiki

Invoke-ADCAddWisitetranslationinternalipbinding

SYNOPSIS

Add WebInterface configuration Object.

SYNTAX

Invoke-ADCAddWisitetranslationinternalipbinding [-Sitepath] <String> [[-Translationinternalip] <String>]
 [[-Translationinternalport] <Int32>] [[-Translationexternalip] <String>] [[-Translationexternalport] <Int32>]
 [[-Accesstype] <String>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Binding object showing the translationinternalip that can be bound to wisite.

EXAMPLES

EXAMPLE 1

Invoke-ADCAddWisitetranslationinternalipbinding -sitepath <string>

An example how to add wisite_translationinternalip_binding configuration Object(s).

PARAMETERS

-Sitepath

Path to the Web Interface site.

Type: String
Parameter Sets: (All)
Aliases:

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

-Translationinternalip

IP address of the server for which you want to associate an external IP address. (Clients access the server through the associated external address and port.).

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-Translationinternalport

Port number of the server for which you want to associate an external port. (Clients access the server through the associated external address and port.).

  • in CLI is represented as 65535 in NITRO API
Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-Translationexternalip

External IP address associated with server's IP address.

Type: String
Parameter Sets: (All)
Aliases:

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

-Translationexternalport

External port number associated with the server's port number.

  • in CLI is represented as 65535 in NITRO API
Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 6
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-Accesstype

Type of access to the XenApp or XenDesktop server. Available settings function as follows: * User Device - Clients can use the translated address of the mapping entry to connect to the XenApp or XenDesktop server.

  • Gateway - Access Gateway can use the translated address of the mapping entry to connect to the XenApp or XenDesktop server.
  • User Device and Gateway - Both clients and Access Gateway can use the translated address of the mapping entry to connect to the XenApp or XenDesktop server. Possible values = UserDevice, Gateway, UserDeviceAndGateway
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 7
Default value: UserDevice
Accept pipeline input: False
Accept wildcard characters: False

-PassThru

Return details about the created wisite_translationinternalip_binding item.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

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

File Name : Invoke-ADCAddWisitetranslationinternalipbinding Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/wi/wisite_translationinternalip_binding/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.

RELATED LINKS

https://blog.j81.nl

⚠️ **GitHub.com Fallback** ⚠️