11
©2010 Microsoft Corporation. All rights reserved. RTM Content - Published May 2010 SharePoint 2010 Integration with PowerShell Terry Henry SharePoint Systems Manager, SME Micron Technology Inc.

SharePoint 2010 Integration with PowerShell

  • Upload
    vito

  • View
    37

  • Download
    0

Embed Size (px)

DESCRIPTION

SharePoint 2010 Integration with PowerShell. Terry Henry SharePoint Systems Manager, SME Micron Technology Inc. Agenda. What is Windows PowerShell ? Micron’s use of SharePoint 2010 PowerShell Integration Getting Started with PowerShell Resources Demo. - PowerPoint PPT Presentation

Citation preview

Page 1: SharePoint 2010 Integration with  PowerShell

SharePoint 2010 Integration with PowerShell

Terry HenrySharePoint Systems Manager, SMEMicron Technology Inc.

Page 2: SharePoint 2010 Integration with  PowerShell

AgendaWhat is Windows PowerShell?Micron’s use of SharePoint 2010 PowerShell IntegrationGetting Started with PowerShellResourcesDemo

Page 3: SharePoint 2010 Integration with  PowerShell

I AM BY NO MEANS A POWERSHELL EXPERT!

Page 4: SharePoint 2010 Integration with  PowerShell

©2010 Microsoft Corporation. All rights reserved. RTM Content - Published May 2010

What is Windows PowerShell?

An interactive command-line and task-based scripting technology.Allows IT professionals and developers to accelerate automation of tasks. A single mindset for management of many different systems (e.g.: AD, Exchange, Windows)Extensible framework that can be embedded inside other applicationsYou can develop your own custom PowerShell snap-ins to streamline development and deploymentPerformance benefits for batch operations

Page 5: SharePoint 2010 Integration with  PowerShell

Micron’s use of SharePoint 2010 PowerShell Integration

Scripted installation of SharePoint farms.

AutoSPInstaller http://autospinstaller.codeplex.com/

Scripted backup of farm configurations and web.config filesAdministration tasks that cannot be performed in Central Admin.To get farm information.Create scripts for tasks done more then once.

Page 6: SharePoint 2010 Integration with  PowerShell

©2010 Microsoft Corporation. All rights reserved. RTM Content - Published May 2010

Getting Started with PowerShell

(4) Redirect output to new text file

(2) Filter results using where clause

(1) Execute a Cmdlet

(3) Add formatting instructions

Page 7: SharePoint 2010 Integration with  PowerShell

©2010 Microsoft Corporation. All rights reserved. RTM Content - Published May 2010

The SharePoint Powershell Snapin

Explicitly load SharePoint PowerShell snap-in from console or script

Implicitly load snap-in by using link in Windows Start menu

Begin using SharePoint Cmdlets

Page 8: SharePoint 2010 Integration with  PowerShell

ResourcesWindows PowerShell Survival GuideWindows PowerShell for SharePoint Server 2010Server and server farm administration (SharePoint Server 2010)SharePoint Server 2010 technical library in compiled help (.chm) formatWindows PowerShell Command Builder

Page 9: SharePoint 2010 Integration with  PowerShell

demo

Page 10: SharePoint 2010 Integration with  PowerShell

©2010 Microsoft Corporation. All rights reserved. RTM Content - Published May 2010

SummaryWhat is Windows PowerShell?Micron’s use of SharePoint 2010 PowerShell Integration.Getting Started with PowerShell.ResourcesDemo

Page 11: SharePoint 2010 Integration with  PowerShell

©2010 Microsoft Corporation. All rights reserved. RTM Content - Published May 2010