1 / 17

SharePoint Solutions & Features

SharePoint Solutions & Features. SharePoint + PowerShell User Group December 19, 2012. Agenda. Hello! Group Logistics ( GoToMeeting / website / register / email / twitter) SharePoint Solutions & Features SharePoint Solution Deployer Next meeting Survey!. Hello!. Raymond Mitchell

mae
Download Presentation

SharePoint Solutions & Features

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SharePoint Solutions & Features SharePoint + PowerShell User Group December 19, 2012

  2. Agenda Hello! Group Logistics (GoToMeeting/ website / register / email / twitter) SharePoint Solutions & Features SharePoint Solution Deployer Next meeting Survey!

  3. Hello! Raymond Mitchell • SharePoint Consultant • http://www.Rackspace.com • Author • Dad • Information Worker Kid • http://www.iwkid.com • SharePoSHing since 2008

  4. What about you?

  5. Solutions (.wsp) • Deploy some stuff • DLLs • Files • Features • Pushes to multiple servers & stays in sync

  6. Solutions (.wsp) • Cmdlets • Add-SPSolution • Remove-SPSolution • Update-SPSolution • Install-SPSolution • Uninstall-SPSolution

  7. Solutions (.wsp) • SPFarm.Solutions • Microsoft.SharePoint.Administration.SPSolution • SolutionId • Deployed • DeployedServers • DeployedWebApplications • DeploymentStatus • SolutionFile

  8. Solutions (.wsp) • .wsp is really a .cab • Rename and open in Windows explorer? • Heck no, let’s use PowerShell: $src = "c:\temp\openxmlplay.cab" $dst = "c:\temp\solution" $helper = New-Object -ComObjectShell.Application $files = $helper.NameSpace($src).Items() $helper.NameSpace($dst).CopyHere($files)

  9. Features • Package up some stuff • Scoped at a few levels: • Farm • Web Application • Site • Web

  10. Features • Cmdlets • Install-SPFeature • Uninstall-SPFeature • Enable-SPFeature • Disable-SPFeature

  11. Features • Microsoft.SharePoint.SPFeature • DefinitionId • Definition

  12. Features • Microsoft.SharePoint.Administration.SPFeatureDefinition • DisplayName • Hidden • RootDirectory • SolutionId • GetDescription(CultureId) • GetElementDefinitions(CultureId) • GetXmlDefinition(CultureId)

  13. SharePoint Solution Deployer Matthias Einig(@mattein) The SharePoint Software Factory:http://spsf.codeplex.com The SharePoint Solution Deployer:http://spsd.codeplex.com

  14. Next Meeting Friday, January 18th TBD

  15. Resources • PowerShell + SharePoint forum at PowerShell.org: • http://powershell.org/discuss/viewforum.php?f=12 • PowerShell Summit: April 22-24http://powershell.org/summit

  16. Resources http://msdn.microsoft.com/en-us/library/microsoft.shar epoint.administration.spsolution_members(v=office.12).aspx http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfeature(v=office.12).aspx http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.administration.spfeaturedefinition(v=office.12).aspx http://powershell.com/cs/blogs/tips/archive/2012/10/12/unzipping-files.aspx

  17. Survey! http://sdrv.ms/UQ9SIs

More Related