File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ Locate the installer files for the server’s operating system using the followi
355
355
4 . After successfully installing, register the source machine with the above appliance using the following command:
356
356
357
357
``` cmd
358
- "C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\UnifiedAgentConfigurator.exe" /SourceConfigFilePath "config.json" /CSType CSPrime
358
+ "C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\UnifiedAgentConfigurator.exe" /SourceConfigFilePath "config.json" /CSType CSPrime /CredLessDiscovery true
359
359
```
360
360
361
361
#### Installation settings
@@ -373,9 +373,10 @@ Syntax | `.\UnifiedAgentInstaller.exe /Platform vmware /Role MS /CSType CSPrime
373
373
374
374
Setting | Details
375
375
--- | ---
376
- Syntax | ` "<InstallLocation>\UnifiedAgentConfigurator.exe" /SourceConfigFilePath "config.json" /CSType CSPrime > `
376
+ Syntax | ` "<InstallLocation>\UnifiedAgentConfigurator.exe" /SourceConfigFilePath "config.json" /CSType CSPrime /CredentialLessDiscovery true `
377
377
` /SourceConfigFilePath ` | Mandatory. Full file path of the Mobility Service configuration file. Use any valid folder.
378
378
` /CSType ` | Mandatory. Used to define modernized or legacy architecture. (CSPrime or CSLegacy).
379
+ ` /CredentialLessDiscovery ` | Optional. Specifies whether credential-less discovery will be performed or not.
379
380
380
381
381
382
### Linux machine
You can’t perform that action at this time.
0 commit comments