I need a simple one line powershell script to add to the below that will show me for each item the 'date modifided', 'date created', 'size' and 'author' attributes, can this be done in powershell, if so how would I finish the command off? the first part gets me just the folders which is what I am after:
Get-ChildItem \\server\share -Recurse | Where-Object{($_.psiscontainer)} |
»bp