Perform mass deployment of internal Replication Agents to several machines with the same OS at once (Windows or Linux).
To use the mass installation script for Windows machines:
- Create a CSV file with the following format: HostIP;AgentURL (using ; as the delimiter by default. The script also supports other delimiters.
- Ensure the target machines for agent installation are in the same domain, and that the script is executed from a machine within that domain.
- The authentication scheme used to access the hosts is Kerberos.
- Run the script install_agents.ps1 with the created CSV file. Example: install_agents.ps1 hosts.csv.
Note: To specify a different delimiter (e.g., comma), use: install_agents.ps1 hosts.csv ","