I need to create a script that creates a page based on a tamplate.
New-SPWeb -url http://site/project/project01 -template OFFILE#1 -name "01"
Import-SPWeb http://site/project/project01 -Path C:\Backup\tamp.bak
Is there a possibility to change the name and description website usign powershell?
The reason I use the exported packages due to the fact that I want to have a library of set right.
