magritton
11/13/2015 - 7:28 PM

Poweshell script to get all of the lists in a SharePoint site.

Poweshell script to get all of the lists in a SharePoint site.

$SourceWebURL = "http://scushp01/sites/Testing/it/main"
$spweb = Get-SPweb $SourceWebURL
$spweb.Lists | select Title,URL