Skip to content

Instantly share code, notes, and snippets.

@devendrasv
Last active December 20, 2015 03:19
Show Gist options
  • Save devendrasv/6062507 to your computer and use it in GitHub Desktop.
Save devendrasv/6062507 to your computer and use it in GitHub Desktop.
Activate publishing activate feature
$siteUrl = "http://sharepoint-journey.com/sites/appdevelopment"
$siteCollection = Get-SPSite $siteUrl
Enable-SPFeature "PublishingSite" -Url $siteCollection.Url -force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment