It's not very often but sometimes I have to update SharePoint user email in profile. Here's a simple powershell code to do it. (read more...)
It's not very often but sometimes I have to update SharePoint user email in profile. Here's a simple powershell code to do it. (read more...)
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.
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.
(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...)
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.
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...)
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...)