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
Get all List of a Site in SharePoint 2010
WhatsApp
Abhay Shanker
10y
4.2
k
0
0
25
Blog
Some time we need to get all the list of specific type developed and used in a SharePoint 2010 site.We can get all the lists used in SharePoint by below script.
Get-SPWeb http://win-ohmrv9tijth:1000/ |
Select -ExpandProperty Lists |
Where { $_.GetType().Name -eq "SPList" } |
Select Title
Get all list of a site in SharePoint 2010
Up Next
Get all Site Collections, Sites & Sub sites form Web Application in SharePoint 2010 using 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