Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Author in SharePoint List Powershell commands
WhatsApp
Lakshmanan Sethu Sankaranarayan
10y
6
k
0
0
25
Blog
Here are the PowerShell commands to find the custom list author who created the list.
$web = Get-SPWeb “http://mysites/sites”
$list = $web.lists["customlist"]
$listAuthor = $list.Author
$web.Dispose()
Write-Host $
listAuthor
Happy Share Pointing :-)
Author in SharePoint List Powershell commands
Up Next
How To Copy SharePoint List Data From One List To Other Using PnP PowerShell
Ebook Download
View all
Getting Started with SharePoint Framework Development using TypeScript, PnP JS, and React JS
Read by 4.9k people
Download Now!
Learn
View all
Membership not found