Download presentation
Presentation is loading. Please wait.
Published byGinger O’Brien’ Modified over 9 years ago
1
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH SharePoint Solutions & Features SharePoint + PowerShell User Group December 19, 2012
2
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH Agenda Hello! Group Logistics (GoToMeeting/ website / register / email / twitter) SharePoint Solutions & Features SharePoint Solution Deployer Next meeting Survey!
3
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH Raymond Mitchell SharePoint Consultant – http://www.Rackspace.com http://www.Rackspace.com Author Dad Information Worker Kid – http://www.iwkid.com http://www.iwkid.com SharePoSHing since 2008 Hello!
4
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH What about you?
5
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH Solutions (.wsp) Deploy some stuff – DLLs – Files – Features Pushes to multiple servers & stays in sync
6
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH Solutions (.wsp) Cmdlets – Add-SPSolution – Remove-SPSolution – Update-SPSolution – Install-SPSolution – Uninstall-SPSolution
7
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH Solutions (.wsp) SPFarm.Solutions Microsoft.SharePoint.Administration.SPSolution – SolutionId – Deployed – DeployedServers – DeployedWebApplications – DeploymentStatus – SolutionFile
8
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH 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 -ComObject Shell.Application $files = $helper.NameSpace($src).Items() $helper.NameSpace($dst).CopyHere($files)
9
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH Features Package up some stuff Scoped at a few levels: – Farm – Web Application – Site – Web
10
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH Features Cmdlets – Install-SPFeature – Uninstall-SPFeature – Enable-SPFeature – Disable-SPFeature
11
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH Features Microsoft.SharePoint.SPFeature – DefinitionId – Definition
12
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH Features Microsoft.SharePoint.Administration.SPFeatureDefinition – DisplayName – Hidden – RootDirectory – SolutionId – GetDescription(CultureId) – GetElementDefinitions(CultureId) – GetXmlDefinition(CultureId)
13
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH SharePoint Solution Deployer Matthias Einig (@mattein)@mattein The SharePoint Software Factory: http://spsf.codeplex.com http://spsf.codeplex.com The SharePoint Solution Deployer: http://spsd.codeplex.com http://spsd.codeplex.com
14
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH Next Meeting Friday, January 18 th TBD
15
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH Resources PowerShell + SharePoint forum at PowerShell.org: – http://powershell.org/discuss/viewforum.php?f=1 2 http://powershell.org/discuss/viewforum.php?f=1 2 PowerShell Summit: April 22-24 http://powershell.org/summit http://powershell.org/summit
16
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH 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.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. spfeature (v=office.12).aspx http://msdn.microsoft.com/en- us/library/microsoft.sharepoint.administration. spfeaturedefiniti on (v=office.12).aspx http://msdn.microsoft.com/en- us/library/microsoft.sharepoint.administration. spfeaturedefiniti on (v=office.12).aspx http://powershell.com/cs/blogs/tips/archive/2012/10/12/unzipping -files.aspx http://powershell.com/cs/blogs/tips/archive/2012/10/12/unzipping -files.aspx
17
PS SharePoSH:\> http://www.SharePoSH.comhttp://www.SharePoSH.com @SharePoSH@SharePoSH Survey! http://sdrv.ms/UQ9SIs
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.