Manage SharePoint alerts and subscribes using PowerShell
Alerts in SharePoint is a powerful tool for users but about a nightmare for administrator. It’s not comfortable for administrator to see user subscribes and manage them. Read more»
Alerts in SharePoint is a powerful tool for users but about a nightmare for administrator. It’s not comfortable for administrator to see user subscribes and manage them. Read more»
This code disables context menu, cutting, copying and dragging text. Sometimes you need it. Just add the code to a page or to .js file and include it to a page. Read more»
It’s a very useful code. Sometimes after activating features, installing solutions or anything else you need to make iisreset on all the application servers of your SharePoint farm. Read more»
In this post I write some examples of C# coding for SharePoint list items. These methods are rather fast and it’s very actual for SharePoint. Read more»
Strange picture – in Central administration of SharePoint 2010 I saw that Workflow job status is “pending” already for a long time. The first thing that came to my mind was to restart SharePoint 2010 Timer in services, but there was no result. Read more»
Using of control FileUppload has some specialities – there must be made a PostBack on your event. But using UpdatePanel there’s no PostBack event on client click. For correct work you should use PostBackTrigger. Read more»
To add multiple upload control and set up handler for it is quite easy in Visual Studio 2013. Read more»
PowerShell script to add column to SharePoint list. It’ useful when you want to make changes in your SharePoint list in test area and then to repeat in productive one. Read more»
If you need to audit your SharePoint Farm, detect what SharePoint software is installed in your area or to align versions of test and production areas, I recommend you to use PowerShell. Read more»
Not so long ago I had to add 2 hundred users to SharePoint group. First I wanted to add them partially, but I understood that to do it via PowerShell is faster. Read more»