Invoke ADCAddWisitetranslationinternalipbinding - j81blog/J81.ADCToolkit GitHub Wiki
Add WebInterface configuration Object.
Invoke-ADCAddWisitetranslationinternalipbinding [-Sitepath] <String> [[-Translationinternalip] <String>]
[[-Translationinternalport] <Int32>] [[-Translationexternalip] <String>] [[-Translationexternalport] <Int32>]
[[-Accesstype] <String>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
Binding object showing the translationinternalip that can be bound to wisite.
Invoke-ADCAddWisitetranslationinternalipbinding -sitepath <string>
An example how to add wisite_translationinternalip_binding configuration Object(s).
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: FalseIP 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: FalsePort 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: FalseExternal 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: FalseExternal 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: FalseType 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: FalseReturn 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: FalseShows 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: FalsePrompts 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: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
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.