Skip to content

Commit 6ae5872

Browse files
Merge pull request #226484 from Sharmistha-Rai/main
cred-less parameter for Windows VMs
2 parents 4f22cfe + 15946b9 commit 6ae5872

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/site-recovery/vmware-physical-mobility-service-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Locate the installer files for the server’s operating system using the followi
355355
4. After successfully installing, register the source machine with the above appliance using the following command:
356356

357357
```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
359359
```
360360

361361
#### Installation settings
@@ -373,9 +373,10 @@ Syntax | `.\UnifiedAgentInstaller.exe /Platform vmware /Role MS /CSType CSPrime
373373

374374
Setting | Details
375375
--- | ---
376-
Syntax | `"<InstallLocation>\UnifiedAgentConfigurator.exe" /SourceConfigFilePath "config.json" /CSType CSPrime >`
376+
Syntax | `"<InstallLocation>\UnifiedAgentConfigurator.exe" /SourceConfigFilePath "config.json" /CSType CSPrime /CredentialLessDiscovery true`
377377
`/SourceConfigFilePath` | Mandatory. Full file path of the Mobility Service configuration file. Use any valid folder.
378378
`/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.
379380

380381

381382
### Linux machine

0 commit comments

Comments
 (0)