Flush Blob cache in SharePoint
To flush blob cache on SharePoint servers you should execute a PowerShell script on each front end server. Blob cache is set on each front-end server in a farm, that is why you have to do this way. Read more»
To flush blob cache on SharePoint servers you should execute a PowerShell script on each front end server. Blob cache is set on each front-end server in a farm, that is why you have to do this way. Read more»
It is a very common task to truncate log files. You don’t notice them and they reach the limit size always not in the appropriate time. And when this moment occurs, it’s much better to have a quick solution to decrease the size of log files. But even much better to clean logs automatically on […] Read more»
You cannot move SharePoint wiki library from one SPWeb to another even inside the same site collection through web interface. Also you have no opportunity to save wili library as a template with data. The only solution is to move SharePoint wiki library with PowerShell. Read more»
Sometimes you need to make some not common things with data in SharePoint site. Today one girl asked me if I can modify date of creation or modification date of a file in document library. Of course, there can be other cases, for example, you need to save creation date information for data in migration […] Read more»
SPWeb object has 2 different properties for work with groups. There are Grops and SiteGroups. Inspite of the fact that they look very similar, they are different. Read more»
Once I had to add about 3 thousand users to SharePoint group. Usually when I have to add about 100 users, I use Excel function ‘CONCATENATE’ to add user login and “;” separator to generate a list of users. And then I manually enter them. But 3 thousand users – it’s too much for manual. Read more»
You can initialize and fill multidimension hashes (arrays) in powershell this way: Read more»
This is an manual how to work with arrays in PowerShell – how to create them, fill and read. You can initialize array this way: Read more»
I’m preparing to install Microsoft SharePoint Server 2016 to machines in the VLAN without access to Internet. All the distibutives of SharePoint ask for prerequisites which must be downloaded and installed. Unfortunately, you should get them by yourself. If you have internet access, than it’s not a problem. But if you don’t have it? Read more»
Вследствие не совсем корректной настройки многострочного текстового поля в списке портала на платформе SharePoint 2010 после редактирования элемента пропадал текст поля, а вместо текста появлялась ссылка на просмотр истории изменений. Read more»