Install-DataGateway
Downloads and installs the gateway on a machine
Syntax
Default (Default)
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
Parameter properties
Type: | SwitchParameter |
Default value: | False |
Supports wildcards: | False |
DontShow: | False |
Aliases: | IACCEPTLICENSETERMS |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-InstallerLocation
Indicates the Installer file location. If this parameter is not provided, the latest gateway installer is downloaded and then installed.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.