Does anybody know if there's some way to delete items from an SPList using PowerShell scripting?
If is this possible, has anybody any good tutorial?
Thanks!!!
|
Does anybody know if there's some way to delete items from an SPList using PowerShell scripting? If is this possible, has anybody any good tutorial? Thanks!!! |
||||
|
|
|
Since you can access the object model it's pretty straight forward
|
|||||||
|
|
Here's the example. Quote from link: Delete Item - The example below will count the items and loop down, read the name of the item, and if the item contains a 3, then it will delete that item.
|
||||
|