There are a lot of .aspx pages for SharePoint administrators in /_layouts/ directory. Most of them can be found on settings page "/_layouts/settings.aspx", but some SharePoint site templates don’t have some of these links.
There are a lot of .aspx pages for SharePoint administrators in /_layouts/ directory. Most of them can be found on settings page "/_layouts/settings.aspx", but some SharePoint site templates don’t have some of these links.
It’s very important for SharePoint administrator to have all actual WSP-files of custom SharePoint solutions. Developers often make new builds and administrator installs it in test environment, then in productive one. All the WSP-files are usually stored in a special place.
(more...)If you are an administrator of several servers, I don’t think you want to execute PowerShell script on each server manually, especially if you have 20 or more servers. Since PowerShell 2.0 you can execute commands on remote computers using PowerShell via WinRM (Windows Remote Management) service. (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. (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.
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.
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. (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. (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.
To add multiple upload control and set up handler for it is quite easy in Visual Studio 2013. (more...)