sp> Add-PSSnapin microsoft.sharepoint.powershellLoad SPListFunctions (download from here)
sp> . .\SPListFunctions.ps1Return all Lists
sp> Get-SPLists -url http://usbtmp8375msdev:9342/Return information on specific list
sp> Get-SPList -url http://usbtmp8375msdev:9342/NDAGenerator/ -title "NDA Contents"