17 December, 2012

SharePoint Security: Server Hardening

Find the right balance between security and convenience.
This article discusses some of the things your SharePoint server needs to be secure. Even if you've taken security measures in the past, this article might open your eyes to more ways in which you can improve SharePoint security.
A very good article on SharePoint Security: Server Hardening by Todd O. Klindt of SharePoint Pro Magazine.

SharePoint 2013 IT Professional reviewers guide

A very good article by Jeremy Taylor. If you are looking to introduce a new SharePoint 2013 farm or an upgrade to SharePoint 2013 in your organization and need to get some quick information put together to your manager or CIO, then suggested is the following guide from Microsoft:
Some of notes:
  • It’s not as comprehensive as you might want it to be. Consider it a good start to whet the appetite of your technical managers, infrastructure managers or CIO.
  • It’s not a full-on ‘marketing SharePoint features’ document. It is intended for a technical audience who have the role as ‘decision makers’ with you as an ‘influencer’
  • Broadly with three headings – Manage Cost, Manage Risk and Manage Your Time, it neatly presents some of the new and improved offerings of SharePoint 2013.
  • If you want to gather more features and dive deeper, you might want to consider another document.
What others are downloading:

14 December, 2012

Planning and architecture for SharePoint Server 2010

Downloadable resources

12 December, 2012

InfoPath Forms Library is missing: SharePoint 2007

Issue: The following computer running windows SharePoint Services does not contain the required InfoPath form template:
http://Amar-Infopathtest-xxxx/
A generic form template will be used instead
Or
InfoPath failed to publish because the default content type in the document library is not based on the Form content type.

Troubleshooting:
Add a Form content type, and switch it over as the default content type. Only to discover SharePoint now publishes two different sets of columns in this list – one set for Forms, another set for Documents.
We noticed that Form Lib is missing on the site collection.
Resolution:
1.      Activating the Office SharePoint Server Enterprise Site Collection features and Office SharePoint Server Enterprise Site features, helps in resolving the issue.
  • Go to -> Site Actions -> Site Settings -> Site Collection Features –> Office SharePoint Server Enterprise Site Collection features -> Activate
  • Go to -> Site Actions -> Site Settings -> Site Features –> Office SharePoint Server Enterprise Site features -> Activate.
2.      If activating both of these features does not create the Form Library, you can try to execute the following ‘STSADM’ commands.  
·        STSADM.EXE -o deactivatefeature -filename IPFSSiteFeatures\feature.xml -force –url http://Amar-Infopathtest-xxxx
·        STSADM.EXE -o deactivatefeature -filename IPFSWebFeatures\feature.xml -force -url http://Amar-Infopathtest-xxxx
·        STSADM.EXE -o activatefeature -filename IPFSSiteFeatures\feature.xml -url http://Amar-Infopathtest-xxxx -force
·        STSADM.EXE -o activatefeature -filename IPFSWebFeatures\feature.xml -url http://Amar-Infopathtest-xxxx –force.
3.      If none of the above works, then try the last option to activate the ‘Team Collaboration List Features.’
·        Go to -> Site Actions -> Site Settings -> Site Features Site Features –> Team Collaboration Lists
If you have any queries/questions do let me know, I would be my pleasure to assist you with anything.