I have SharePoint 2010 RTM small farm with frontend and backend servers. I trying now to create script that runs full farm backups of SharePoint 2010.
The script is as following: Backup-SPFarm -Directory \\server1\ -BackupMethod full -overwrite
However when I run SharePoint Management Shell in the frontend server, I get error "The local farm is not accessible. Cmdlets with FeatureDependancyId are not registered"
I'm using server admin account to Shell. This account has db_owner rights to WSS_Content database.
What should I do to fix it?
Kenny_I