Google and the gallery would be a good place to start. Be aware that this forum doesn't write scripts. Tell us what you've tried and what errors you are getting.
The below will get you all the files and folders in all the users documents folders:
Get-Item C:\Users\*\documents | Get-ChildItem
Learn PowerShell Script
Requests
-Remember to mark the correct response as the answer-