< Back

New-NSvpnintranetapplication

Sat Jan 11, 2020 12:43 am

NAME New-NSvpnintranetapplication



SYNOPSIS

The Add-NSvpnintranetapplication creates an intranet application





SYNTAX

New-NSvpnintranetapplication [-name] <string> [-mode] <string> [[-session] <nitro_service>] [[-destip] <string>]

[[-destport] <string>] [[-sourceip] <string>] [[-sourceport] <ushort>] [-returnobject <SwitchParameter>]

[<CommonParameters>]



New-NSvpnintranetapplication [-name] <string> [-mode] <string> [[-session] <nitro_service>] [-protocol] <string>

[-hostname] <string> [[-destport] <string>] [-returnobject <SwitchParameter>] [<CommonParameters>]



New-NSvpnintranetapplication [-name] <string> [-mode] <string> [[-session] <nitro_service>] [-protocol] <string>

[-destip] <string> [[-destport] <string>] [[-netmask] <string>] [-returnobject <SwitchParameter>]

[<CommonParameters>]



New-NSvpnintranetapplication [-mode] <string> [-name] <string> [[-session] <nitro_service>] [-protocol] <string>

[-iprange] <string> [[-destport] <string>] [-returnobject <SwitchParameter>] [<CommonParameters>]





DESCRIPTION

The add-nsvpnintranetapplication creates an intranet application which is the configuration element that controls

what traffic needs to be tunneled when using split tunneling.





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? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-name <string>

Specify the name of the intranet application.



Required? true

Position? 0

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-mode <string>



Required? true

Position? 1

Default value TRANSPARENT

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-protocol <string>



Required? true

Position? 2

Default value ANY

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-hostname <string>



Required? true

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-destip <string>



Required? true

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-destport <string>



Required? false

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-iprange <string>

Specify a range of addresses Ex: "10.0.1.20-10.0.1.25", or an ip address/networkid. When using an IP address,

specify the netmask.



Required? true

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-netmask <string>



Required? false

Position? 5

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-sourceip <string>



Required? false

Position? 4

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-sourceport <ushort>



Required? false

Position? 5

Default value 0

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-returnobject <SwitchParameter>

If set to true, the object that is created is returned. This is useful to testing purposes.



Required? false

Position? named

Default value False

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

Specify the name of the intranet application.



System.String



System.String



System.String



System.String



System.String



System.String

Specify a range of addresses Ex: "10.0.1.20-10.0.1.25", or an ip address/networkid. When using an IP address,

specify the netmask.



System.String



System.String



System.UInt16



System.Management.Automation.SwitchParameter

If set to true, the object that is created is returned. This is useful to testing purposes.





OUTPUTS



---------- EXAMPLE 1 ----------



creating an intranet application for a subnetnew-nsvpnintranetapplication -name "int-10.0.0.0" -mode "TRANSPARENT

-protocol "ANY" -ipaddress "10.0.0.0" -netmask "255.0.0.0"





RELATED LINKS