Popular Posts

Recent Posts

How to add PowerShell ISE from PowerShell

Today I wanted to execute PowerShell ISE on one of SharePoint Server, but I couldn’t find it. I searched for it but on this server I haven’t installed it. I have already forgotten how to add PowerShell ISE to Windows Server 2008R2. It’s not included in default settings because PowerShell ISE is not necessary for […] Read more»

SharePoint Windows

Save List<T> to XML file

So we need to save our List<T> to XML file for something. For example, for work with it in Access. C# is great for this with using System.Xml.Serialization. There are only 4 strings of code to save an XML-file. Read more»

.Net & C#

Количество элементов в списке SharePoint с помощью PowerShell

Недавно понадобилось узнать, сколько элементов содержит список SharePoint. Почему-то SharePoint пишет о количестве элементов только тогда, когда их очень много, предупреждая о том, что надо быть внимательней и не превысить пороговое значение. Read more»

SharePoint