Вопрос

I've got all I need to know about the feature. I just want to enable it. When enabling site, web or webapplication scoped feature I use to call this cmdlet:

Enable-SPFeature -Identity <feature_name_or_Gui> -Url <scope> -confirm:$false

What is the cmdlet to do the same with a farm scoped feature. Thank you.

Это было полезно?

Решение

Just skip the -Url parameter

Enable-SPFeature -Identity <feature_name_or_Guid> -confirm:$false

More found on TechNet

Лицензировано под: CC-BY-SA с атрибуция
Не связан с sharepoint.stackexchange
scroll top