Install-DataGateway

Downloads and installs the gateway on a machine

Syntax

Install-DataGateway
       [-InstallerLocation <String>]
       [-AcceptConditions]
       [<CommonParameters>]

Description

Performs gateway installation on a machine

Examples

Example 1

PS C:\> Install-DataGateway -AcceptConditions

Downloads latest Gateway installer and performs installation on a machine

Example 2

PS C:\> Install-DataGateway -AcceptConditions -InstallerLocation C:\installer\GatewayInstall.exe

Performs installation of gateway on a machine where the installer is already availble in the specified location

Parameters

-AcceptConditions

-AcceptConditions indicates your acceptance of application license terms

Type:SwitchParameter
Aliases:IACCEPTLICENSETERMS
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InstallerLocation

Indicates the Installer file location. If this parameter is not provided, the latest gateway installer is downloaded and then installed.

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

Inputs

None

Outputs

System.Void