Trying to get directory size of multiple shares. Created a script which works but doing everything sequentially takes 8:30 hrs. Looking to optimise.
Using Boe Prox’s Get-FolderItem function (https://gallery.technet.microsoft.com/scriptcenter/Get-Deeply-Nested-Files-a2148fd7) against the following shares
\COMPANY\DFS\Group\ITPM
\COMPANY\DFS\Group\ICTSS
\COMPANY\DFS\Group\SPI
\COMPANY\DFS\Group\CORPTECH
\COMPANY\DFS\Group\FINANCE
\COMPANY\DFS\Group\HR
There is approx 1.5TB of data in these shares
Haven’t grasped JOBS and WORKFLOWs. Is this where I should start ? Are there other/better ways of doing this ? Any help would be greatly appreciated.