Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

1 Answer 1

up vote 1 down vote accepted

From looking at the technet documentation there is a -DatabaseName switch on the New-SPWebApplication command.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.