SharePoint में सभी PowerShell आदेश-जाने की सूची 2010

This is the series of PowerShell Scripts in SharePoint 2010. Learn a cmdlet (command-let) a day.

Cmdlet(Command-let)

Cmdlet’s are compiled commands installed with PowerShell. When you start “SharePoint 2010 Management PowerShell”, the console starts with pre-loaded cmdlets.

Day 1:

Get-Command

Get-Command cmdlet will return all commandlets registered with PowerShell.

-Module

Passing Module value with Get-Command will return only the cmdlet’s available on the specific Module.

वाक्य-विन्यास:

Get-Command -Module <<Module Name>>

उदाहरण:

Get-Command -Module Microsoft.SharePoint.PowerShell

एक उत्तर दें छोड़ दो

आप का उपयोग कर सकते हैं इन HTML टैग

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>