With the use of Microsoft's Group Policy Management, you can easily configure the Acronis Access Desktop client on multiple machines remotely. The only thing end users will have to do is install, start the client and enter their password. The Group Policy Management also ensures that users cannot change/replace the correct settings by accident. If this happens, they can simply log off and when they log in, the correct settings will be re-applied.
Creating and configuring theGroup Policy Managementobject:
On your domain controller, open the Group Policy Management console.
Right-click on your desired domain and select Create a GPO in this domain, and Link it here....
Give it a name and press OK.
Expand the Group Policy Objects section and select your new policy.
Under the Scope tab select the desired sites, domains, OUs, groups, users and/or computers.
Creating the folder and registry entries:
In this example we will create entries for the Username, Sync-Folder, Server URL, the Auto-Update checkbox and if the client should connect to servers with self-signed certificates.
Expand the Group Policy Objects section and right click on your new Policy Object.
Select Edit and expand User Configuration -> Preferences -> Windows Settings.
Creating the sync folder:
Right-click on Folders and select New -> Folder.
Set the Action to Create.
For the path, enter the following token: %USERPROFILE%\Desktop\AAS Data Folder
Creating the registry:
Right-click on Registry and select New -> Registry Item.
Set the Action to Create.
For Hive, select HKEY_CURRENT_USER.
For the path, enter the following: Software\Group Logic, Inc.\activEcho Client\
Now do the following for the desired entries:
For the Username:
For Value name enter "Username".
For Value type select REG_SZ.
For Value data enter the following token: %USERNAME%@%USERDOMAIN%
For the Server URL:
For Value name enter "Server URL".
For Value type select REG_SZ.
For Value data enter the address of your Access Server. e.g. https://myaccess.com
For the Sync-Folder:
For Value name enter "activEcho Folder".
For Value type select REG_SZ.
For Value data enter the following token and path: %USERPROFILE%\Desktop\AAS Data Folder
For the Auto-Update:
For Value name enter "AutoCheckForUpdates".
For Value type select DWORD.
For Value data enter "00000001". The value "1" enables this setting and the client will automatically check for updates. Setting the value to "0" will disable the setting.
For the Certificates:
For Value name enter "AllowInvalidCertificates".
For Value type select DWORD.
For Value data enter "00000000". The value "0" disables this setting and the client will not be able to connect to Acronis Access servers with invalid certificates. Setting the value to "1" will enable the setting.