http://platform.twitter.com/widgets/hub.1324331373.html
I’ve moved this article from being a blog post to being a permanent page on the site as it will continually be added to, as I find stuff which I don’t want to forget and which may be of some use to you.
User Profile Configuration http://technet.microsoft.com/en-us/library/ee721049.aspx
Excel Services Kerberos http://support.microsoft.com/kb/2466519
How to check to see if Kerberos is enabled for SQL Server:
SELECT auth_scheme FROM sys.dm_exec_connections WHERE session_id=@@spid
[updated 23 Jul 2011] Migrating users between SQL Servers http://support.microsoft.com/kb/918992/
What’s the Difference between the Session State Service and the State Service Application?
“The State Service is used by InfoPath Forms Services (IPFS), the Chart Web Part, and when the user is not running Silverlight Visio Services will use this too. The ASP.Net session state is used within aspx pages, controls, Web Parts, etc to store user/session scoped state such as when you make a call to Page.Session.Add(“Key”, new object()); “For full details, please goto this great blog post from Todd Bleeker it really helped me : http://todd-carter.com/post/2010/04/30/A-Session-State-By-Any-Other-Name.aspx.
Dialog Framework. What are the methods on window.frameElement ? Here they are:
window.frameElement.commonModalDialogClose Closes the most recently opened dialog. window.frameElement.cancelPopUp Closes the dialog and passes SP.UI.DialogResult.Cancel as the result. window.frameElement.commitPopup Closes the dialog and passes SP.UI.DialogResult.OK as the result. window.frameElement.overrideDialogResult Overrides the dialog result that is passed back to the parent window. window.frameElement.navigateParent Navigates the parent window to the specified URL. window.frameElement.dialogArgs Contains the arguments passed into the dialog. window.frameElement.autoSize Autosizes the dialog.
Courtesy of the SharePoint Developer Team Blog. Thanks guys …
http://blogs.msdn.com/b/sharepointdev/archive/2011/01/13/using-the-dialog-platform.aspx
Great post about Controlling Registry Permissions through Powershell
http://powertoe.wordpress.com/2010/08/28/controlling-registry-acl-permissions-with-powershell/
Summary of Authentication Methods with the SharePoint 2010 BI Products
Managed Metadata Column “The required feature is not enabled for this column type”
http://www.sharepoint4developers.net/en-nz/post/required-feature-metadata-column.aspx
Enable-SPFeature -id “73ef14b1-13a9-416b-a9b5-ececa2b0604c” -Url <Site-Url>
Here’s the article on how to do stsadm -o copyappbincontent but in Powershell basically Install-SPApplicationContent
http://joelblogs.co.uk/2011/11/07/stsadm-copyappbincontent-vs-install-spapplicationcontent/
FAST Search Server Certificate Expiration:
http://techmikael.blogspot.co.uk/2011/04/remember-to-give-your-sharepoint-2010.html
http://meligo.blog.com/2011/04/05/one-year-certificate-of-fast-search/
Clearing the SPD Cache
Areas to clear:
- %APPDATA%\Microsoft\Web Server Extensions\Cache
- %USERPROFILE%\AppData\Local\Microsoft\WebsiteCache\
Scopes in FAST Search
http://manish-sharepoint.blogspot.co.uk/2010/03/creating-scope-in-fast-search-for.html
“Sideloading of apps is not enabled on this site”
Enable-SPFeature e374875e-06b6-11e0-b0fa-57f5dfd72085 –url http://sp.contoso.com
Cheers
Dave Mc





