Timeline for script to find last modified files
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 18, 2014 at 6:44 | comment | added | MikhailSP | lwebecker2, I get this traversing part somewhere and just adapted it for my needs. Actually, I either noticed this strange part, but decided that probably it was added to not to show false "Permissions issue" if a user has access, but there is no webs, so I decided not to remove it just in case, because it worked well for me and I was not sure whether this part correct ot not. | |
| Mar 17, 2014 at 16:53 | comment | added | lwbecker2 | what is the purpose of "-OR $webs.count -eq $null" in the initial If statement? Seems like if the count of web is null you don't want to be looping through webs. | |
| Mar 17, 2014 at 15:06 | vote | accept | Luis Carvalho | ||
| Mar 17, 2014 at 15:03 | comment | added | Luis Carvalho | managed to do it by modifying this line: $webs = (Get-SPWeb 'rootsite/mysite' -ErrorAction SilentlyContinue) | |
| Mar 17, 2014 at 14:41 | comment | added | Luis Carvalho | it is possible to narrow the scope to a site? | |
| Mar 17, 2014 at 13:54 | comment | added | Luis Carvalho | the script needs to report on the files "modified date" - not on the lists themselves. | |
| Mar 17, 2014 at 12:58 | history | answered | MikhailSP | CC BY-SA 3.0 |