brett05
867-5309
- Joined:
- Apr 28, 2009
- Posts:
- 27,226
- Liked Posts:
- 4,579
- Location:
- Hell
Anyone a powershell user for sharepoint?
I am looking for a way to have Powershell look thru all of our sites and sub sites and pull to a csv file all documents with name, last modified, and size.
so our main site is sharepoint.company.com and we have subsites like sharepoint.company.com/its and /finance and /finance/debts and finance/credits
Any of the pages could have documents on them. so I am hoping what I would get in the end is something like:
sharepoint.company.com/its test.xlsx 11/2/2017 5 KB
sharpeoint.company.com/finance/debts debts.doc 11/3/3017 14 KB
I am looking for a way to have Powershell look thru all of our sites and sub sites and pull to a csv file all documents with name, last modified, and size.
so our main site is sharepoint.company.com and we have subsites like sharepoint.company.com/its and /finance and /finance/debts and finance/credits
Any of the pages could have documents on them. so I am hoping what I would get in the end is something like:
sharepoint.company.com/its test.xlsx 11/2/2017 5 KB
sharpeoint.company.com/finance/debts debts.doc 11/3/3017 14 KB