Skip to content

BlogSite Andre Mulder

BlogSite Andre Mulder Microsoft SharePoint

Category: SharePoint Powershell Scripts

Here you find handy powershell scrtips for SharePoint

Get SharePoint listitems with powershell

Below a powershell script to get listitems from a sharepoint list

$site = Get-SPSite http://portal.contoso.com/sites/some_site
$web = $site.RootWeb
$list = web.Lists["mylist"]
$items = $list.Items
Author Andre MulderPosted on January 3, 2017January 3, 2017Categories SharePoint Powershell ScriptsLeave a comment on Get SharePoint listitems with powershell

Recent Posts

  • Restore SharePoint managed accounts
  • Move SharePoint 2013 search temp folder
  • Difference between site administrators, site collection administrators and site collection owners
  • Get SharePoint listitems with powershell

Recent Comments

    Archives

    • March 2017
    • February 2017
    • January 2017

    Categories

    • SharePoint Powershell Scripts
    • Uncategorized
    BlogSite Andre Mulder Proudly powered by WordPress