Questa è la serie di script PowerShell in SharePoint 2010. Imparare un cmdlet (comando-let) un giorno.
Cmdlet(Command-let)
Cmdlet sono compilati i comandi installati con PowerShell. Quando si avvia “SharePoint 2010 Gestione PowerShell”, la console comincia con cmdlet pre-caricate.
Giorno 1:
Get-Command
cmdlet Get-Command restituirà tutte commandlet raccomandata con PowerShell.
-Module [...]

