< Back

New-NSurl

Sat Jan 11, 2020 12:42 am

NAME New-NSurl



SYNOPSIS





SYNTAX

New-NSurl [[-session] <nitro_service>] [-name] <string> [-linkname] <string> [-actualurl] <string> [[-vservername]

<string>] [[-iconurl] <string>] [[-applicationtype] <string>] [[-ssotype] <string>] [[-useproxy] <string>]

[-comment <string>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-session <nitro_service>

This mandatory parameter requires a nitro_service object. This can be requested using the get-nitrosession and

pipelined into this command.



Required? false

Position? 0

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-name <string>

The name specifies the name of the URL within the NetScaler configuration. This is not visible to end-users.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-linkname <string>

The linkname specifies the diplayname that users will see. Max 31 characters.



Required? true

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-actualurl <string>

Destination URL



Required? true

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-vservername <string>

optional parameter to send traffic to a virtual server on the NetScaler



Required? false

Position? 4

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-iconurl <string>

optional parameter to specify an alternative icon for the ULR.



Required? false

Position? 5

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-applicationtype <string>

Specify the application type. Possible values = CVPN, VPN, SaaS



Required? false

Position? 6

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ssotype <string>

Specify the sso type. Possible values = unifiedgateway, selfauth, samlauth



Required? false

Position? 7

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-useproxy <string>

Specify whether or not the NetScaler is used as a reverse proxy. Default "OFF". Possible values = ON, OFF



Required? false

Position? 8

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-comment <string>



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

com.citrix.netscaler.nitro.service.nitro_service

This mandatory parameter requires a nitro_service object. This can be requested using the get-nitrosession and

pipelined into this command.



System.String

The name specifies the name of the URL within the NetScaler configuration. This is not visible to end-users.



System.String

The linkname specifies the diplayname that users will see. Max 31 characters.



System.String

Destination URL



System.String

optional parameter to send traffic to a virtual server on the NetScaler



System.String

optional parameter to specify an alternative icon for the ULR.



System.String

Specify the application type. Possible values = CVPN, VPN, SaaS



System.String

Specify the sso type. Possible values = unifiedgateway, selfauth, samlauth



System.String

Specify whether or not the NetScaler is used as a reverse proxy. Default "OFF". Possible values = ON, OFF



System.String





OUTPUTS





RELATED LINKS