C# Corner
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
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Author in SharePoint List Powershell commands
WhatsApp
Lakshmanan Sethu Sankaranarayan
11y
6.1
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
People also reading
Membership not found