magritton
11/13/2015 - 7:27 PM

Powershell script to get all of the details on a specific list in a SharePoint site

Powershell script to get all of the details on a specific list in a SharePoint site

$SourceWebURL = "http://scushp01/sites/Testing/it/main"
$spweb = Get-SPweb $SourceWebURL
$spweb.Lists | where {$_.Title -eq "Network Change & Error Tracking"} ## select Title,URL