You can associate Custom Groups in SharePoint 2010 as Visitor Group, Member Group or Owner Group. This is a scenario that you might encounter if you’re creating Web sites using code. To associate custom-created groups, you can use the spWeb property bag directly as shown below. First, you can retrieve a specific Web site: PS > $spWeb = Get-SPWeb “ http : // SP01.powershell.nu ” Next, get the group that you want to associate: PS...