«

»

Feb 14

SharePoint 2010 Powershell Commands Help

Yesterday i did a post The first steps to SharePoint 2010 Powershell heaven after which Chris McKinley who is a clever coder added a foot note to the post, so i thought today i would give it a try to see what the output was like and fantastic it all worked and turned out to be a great resource for me so i thought i would share with you the script.

1. Create a folder on your SharePoint 2010 server (I called mine c:\SharePointHelp)

2. Open SharePoint 2010 Management Shell as an Administrator

3. Navigate to the folder you created from within PowerShell

4. Run- foreach($i in Get-Command -module Microsoft.SharePoint.PowerShell) { if($i.CommandType -eq “Cmdlet”){ Get-help $i.Name -full | out-file $i”.txt”}}

You end up with 549 text files each giving you a breakdown and syntax of all Cmdlets available in SharePoint 2010 powershell.

Thanks Chris and i think i may be changing to loving PowerShell. Dave

About Dave Coleman

Dave Coleman has written 332 post on this blog.


Technorati Tags: , ,

Related posts:

  1. The first steps to SharePoint 2010 PowerShell Heaven As Chris showed in his post last week Create SharePoint...
  2. Create SharePoint 2010 sites using PowerShell reading an XML file Just a quick post to show how easy it is...
  3. Teaching an old dog new tricks. Using PowerShell to make life better. PowerShell has been around for a while now and I...
  4. SharePoint 2010 Central Admin Map Part 2 As I said in my previous post I will be...

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>