versiera_admin Site Admin
Joined: 14 Mar 2006 Posts: 106
|
Posted: Wed Apr 21, 2010 12:25 pm Post subject: Enterprise Unattended Deployment of Versiera Agents |
|
|
Windows Environments
The PsExec tool from Microsoft (Mark Russinovich) enables the ability for administrators to remotely copy and install Versiera Agents within an enterprise. The tool can remotely install Versiera Agent on one or multiple computers including registering the agents with the Versiera Management Console.
Detailed information regarding the PsExec (v1.97) tool and usage can be found at: http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
- Download PsExec tool from Microsoft and place in the executable path on a Windows computer.
- Download the Versiera Agent for Windows installation program and place in the same directory as the PsExec executable.
- Use an enterprise administrative account on the machine from which PsExec will be used or supply PsExec with the appropriate administrative account and password for the remote host where the Versiera agent will be installed.
- Execute PsExec to remotely copy the Versiera Agent, silently install and register the host with the Versiera Management Console:
- psexec \\desktopA ?u domain\user ?p password ?c versiera-agent-x.x.x.x.exe /user=VersieraID /pass=password /url=https://backend.versiera.com/versiera/backend/rpc.php /verysilent
The Microsoft PowerShell (for Windows versions that support it) may also be used to remotely copy and install Versiera Agents to all computers in an enterprise. |
|