
Display all SharePoint lists within a site with PowerShell
Ever wanted to display the lists within your site (Name + URL). Here is how you can do it with PowerShell: [System.Reflection.Assembly]::LoadWithPartialName(“Microsoft.SharePoint”) $spsite = New-Object […]