Get the user who created a document library in SharePoint 2010 -


for auditing purposed need know create each document library in sharepoint site (not document document library) there can prefereably through powershell can automated document libraries?

this cmdlet want:

$web = get-spweb "http://yoursiteurl" $library = $web.lists["library name"] $author = $library.author write-host $author 

Comments

Popular posts from this blog

c# - How to get the current UAC mode -

python - Redis Error 8 connecting localhost:6379. nodename nor servname provided, or not known -