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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,11 +156,11 @@ Use the following command to silently install the ATA Gateway:
156
156
**Syntax**:
157
157
158
158
```cmd
159
-
"Microsoft ATA Gateway Setup.exe" [/quiet] [/Help] [NetFrameworkCommandLineArguments="/q"] [ConsoleAccountName="<AccountName>"] [ConsoleAccountPassword="<AccountPassword>"]
159
+
"Microsoft ATA Gateway Setup.exe" [/quiet] [/Help] [NetFrameworkCommandLineArguments="/q"] [ConsoleAccountName="<AccountName>"]
160
160
```
161
161
162
162
> [!NOTE]
163
-
> If you are working on a domainjoined computer and have logged in using your ATA admin username and password, it is unnecessary to provide your credentials here.
163
+
> 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.
164
164
165
165
**Installation options**:
166
166
@@ -180,14 +180,14 @@ Use the following command to silently install the ATA Gateway:
180
180
> |---|---|---|---|
181
181
>|InstallationPath|InstallationPath=`<InstallPath>`|No|Sets the path for the installation of ATA binaries. Default path: C:\Program Files\Microsoft Advanced Threat Analytics\Center
182
182
>|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.|
183
+
>|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
184
185
185
**Examples**:
186
186
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:
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, and then run:
188
188
189
189
```cmd
190
-
"Microsoft ATA Gateway Setup.exe" /quiet NetFrameworkCommandLineArguments="/q" ConsoleAccountName="[email protected]" ConsoleAccountPassword="userpwd"
190
+
"Microsoft ATA Gateway Setup.exe" /quiet NetFrameworkCommandLineArguments="/q"
0 commit comments