Page 1 of 1

How to provide account password to SyncoveryCL to automate profile creation?

Posted: Mon Jan 24, 2022 5:13 pm
by pavel.lechenko
Hello,
We want to automate the profile creation.
In our scenario we use AD user account to access the SMB file share.
How can we supply the password together with account name as a Connection1/Connection2 parameter using SyncoveryCL tool?
The document at https://www.syncovery.com/SyncoverySett ... onary.xlsx says it is TNetworkConnections data type? Can you please clarify on the format?

Thank you.

Re: How to provide account password to SyncoveryCL to automate profile creation?

Posted: Mon Jan 24, 2022 5:43 pm
by tobias
Hello,
the format is (for example):
\\192.168.10.22\Documents@username:password/NN

The first N means NOT "Reconnect if existing connection is different",
and the second N means NOT "Disconnect after profile has finished".

You can use Y instead if you want one of these options.