How can i specify a name to SharePoint content database while creating a SharePoint web application using power shell
I can create a web application using power shell but haven't seen an option for specifying a name to the content database.
How can i specify a name to SharePoint content database while creating a SharePoint web application using power shell I can create a web application using power shell but haven't seen an option for specifying a name to the content database. |
|||
|
From looking at the technet documentation there is a -DatabaseName switch on the New-SPWebApplication command. |
|||
|