I need to be familiar with at least the basics of using powershell to configure sharepoint solutions and their user accounts over the next couple of weeks.

Would general powershell learning resources differ much from those more sharepoint-specific? Or is powershell powershell? i.e. is the syntax pretty similar whether it's for configuring sharepoint or used for other purposes?

Also, does anybody have links to recommended pdfs for such reading? (I'll be looking myself now anyway, but it's worth asking in case any of you have an ebook that has helped you personally.)

link|improve this question
feedback

closed as not constructive by Oded, gnat, Jarrod Roberson, Walter, ChrisF May 3 at 8:06

This question is not a good fit to our Q&A; format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

up vote 5 down vote accepted

PowerShell for SharePoint behaves like PowerShell ;-) I think there are some similaries to C#. So you are able to do alot with powershell, mostly you can do everything you want with powershell.

I have learned powershell too. It wasn't so hard, cause I am a developer and it was quite easy learning the syntax of PowerShell.

But the main question is how you should begin learning. I would recommend that you are reading this MSDN resource first.

After that I would recommend you to install PowerShell ISE, which is a little bit more handy than the typical powershell ide. When you have done this all, I would say: learn by example. There will be always some topics you have to work for and there are so many resources, you just have to google for it.

So try learning by doing, thats the best hind I could give you!

link|improve this answer
feedback

powershell is powershell.

The sharepoint aspects will simply be additional objects / extensions that you can access from within powershell.

Start with the general tutorials so you can understand it, and then delve into the SP specific objects.

link|improve this answer
feedback

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