OfficeDev / microsoft-teams-emergency-operations-center

The Microsoft Teams Emergency Operations Center (TEOC) solution template leverages the power of the Microsoft 365 platform to centralize incident response, information sharing and field communications using powerful services like Microsoft Lists, SharePoint and more.
MIT License
95 stars 40 forks source link

PowerShell Script Cannot Create Site #101

Closed CSBenW closed 1 year ago

CSBenW commented 1 year ago

I had previously used the .ps1 script to create the SharePoint site after completing the pre-requisite deployment steps, but the Lists created in the sate were missing the data for the app to actually run. I deleted the site and deleted it from the recycle bin to try to re-create it using the .ps1 script but I'm getting the error "Site creation failed. Site name cannot contain symbols other than underscore, dashes, single quotes, and periods (_,-,',.), and can't start or end with a period."

The site name we had supplied is "TEOCTESTA" with a relative url of /sites/TEOCTESTA. No special characters used. The account being used to run the .ps1 is a SharePoint Admin account. What am I missing? thumbnail_image007

v-prigunasek commented 1 year ago

Hi @CSBenW,

Thanks for reaching out to us. Can you please retry once with the different site name and see if that works? Also the XML Schema file path should not have the double quotes, please remove the quotes as it will fail to provision the lists. image

v-prigunasek commented 1 year ago

Closing this issue since there is no recent activity. If you have a related issue please open a new issue and reference this one.