Can you script SharePoint configuration (as in settings done in the “Configure your SharePoint farm” and “Reporting Services Configuration Manager”) through .Net ?
Does anyone have any links that might help ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are two options to automate configuration of SharePoint 2010
I prefer first option because of shorter learning curve (compared to option 2) and yet have the power of .NET. There are plenty of resources available online. I would suggest you explore the cmdlets of PowerShell and see if it has everything available that you need. Also, you can create your own cmdlets in .NET (consuming SharePoint Object Model) so in theory, it is as powerful as option 2.