I have more than 500 machines distributed over a global network with three continents. Periodically, I need to collect text files that are located on the local hard drive on each client. Each server runs a Windows 2003 server, and the files are mounted on a shared resource that can be accessed remotely as \ server \ Logs. Each machine contains many files, each of which can have several MB, and the size can be reduced by means of a fastener.
So far, I have been trying to use Powershell scripts and a simple Java application to copy. Both approaches take several days to collect 500 GB or so of files. Is there a better solution that will be faster and more efficient?
source
share