Saturday, 11 October 2014

How to install new feature through update solution

Normally, update solution will not install any new features that are added in the WSP
Run the normal Update solution command and use below PS to install feature

Install-SPFeature -path "New Feature Name"

No comments:

Post a Comment