This Blog is a knowledgebase of my daily business. I hope you'll find answers to your questions.
Tuesday, October 4, 2011
Upgrade all Content DBs (after SP or CU)
PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
Get
-
SPDatabase
|
?
{
$_
.NeedsUpgrade –eq
$true
}
|
Select
Name
Get
-
SPContentDatabase
|
?
{
$_
.NeedsUpgrade –eq
$true
}
|
Upgrade
-
SPContentDatabase
Newer Post
Older Post
Home