Skip to main content

Creation of Sub Sites using powershell with CSV file as input SharePoint

Creation of sites is a boring process when we are setting up a SharePoint environment. We can use power shell script for automating this process. I have developed a small power shell script for doing this.

Powershell Script

The format for the CSV is shown below.

CSV file format

Please make sure that you create the root site collection. we can include that part also in the script.

Please find the script file here.

Comments