
Run a Powershell Script with Task Scheduler
Powershell gives you many options to administrate your farm, but it also can help you to get certain jobs done regularly. In one of my […]
Powershell gives you many options to administrate your farm, but it also can help you to get certain jobs done regularly. In one of my […]
In multiple customer projects we had the requirement to convert word documents to pdf. There are really many ways to achieve this by using third […]
The error comes about every 5 minutes. It is a topology error which says: A certificate validation operation took 15011,3324 milliseconds and has exceeded the […]
A story from real life. There was a list to store many elements which were basically used for some other lists by using lookup columns. […]
There might be one day when you think you need a list of all sites and subsites and sub-subsites of one of your web application. […]
Here is just some small scripts from powershell to remove and install SharePoint Solutions. [sourcecode language=”csharp”] Uninstall-SPSolution –Identity .wsp Remove-SPSolution –Identity .wsp Add-SPSolution “C:\Install\.wsp” Install-SPSolution […]
Did you ever thought it should not matter if my colleague gets temporarly remote access to my SharePoint farm which is only a test environment? […]
If you start reading this, you might got into a situation where you want to build up a second farm which has the same configuration […]
It might not be often that your customers or colleagues ask you “what template did you choose for the site XY?” and you ask them […]
Often if you provision lists or libraries, your customer wants you to add a lookup column to another list, which may be in the same […]
Copyright © 2025 | WordPress Theme by MH Themes