Источник:
http://mscrmblog.net/2014/06/29/shar...pearing-in-ui/
==============
If you’ve deployed a new feature as part of your solution and for whatever reason it doesn’t show in the UI (Web Features or Site Collection features). You can run the following powershell commands:
Install-SPFeature -ScanForFeature
This will show you any features that are available in the SharePoint Root but have not been installed. Then to install the missing features:
Install-SPFeature -AllExistingFeaturesMore information:
http://technet.microsoft.com/en-us/l...ffice.14).aspx
Источник:
http://mscrmblog.net/2014/06/29/shar...pearing-in-ui/