Activate Wiki Home Page feature in SharePoint using PowerShell
To Activate the wiki home page feature, use the below code
Enable-SPFeature -Identity "WikiPageHomePage" -URL "http://sharepointsite" -Confirm:$False
Enable-SPFeature -Identity "WikiPageHomePage" -URL "http://sharepointsite" -Confirm:$False
Comments
Post a Comment