Install-DataGateway
在機器上下載並安裝閘道
語法
Install-DataGateway
[-InstallerLocation <String>]
[-AcceptConditions]
[<CommonParameters>]
Description
在電腦上執行閘道安裝
範例
範例 1
PS C:\> Install-DataGateway -AcceptConditions
下載最新的閘道安裝程式,並在計算機上安裝
範例 2
PS C:\> Install-DataGateway -AcceptConditions -InstallerLocation C:\installer\GatewayInstall.exe
在已在指定位置中提供安裝程式的計算機上執行閘道安裝
參數
-AcceptConditions
-AcceptConditions
表示您接受應用程式授權條款
類型: | SwitchParameter |
別名: | IACCEPTLICENSETERMS |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InstallerLocation
指出安裝程式檔案位置。 如果未提供此參數,則會下載最新的閘道安裝程式,然後安裝。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None
輸出
System.Void