Remote Deployment via Active Directory Group Policy
- Last Updated: August 6, 2024
- 2 minute read
- WS_FTP Server
- Version 2025
- Documentation
Remote Deployment via Active Directory Group Policy
Administrators can remotely deploy a client application to a large number of machines via Active Directory Group Policy by assigning a user logon script to a Group Policy Object. After installing the client, each user must enter credentials to authenticate to WS_FTP.
Requirements
- Domain controller. A Microsoft Windows Server 2012 R2 or 2016 Active Directory domain controller.
- Client computers. Each users' computer must meet the same requirements as a silent installation. See Silent Install of the Ad Hoc Transfer Plug-in for Outlook for more information.
Remote Deployment via Group Policy
To install via Active Directory Group Policy:
- Configure a Group Policy Object that applies to all users for whom you plan to install the client. See Microsoft Windows Server documentation for information about configuring Group Policy Objects in Active Directory.
- Create a new user logon script in any language supported by the users' computers that calls this command to run the installer from a shared location:
msiexec /i \\[sharename]\[sharepath]\[executable].msi /q DRIVER_NAME="xftWSFTPDriver.dll" DEFAULT_HOSTNAME="[Ad Hoc Transfer server address]" DEFAULT_SECURE="TRUE" DEFAULT_PORT="443"
Connection_ properties (for example, CONNECTION_USER and CONNECTION_PASS) as those are for configuring a specific user. Users must enter their credentials to authenticate to WS_FTP after logging onto Windows. See Silent Install of the Ad Hoc Transfer Plug-in for Outlook for the complete list of install properties and their usage.3. Ensure that each requirement is met on all users' computers before running the Microsoft Windows Installer (.msi).
- Each end user's computer must meet the System Requirements described in the Release Notes.
- (All OS; Outlook plug-in only) If not already installed, choose the appropriate
architecture and language for the system and download the Microsoft Visual
Studio Tools for Office Runtime from the Microsoft
Download Center. Use these commands for silent installations:
- 32-bit:
vstor40_x86_<lang>.exe /quiet - 64-bit:
vstor40_x64_<lang>.exe /quiet
- 32-bit:
4. Use the Group Policy Management Console to assign the user logon script for the client installation to the Group Policy Object. For information on assigning user logon scripts, see:
- Windows 2012 R2: Using Startup, Shutdown, Logon, and Logoff Scripts
- Windows 2016: Using Startup, Shutdown, Logon, and Logoff Scripts
5. After installing the Ad Hoc Transfer Plug-in for Outlook, notify users that they must enter their authentication credentials in the WS_FTP Connector Configuration dialog after logging onto Windows.
After you run the silent install, the default values in the table above can be found in the following folder on the end user's computer:
C:\ProgramData\Progress\Ad Hoc Transfer Plug-in for Outlook\DefaultClientRepositorySettings.xmlBy default, the installation is for "All Users" on the computer. When an end user launches the client or the MOVEit Connector, the default settings information is copied to that user's settings file, so that each user has a settings file. The name of the currently logged on user is added to the settings file. Each user will need to enter their MOVEit password (and possibly their username) to complete the configuration.
For more information on entering the username and password, see End User Configuration.