+ All Categories
Home > Documents > SPSite & SPWebs

SPSite & SPWebs

Date post: 12-Feb-2016
Category:
Upload: uri
View: 23 times
Download: 0 times
Share this document with a friend
Description:
SPSite & SPWebs. SharePoint + PowerShell User Group November 21, 2012. Agenda. Hello! Group Logistics ( GoToMeeting / website / register / email / twitter) SPSite & SPWeb Useful Scripts Next meeting SURVEY!!!. Survey. Excel Survey (via SkyDrive) http :// sdrv.ms/T49Afu - PowerPoint PPT Presentation
Popular Tags:
25
PS SharePoSH:\> http://www.SharePoSH.com @SharePoSH SPSite & SPWebs SharePoint + PowerShell User Group November 21, 2012
Transcript
Page 1: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWebs

SharePoint + PowerShell User Group

November 21, 2012

Page 2: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

Agenda

• Hello!• Group Logistics (GoToMeeting/ website /

register / email / twitter)• SPSite & SPWeb• Useful Scripts• Next meeting• SURVEY!!!

Page 3: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

Survey

• Excel Survey (via SkyDrive)– http://sdrv.ms/T49Afu

More info on Excel Surveys– http://

blogs.office.com/b/microsoft-excel/archive/2012/11/16/excel-surveys.aspx

Page 4: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

Raymond Mitchell• SharePoint Consultant

– http://www.Rackspace.com• Author• Dad• Information Worker Kid

– http://www.iwkid.com• SharePoSHing since 2008

Hello!

Page 5: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

What about you?

Page 6: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• SPSite = Site Collection

• SPWeb = Web Site

Page 7: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• Get-SPSite– Shows 20 by default– Use -Limit ALL to show all– Can limit by URL, Content Database, Web

Application

Page 8: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• Find SPSite Properties

$site | gm | ? {$_.Definition.ToLower().Contains("database") } | ft

Page 9: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• ContentDatabase• Owner• RecycleBin SPRecycleBinItemCollection

Page 10: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• Site Collections are a containment object– SPWebCollection– Galleries• Web Parts• Site Columns• Content Types• List/Web Templates

Page 11: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• GetCatalog(SPListTemplateType)– WebTemplateCatalogSite template gallery. Value = 111.– WebPartCatalogWeb Part gallery. Value = 113.– ListTemplateCatalogList Template gallery. Value = 114.– MasterPageCatalogMaster Page gallery. Value = 116.

http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splisttemplatetype.aspx

Page 12: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• GetCustomListTemplates• GetCustomWebTemplates

• GetWebTemplates(LCID)

Page 13: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• Creating a new SPSite

New-SPSite -url ... -OwnerAlias ... -Name ... -Template ...

Page 14: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• SPSite = Site Collection

• SPWeb = Web Site

Page 15: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• SPSite.RootWeb• SPSite.AllWebs

• Get-SPWeb– By URL– By SPSite

• By Filter:

$site | Get-SPWeb -filter {$_.Template -eq "STS#1"}

Page 16: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• Lists• Folders / Files• Navigation– QuickLaunch– TopNavigationBar

• TreeViewEnabled• RecycleBin• IsRootWeb• WebTemplate, WebTemplateId

Page 17: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• ListTemplates• WorkflowTemplates

• AvailableContentTypes vs ContentTypes• AvailableFields vs Fields

Page 18: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• Properties (SPPropertyBag)vs

AllProperties (Hashtable)

– Use AllProperties!– AddProperty()– DeleteProperty()

Page 19: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• Groups (only those with assigned permissions)• SiteGroups (all groups)• Users• SiteUsers

• Roles (obsolete)• RoleDefinitions• RoleAssignments

Page 20: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

SPSite & SPWeb

• Creating a new SPWeb

New-SPWeb http://localhost/test - Template "STS#0"

http://technet.microsoft.com/en-us/library/ff607579.aspx

Page 21: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

YOUR scripts!

Page 22: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

YOUR scripts!

• Jason Himmelstein (@sharepointlhorn)– Automatically log your PowerShell session every

time– http://

www.sharepointlonghorn.com/Lists/Posts/Post.aspx?ID=78

Page 23: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

Next Meeting

• Wednesday, December 19th

• SharePoint Solutions & Features• Matthias Einig (@mattein)

SharePoint Solution Deployerhttp://spsd.codeplex.com

Page 24: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

Resources

• PowerShell + SharePoint forum at PowerShell.org:– http://

powershell.org/discuss/viewforum.php?f=12• PowerShell Summit: April 22-24

http://powershell.org/summit

Page 25: SPSite  &  SPWebs

PS SharePoSH:\>

http://www.SharePoSH.com @SharePoSH

Survey

• Excel Survey (via SkyDrive)– http://sdrv.ms/T49Afu

More info on Excel Surveys– http://

blogs.office.com/b/microsoft-excel/archive/2012/11/16/excel-surveys.aspx


Recommended