You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ATADocs/ata-silent-installation.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,19 +148,24 @@ To silently uninstall the ATA Center from the server, removing all existing data
148
148
149
149
## ATA Gateway silent installation
150
150
151
+
When silently deploying the ATA Lightweight Gateway via System Center Configuration Manager or other software deployment system, we recommend that you create two deployment packages:
152
+
153
+
- Net Framework 4.6.1 including rebooting the domain controller
154
+
- ATA Gateway.
155
+
156
+
Make the ATA Gateway package dependent on the deployment of the .Net Framework package deployment. Get the [.Net Framework 4.6.1 offline deployment package](https://www.microsoft.com/download/details.aspx?id=49982).
157
+
151
158
> [!NOTE]
152
-
> When silently deploying the ATA Lightweight Gateway via System Center Configuration Manager or other software deployment system, it is recommended to create two deployment packages:</br>- Net Framework 4.6.1 including rebooting the domain controller</br>- ATA Gateway. </br>Make the ATA Gateway package dependent on the deployment of the .Net Framework package deployment. </br>Get the [.Net Framework 4.6.1 offline deployment package](https://www.microsoft.com/download/details.aspx?id=49982).
159
+
> We recommend that you work on a domain-joined computer and sign in using a secure authentication flow, in which case, you don't need to specify credentials as part of the installation.
153
160
154
161
Use the following command to silently install the ATA Gateway:
155
162
156
163
**Syntax**:
157
164
158
165
```cmd
159
-
"Microsoft ATA Gateway Setup.exe" [/quiet] [/Help] [NetFrameworkCommandLineArguments="/q"] [ConsoleAccountName="<AccountName>"] [ConsoleAccountPassword="<AccountPassword>"]
166
+
"Microsoft ATA Gateway Setup.exe" [/quiet] [/Help] [NetFrameworkCommandLineArguments="/q"] [ConsoleAccountName="<AccountName>"]
160
167
```
161
168
162
-
> [!NOTE]
163
-
> If you are working on a domain joined computer and have logged in using your ATA admin username and password, it is unnecessary to provide your credentials here.
164
169
165
170
**Installation options**:
166
171
@@ -180,14 +185,14 @@ Use the following command to silently install the ATA Gateway:
180
185
> |---|---|---|---|
181
186
>|InstallationPath|InstallationPath=`<InstallPath>`|No|Sets the path for the installation of ATA binaries. Default path: C:\Program Files\Microsoft Advanced Threat Analytics\Center
182
187
>|ConsoleAccountName|ConsoleAccountName=`<AccountName>`|Yes|Sets the name of the user account ([email protected]) that is used to register the ATA Gateway with the ATA Center.|
183
-
>|ConsoleAccountPassword|ConsoleAccountPassword=`<AccountPassword>`|Yes|Sets the password for the user account ([email protected]) that is used to register the ATA Gateway with the ATA Center.|
188
+
>|ConsoleAccountPassword|ConsoleAccountPassword=`<AccountPassword>`|Yes|Used only if you aren't already signed in to the computer as an ATA Admin. Sets the password for the user account ([email protected]) that is used to register the ATA Gateway with the ATA Center.|
184
189
185
190
**Examples**:
186
191
187
-
To silently install the ATA Gateway, log into the domain joined computer with your ATA admin credentials so that you do not need to specify credentials as part of the installation. Otherwise, register it with the ATA Center using the specified credentials:
192
+
To silently install the ATA Gateway, log into the domain joined computer with your ATA admin credentials so that you do not need to specify credentials as part of the installation, and then run:
188
193
189
194
```cmd
190
-
"Microsoft ATA Gateway Setup.exe" /quiet NetFrameworkCommandLineArguments="/q" ConsoleAccountName="[email protected]" ConsoleAccountPassword="userpwd"
195
+
"Microsoft ATA Gateway Setup.exe" /quiet NetFrameworkCommandLineArguments="/q"
0 commit comments