I am trying to get folder sizes from windows explorer into a csv file, and I do not have a clue about VBA is this possible and if so does anyone have a script that could help me out here.
I discovered the answer to my question I created a file with the machine names and saved it to the C:\Temp folder then I used the following script from a Command line:
for /f %m in (C:\Temp\MachineNames.txt) do diruse /,M \\%m\DIRECTORYNAME >> c:\temp\Dump.txt
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.