Search code examples
sharepointautomationsurvey

Automatically create a SharePoint survey on a regular basis


I've created a SharePoint survey that my department will be using to report some project updates on a weekly basis. This survey is based on a template.

Is there a way to have a new instance of the template automatically created on a weekly basis?


Solution

  • Save the list as a template. Use powershell to create the survey based on the custom template. This can be run as a timer job using an incremented variable to give each survey a unique name/url.