Can't successfully run Sharepoint Foundation 2010 first time configuration
- by Robert Koritnik
I'm trying to run the non-GUI version of configuration wizard using power shell because I would like to set config and admin database names. GUI wizard doesn't give you all possible options for configuration.
I run this command:
New-SPConfigurationDatabase
-DatabaseName "Sharepoint2010Config"
-DatabaseServer "developer.pleiado.pri"
…