We are undertaking a task at work at the moment which involves moving to a new SOE.
To do this, we need to scan every hard drive on each machine, to find out what files are where and what size they are.
For example; I want to scan all of C:\ and exclude the Windows directory, etc etc.
I was going to write a powershell script to handle this, but it doesnt look like it's going to be appropriate, as it runs into the 260 character limit.
Are there any solutions, either via script or an actual application, that will be able to produce this information?
