I have just built 3 SharePoint 2016 Farm with December 2016 CU. All the 3 Farms had their Central admin content database requiring upgrade.
I had to run:
(Get-SPWebApplication -IncludeCentralAdministration | ? {$_.DefaultServerComment -match "SharePoint Central Administration V4"}).contentdatabases | Upgrade-SPContentDatabase
in order to fix it.
Comments: ** Comment from web user: brianlala **
I had to run:
(Get-SPWebApplication -IncludeCentralAdministration | ? {$_.DefaultServerComment -match "SharePoint Central Administration V4"}).contentdatabases | Upgrade-SPContentDatabase
in order to fix it.
Comments: ** Comment from web user: brianlala **
Hey Joseph, haven't noticed this myself yet. Any language packs in the equation? Are you thinking this is somehow introduced by AutoSPInstaller itself, and not just maybe the slipstreaming process etc.?
Brian