SPList

Concatenate SharePoint list items values

Most of all I use PowerShell for administration of SharePoint portal. But also I use it when I need to make some actions with SharePoint lists – get items, update items, remove items (link how to remove items) or to make report based on lists on SharePoint. Read more»

SharePoint

Get author of SharePoint list

Below I write a powershell script to get the author and date of creation of SharePoint List. Today I have suddenly found out the new list. I was very surprised to see it and wanted to know who and when created it. Read more»

SharePoint

Remove Items from SharePoint Recycle filtered by URL

If you removed a number of SharePoint list items (moved to Recycle Bin), I think you want to clean the Recycle from them. Of course you can remove them manually but it’s not a good idea if you have deleted 10000 records or more (Remove a lot of elements from very large SharePoint Lists). Read more»

SharePoint

Correct way to delete all SPListItems

SharePoint 2016 Logo

Today while coding a Sharepoint timer job I needed to clean my SPList. I tried common ways of deleting using “foreach” and “for i++ …” but I got the error. I couldn’t delete list and create it again in timer job because of custom views. As usually for SharePoint solution is not ordinary 🙂 Read more»

SharePoint

Popular Posts