A blog about SharePoint, and hopefully other things.
Tuesday, March 11, 2014
Managed meta data service marked as "stopped" after Sharepoint 2013 SP1
$sa = Get-SPServiceApplication | where {$_.TypeName -eq "Managed Metadata Service"}
$sa.provision()
Will re-enable it. Happened to me twice while patching dec. CU --> SP1.
No comments:
Post a Comment