Here are some common powershell commands that I run in sharepoint
Display Build Info
$(get-spfarm).buildversion
Display your sharepoint commands user either
Get-Command -noun sp* or help *-sp*
Display our Templates
Get-SPwebtemplate
Display Service Applications and the associated application pool
Get-SPServiceApplication | select typename,applicationpool | ogv
Display Web Applications and the associated application pool
Get-SPWebApplication | select url,applicationpool | ogv
Wednesday, October 26, 2011
Wednesday, October 19, 2011
Convert Classic to Claims Authenitication
You need to convert your web application authentication. No Problem.
Using powershell it is simple to convert from Classic to Claims based authentication.
WARNING - irreversible process
$temp = get-spwebapplication “http://intranet.contoso.com”
$temp.useclaimsauthentication = “True”
$temp.Update()
Using powershell it is simple to convert from Classic to Claims based authentication.
WARNING - irreversible process
$temp = get-spwebapplication “http://intranet.contoso.com”
$temp.useclaimsauthentication = “True”
$temp.Update()
Tuesday, October 18, 2011
SharePoint Templates
Fab 40
http://thecloudengineer.blogspot.com/2011/07/fab-40-support.html
Great Template overview
http://weblogs.asp.net/bsimser/archive/2010/07/27/sharepoint-2010-site-templates-a-detailed-journey-part-1.aspx
Why is the provisioning model such an important thing?
SharePoint 2010 and web templates
http://blogs.msdn.com/b/vesku/archive/2010/10/14/sharepoint-2010-and-web-templates.aspx
Thursday, October 13, 2011
Performance Point
BI Primer
http://www.threewill.com/2011/01/sharepoint-2010-bi-primer/
http://www.threewill.com/2011/01/performancepoint-toe-dipping/
MSDN
http://blogs.msdn.com/b/performancepoint/
Technet
http://technet.microsoft.com/en-us/library/ee661741.aspx
Data Sources
http://technet.microsoft.com/en-us/library/ff928315.aspx
http://www.threewill.com/2011/01/sharepoint-2010-bi-primer/
http://www.threewill.com/2011/01/performancepoint-toe-dipping/
MSDN
http://blogs.msdn.com/b/performancepoint/
Technet
http://technet.microsoft.com/en-us/library/ee661741.aspx
Data Sources
http://technet.microsoft.com/en-us/library/ff928315.aspx
Site Confirmation and Deletion
More info on the site confirmation and deletion feature
http://thesharepointblog.com/Lists/Posts/Post.aspx?ID=16
http://thesharepointblog.com/Lists/Posts/Post.aspx?ID=16
Wednesday, October 12, 2011
Planning and Design
2013
Visio Stencils for 2013
http://www.microsoft.com/en-us/download/details.aspx?id=35772
2010
Great Visio SharePoint Stencils
http://www.sharepointjohn.com/visio-stencils-for-sharepoint-2010/
http://www.sharepointblog.co.uk/2012/04/sharepoint-server-configuration/
Tuesday, October 11, 2011
Authenication Issues
Redirection options in SharePoint
http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?List=56f96349-3bb6-4087-94f4-7f95ff4ca81f&ID=48
Reload Groups after Claims
http://www.binarywave.com/blogs/eshupps/Lists/Posts/Post.aspx?ID=261
Has anyone created a CNAME record to point to their SharePoint collection?
http://social.technet.microsoft.com/Forums/en-US/onlineservicessharepoint/thread/c8277e39-a9bc-468b-9a33-f231c0768f59
Kerberos configuration known issues (SharePoint Server 2010)
http://technet.microsoft.com/en-us/library/gg502606.aspx
Reporting Services 2008 in SharePoint Integrated Mode
http://www.wssdemo.com/Blog/archive/tags/Integration/default.aspx
"Do not use CNAME dns records and non default web ports when using Kerberos!"
http://blog.michelbarneveld.nl/michel/archive/2009/11/14/the-reason-why-kb911149-and-kb908209-are-not-the-soluton.aspx
Use A Records for SharePoint Sites When Using Kerberos
http://www.ofonesandzeros.com/2011/07/12/use-a-records-for-sharepoint-sites-when-using-kerberos/
Monday, October 10, 2011
How Big is my DB?
I get this question alot.
The most simple way is to access your SQL manangement studio and look at the properties of the DB or using powershell just copy and paste the code.
SQL manangement Studio
More fun way is to learn more about powershell
First we list the DB, then sort and calculate size in MB, add better label and finally sort my name. Enjoy
Get-spdatabase
Get-spdatabase | sort-object disksizerequired | Format-Table name,disksizerequired
Get-spdatabase | sort-object disksizerequired | Format-Table name,{$_.disksizerequired/1024/1024}
Get-spdatabase | sort-object disksizerequired | Format-Table name, @{label = "Size in MB"; Expression = {$_.disksizerequired/1024/1024}}
Get-spdatabase | sort-object name | Format-Table name, @{label = "Size in MB"; Expression = {$_.disksizerequired/1024/1024}}
References
http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=193
The most simple way is to access your SQL manangement studio and look at the properties of the DB or using powershell just copy and paste the code.
SQL manangement Studio
More fun way is to learn more about powershell
First we list the DB, then sort and calculate size in MB, add better label and finally sort my name. Enjoy
Get-spdatabase
Get-spdatabase | sort-object disksizerequired | Format-Table name,{$_.disksizerequired/1024/1024}
Get-spdatabase | sort-object disksizerequired | Format-Table name, @{label = "Size in MB"; Expression = {$_.disksizerequired/1024/1024}}
Get-spdatabase | sort-object name | Format-Table name, @{label = "Size in MB"; Expression = {$_.disksizerequired/1024/1024}}
References
http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=193
Wednesday, October 5, 2011
SharePoint Conference 2011 - New Info
So you didn't get to attend as well. So I am putting together a list of links found refering to the speakers and their posts. Enjoy
Upcoming Conferences
http://www.topsharepoint.com/upcoming-sharepoint-conferences
SPC 2011 General Info
http://www.mssharepointconference.com/Pages/default.aspx
SPC 2011 Welcome Transcript
http://www.microsoft.com/Presspass/exec/kurtd/10-03-11SharePoint.mspx
SPC 2011 Keynote and Denali Demo
http://www.youtube.com/watch?v=ghVwaa81W4k
http://www.mssharepointconference.com/pages/keynote.aspx
Latest on SPC 2011
http://veroniquepalmer.wordpress.com/2011/09/25/not-attending-the-microsoft-sharepoint-conference-how-you-can-stay-in-touch-with-whats-happening-at-spc11/
Speaker List
http://www.iwkid.com/Lists/SPC11%20Speakers/AllItems.aspx
Workshare Blog
http://www.workshare.com/community/blogs/workshare/archive/2011/10/04/microsoft-sharepoint-conference-recap-of-day-1.aspx
Facebook DataView WebPart Code from SharePoint Conference
http://blogs.technet.com/b/speschka/archive/2011/10/04/facebook-dataview-webpart-code-from-sharepoint-conference.aspx
Wrapup
http://geekswithblogs.net/SoYouKnow/archive/2011/10/09/sharepoint-conference-2011-wrap-up.aspx
Videocasts
http://www.youtube.com/watch?v=KwTaPC0smCM&feature=related
Post-Conference Posts
http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=480
http://www.knowledgelake.com/resources/casestudies/Pages/sharepoint-document-imaging-case-studies.aspx#20
http://areyoureadytorock.squarespace.com/photos/
Upcoming Conferences
http://www.topsharepoint.com/upcoming-sharepoint-conferences
SPC 2011 General Info
http://www.mssharepointconference.com/Pages/default.aspx
SPC 2011 Welcome Transcript
http://www.microsoft.com/Presspass/exec/kurtd/10-03-11SharePoint.mspx
SPC 2011 Keynote and Denali Demo
http://www.youtube.com/watch?v=ghVwaa81W4k
http://www.mssharepointconference.com/pages/keynote.aspx
Latest on SPC 2011
http://veroniquepalmer.wordpress.com/2011/09/25/not-attending-the-microsoft-sharepoint-conference-how-you-can-stay-in-touch-with-whats-happening-at-spc11/
Speaker List
http://www.iwkid.com/Lists/SPC11%20Speakers/AllItems.aspx
Workshare Blog
http://www.workshare.com/community/blogs/workshare/archive/2011/10/04/microsoft-sharepoint-conference-recap-of-day-1.aspx
Facebook DataView WebPart Code from SharePoint Conference
http://blogs.technet.com/b/speschka/archive/2011/10/04/facebook-dataview-webpart-code-from-sharepoint-conference.aspx
Wrapup
http://geekswithblogs.net/SoYouKnow/archive/2011/10/09/sharepoint-conference-2011-wrap-up.aspx
Videocasts
http://www.youtube.com/watch?v=KwTaPC0smCM&feature=related
Post-Conference Posts
http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=480
http://www.knowledgelake.com/resources/casestudies/Pages/sharepoint-document-imaging-case-studies.aspx#20
http://areyoureadytorock.squarespace.com/photos/
Subscribe to:
Posts (Atom)