Friday 2 September 2016

The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered


As there are so many post related to the error. So just wanted to throw my ball in the court.

So lets get started :)

ISSUE:
When ever you are running any powershell cmd or script you are getting below Error.


RESOLUTION:

1. The account which you are using to run the powershell should have  below access on SharePoint Config DB
  • DB_Owner access
  • SharePoint_Shell_Access
2. Other way to add it is using a CMD
    Add-SPShellAdmin -username DOMAIN\Username

3. If above doesn't help you and you are still facing the error. You have to run PowerShell As an Administrator.


Hope this post help.
Happy SharePointing :)

No comments:

Post a Comment