Update, Delete & Copy list items with powershell in sharepoint 2010
Introduction This post will cover the list utilities such as how to update, delete and copy list items with powershell. With the generic code, now the handling list should be easy in powershell.
April 13, 2012
В·
Adi В·
11 Comments
Tags: CAML, Copy list, Delete items in list with powershell, Get-SPList, GetItemById, GetItems, item.delete, SPQuery, Update items in List with powershell В· Posted in: CAML, Packaging and Deployment, Powershell, Sharepoint 2010
Add items to fields with powershell in sharepoint 2010
Introduction Moving further from “Creating lists”, “Creating fields to List Part1” and “Creating fields to List Part2” with powershell; this post will cover how to implement SharePoint 2010 list utilities with powershell. We will learn how we can Add list items to various fields (columns)
April 12, 2012
В·
Adi В·
4 Comments
Tags: Add items to fields with powershell, Add items to fields with powershell in sharepoint 2010, AddItem(), Choice column, Data and Time field, Get-SPList, GetItemById, ListItem.Update(), Number Column, Yes/No column В· Posted in: Packaging and Deployment, Powershell, Sharepoint 2010