eddyblanco on October 24th, 2008

Click to read

Continue reading about Office 14 rumors

I needed to add a group and several users to all site collections in a farm that consisted of 4000+ site collections and 20+ terabytes. This users would be a part of an administration group that could view and manage the collections. In order to add the users I use the spfarm class.
using System;
using System.Collections.Generic;
using [...]

Continue reading about Adding a New Group and users to group just created (All Site collections and sub webs)