I have used the cmdlet Get-DocInventory within a PowerShell script which gave me every single document on my site which was great.
However, I need everything above this level to be listed such as Calendars, Lists, Root Folders, etc. What is the cmdlet to get this data and how do I within the powershell script indicate to export it to a csv file.
1-How would I get the data out to a csv file ?
2-I understand you explanation about a list, it thus appears I would have everything by running the above so then you threw me for a curve when you mentioned "just extend it to cover whatever you want it to show:.." what would be an example of me extending the above query ?
Thanks