Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $site = $contentType.ParentWeb.Site
  2. $publisher = New-Object Microsoft.SharePoint.Taxonomy.ContentTypeSync.ContentTypePublisher $site
  3. $publisher.Publish($contentType)
  4.  
  5. # Start timer jobs
  6. Start-SPTimerJob -Identity "MetadataHubTimerJob"
  7. Get-SPWebApplication | Get-SPTimerJob -Identity "MetadataSubscriberTimerJob" | Start-SPTimerJob
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement