Click to read
Oct
23
eddyblanco on October 23rd, 2008
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 [...]