Before the launch SharePoint 2010 was advertised to come with “AD or LDAP writeback” capabilities. SP2010 ships with the the profile synchronization engine from ForeFront Identity Manager (FIM). This is a huge step from the simple profile import functionality of MOSS.
When hearing this, every IT administrator gasps. Will SP2010 mess with my Active Directory? Suspicions arise when SharePoint guys come to…
Read more »
[edit: I forgot to save after updating the post with the relevant registry path. Apologies.]
Last weekend I was tasked with installing a cumulative update on two SharePoint servers and then joining them to two different farms. Pretty basic stuff, except for one thing: the servers were configured to be connected to two older farms, but the old farms were…
Read more »
Today’s post is a quick tip. I’m working with some older code where a lot of the ascx files don’t have a fully qualified type name in the Inherits attribute of the Control directive. I wanted to find them without having to open dozens of files and manually search for offenders:
function Find-Controls-Without-PublicKeyToken([string]$directory) {
…
Read more »
Here’s a quick update to break the silence: while browsing Twitter this morning, I came across a link that should be interesting for us PowerShell aficionados. It turns out that trying to use the 64-bit SharePoint assemblies from a 32-bit PowerShell host might not work. While the fix is trivial, the error message is certainly misleading: it looks as if…
Read more »
In my previous post I briefly ventured into the world of on-the-fly SharePoint administration using PowerShell. Today, I want to take that idea a step further.
The first thing that popped into my mind when considering using PowerShell was the fact that doing anything interesting with the…
Read more »
SharePoint 2007 out of the box usage reporting tools have been insufficient for many clients and many have chosen to purchase additional tools or build custom reports. This article introduces the most common enhancements that our clients in Finland have used.
Google Analytics and Snoobi are the most popular 3rd party tools in Finland
Most common enhancement we have seen…
Read more »