Before You Begin .windows.net

cmdlet imports the .csv file and “pipes” the data to a loop (inside the curly brackets) that reads the first line of the file as column headers. PowerShell then iterates through the remaining “records”, creating a new SPO site collection for each record and assigning properties of the site collection according to the column headers. ................
................