February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You want to create a new configuration database.
Solution: Use the New-SPConfigurationDatabase cmdlet to create a new configuration database and associate it to the specified web application.
The New-SPConfigurationDatabase cmdlet enables you to create a new configuration database using the DatabaseName and DatabaseServer parameters. Listing 7.8 shows a sample command-line entry.
Listing 7.8. Creating a New Configuration Database
New-SPConfigurationDatabase -DatabaseName NewConfigurationDB-DatabaseServer "SP2013\SQLSharePoint"
Note
If the current server is already joined to an existing farm, you cannot create a new configuration database. Use the Disconnect-SPConfigurationDatabase cmdlet ...
Read now
Unlock full access