Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there any tool to script existing sharepoint objects for example lists, columns etc to powershell script?

share|improve this question

1 Answer

You can use native ISE or better PowerGUI in collaboration with PowerTab, they are free tools.

PrimalScript 2011 is a commercial editor that provide code completion for both SharePoint and Exchange, syntax coloring, and dynamic help for modules and snapins. The 2011 products also support 64Bit snapins and Modules.

share|improve this answer
PowerTab is the best module for speed-up works on PoSH console! Good sugeestion JP – C.B. Aug 30 '11 at 13:16
But I would like tool to automaticaly generate scripts selecting for example list or other scriptable object. Is it possible to script all site to powershell without data, only sites, lists etc? – marcinn Aug 30 '11 at 15:32
Sorry, I don't know such a tool, but it can be built. – JPBlanc Aug 30 '11 at 16:32
I think about integration process where changes to my sharepoint application are deployed with powershell scripts. Every new script (change) is run and result is saved to sql table. – marcinn Aug 30 '11 at 19:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.