Powershell script to add Active Directory groups to Active Directory
Import-Module ActiveDirectory
New-ADGroup -Name "SP-MSBAnnouncementsMembers" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBManagementMembers" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBManagementOwners" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBManagementVisitors" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBPrivatetMembers" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBPrivateOwners" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBPrivateVisitors" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBDocsAllStaffMembers" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBDocsAllStaffOwners" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBDocsAllStaffVisitors" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBLinksStaffMembers" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBLinksAllStaffOwners" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBLinksAllStaffVisitors" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBMbsLinksStaffMembers" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBMbsLinksAllStaffOwners" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBMbsLinksAllStaffVisitors" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBProjectStaffMembers" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBProjectAllStaffOwners" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBProjectAllStaffVisitors" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBPTOCalendarMembers" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBPTOCalendarOwners" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBTeamDisscussVisitors" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBTeamDisscussMembers" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBTeamDisscussOwners" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global
New-ADGroup -Name "SP-MSBPTOCalendarVisitors" -Path "ou=SharePoint Security,ou=Groups,dc=scu,dc=local" -groupScope Global