webguynj has uploaded a patch.
Description:
This Patch is designed to overcome a limitation of some of the SharePoint Site Templates that do not create default associated groups when created through PowerShell but DO when created through the UI.
Added 4 lines of code directly after 2721 $site = New-SPSite ...
If the Default Associated Groups already exist because they were created by the template the code just continues without creating new ones.