Llista de tots els comandaments de PowerShell que en SharePoint 2010

Aquesta és la sèrie de seqüència PowerShell en SharePoint 2010. Aprengui un cmdlet (command-let) un dia.

Cmdlet(Command-let)

De cmdlets estan compilats ordres s'instal·len amb PowerShell. Quan s'inicia “SharePoint 2010 Gestió de PowerShell”, la consola comença amb pre-carregats cmdlets.

Dia 1:

Get-Command

Cmdlet Get-Command retornarà tots commandlets registrats amb PowerShell.

-Mòdul

Passant valor mòdul amb Get-Command retornarà només disponible del cmdlet en el mòdul específic.

Sintaxi:

Get-Command -Mòdul <<Nom del mòdul>>

Exemple:

Get-Command -Mòdul Microsoft.SharePoint.PowerShell

Deixa una resposta

Vostè pot utilitzar aquestes etiquetes HTML

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