
List all items in a SharePoint list through PowerShell
Scenario: You have the SharePoint list: http://sps-pbnet:9595/Lists/MyList/ that has 9 items. You want to list those items using PowerShell Solution: Use the script below: PS C:\Users\Administrator.CORP> $webURL=”http://sps-pbnet:9595″ PS […]