Attempting to create query/report that would output the following in CSV format:
Folder Path | Number of Folders | Number of Files |
\\RootFolder\Folder1\SubFolder1 | 5 | 13 |
\\RootFolder\Folder1\SubFolder1\Sub-SubFolder1 | 0 | 27 |
\\RootFolder\Folder1\SubFolder1… |