0

When try to execute enable-spfeature –identify "OffWfCommon" –url http://site. How to fix this?

Enable-SPFeature : A parameter cannot be found that matches parameter name 'identify'. At line:1 char:18 + enable-spfeature -identify "OffWfCommon" -url http://site + ~~~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Enable-SPFeature], Paramet erBindingException + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.SharePoint.Powe
rShell.SPCmdletEnableFeature

1 Answer 1

2

It should read -Identity

Enable-SPFeature –Identity "OffWfCommon" –url http://site

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.