If you like writing PowerShell script and you wanted to do certain updates or do some kind of reporting out of your SharePoint Site Collection or particular site, I would recommend using Client Side SharePoint PowerShell. For this you don't have to run any scripts on SharePoint server. You can do it remotely as long as you have all the pre-requisites installed on your local machine. The Client Side SharePoint PowerShell from CodePlex provides you basic PowerShell modules and also make sure you have all the pre-requisites installed on your machine. Once you have that, you are ready to write your own client side PowerShell script.
↧