Skip to content

Commit 2c9f4bb

Browse files
committed
MDI - SFI
1 parent a42b130 commit 2c9f4bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ATADocs/ata-silent-installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ Use the following command to silently install the ATA Gateway:
156156
**Syntax**:
157157

158158
```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>"]
160160
```
161161

162162
> [!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.
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.
164164
165165
**Installation options**:
166166

@@ -180,14 +180,14 @@ Use the following command to silently install the ATA Gateway:
180180
> |---|---|---|---|
181181
>|InstallationPath|InstallationPath=`<InstallPath>`|No|Sets the path for the installation of ATA binaries. Default path: C:\Program Files\Microsoft Advanced Threat Analytics\Center
182182
>|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.|
184184
185185
**Examples**:
186186

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

189189
```cmd
190-
"Microsoft ATA Gateway Setup.exe" /quiet NetFrameworkCommandLineArguments="/q" ConsoleAccountName="[email protected]" ConsoleAccountPassword="userpwd"
190+
"Microsoft ATA Gateway Setup.exe" /quiet NetFrameworkCommandLineArguments="/q"
191191
```
192192

193193
## Update the ATA Gateway

0 commit comments

Comments
 (0)