# Agent Installation Through Network Share - How To ## How can I install agent through Network share? This document will guide you through the steps to install agents over a shared network. ## Steps 1. Create a common network share path accessible to every machine on the network. 2. Download the respective remote office agent installer file from *Agent > Computers > Download Agent* 3. Copy the downloaded file to the network share. 4. Download the [script](https://www.manageengine.com/products/desktop-central/scripts/InstallAgentFromSharedPath.bat) on the agent machine. 5. Open Command Prompt from the location where the script has been downloaded (Run as Administrator). 6. Run the below command from the command prompt: ``` InstallAgentFromSharedPath.bat "\" ``` Example: ``` InstallAgentFromSharedPath.bat "\\epag4-2k16\build\LocalOffice_Agent.exe" ```