Skip to content

Commit 650143e

Browse files
authored
Merge pull request #3669 from MicrosoftDocs/main
8/19/2024 AM Publish
2 parents eaff39a + 88b041e commit 650143e

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

ATADocs/ata-silent-installation.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,19 +148,24 @@ To silently uninstall the ATA Center from the server, removing all existing data
148148

149149
## ATA Gateway silent installation
150150

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+
151158
> [!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.
153160
154161
Use the following command to silently install the ATA Gateway:
155162

156163
**Syntax**:
157164

158165
```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>"]
160167
```
161168

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.
164169

165170
**Installation options**:
166171

@@ -180,14 +185,14 @@ Use the following command to silently install the ATA Gateway:
180185
> |---|---|---|---|
181186
>|InstallationPath|InstallationPath=`<InstallPath>`|No|Sets the path for the installation of ATA binaries. Default path: C:\Program Files\Microsoft Advanced Threat Analytics\Center
182187
>|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.|
184189
185190
**Examples**:
186191

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:
188193

189194
```cmd
190-
"Microsoft ATA Gateway Setup.exe" /quiet NetFrameworkCommandLineArguments="/q" ConsoleAccountName="[email protected]" ConsoleAccountPassword="userpwd"
195+
"Microsoft ATA Gateway Setup.exe" /quiet NetFrameworkCommandLineArguments="/q"
191196
```
192197

193198
## Update the ATA Gateway

0 commit comments

Comments
 (0)