PowerShell, SharePoint

Get list of available SharePoint cmdlets

SharePoint 2010 introduces administration through PowerShell command shell. To get a quick list of cmdlets available run the following line inside SharePoint management console:
Get-Command -pssnapin microsoft.sharepoint.powershell | Select-Object Name, Definition | Format-List | Out-host -Paging

For PowerShell equivalents of stsadm deploy commands visit SharePoint 2010 Basic PowerShell Commands.

Dodaj odgovor

Vaš e-naslov ne bo objavljen. * označuje zahtevana polja