This is Part 7 of my series on 'My Users Don't Like SharePoint...' As your SharePoint matures and grows, it can get considerably larger and complex. Content databases can grow to hundreds of gigs, search indexes grow larger, users rely more on Excel services, additional external business data is pulled in, some custom functionality is... Continue Reading →
Loading SharePoint lists from Excel using PowerShell
One of my biggest headaches with developing and testing in SharePoint is my lack of test data to work with. Sometimes I need to generate a load of test data so I can perform searches or test performance on custom code. Like in this blog post, I needed to load up a bunch of fake... Continue Reading →
PowerShell Script: Match SharePoint Service to Application Pool (w3wp process)
A little while ago, I wrote a post on Determining which w3wp process goes to which SharePoint Service. I have since decided to create a PowerShell script which encapsulates the entire process into one simple command! There it is! The script grabs the running SharePoint services, the running IIS application pools and matches them up.... Continue Reading →
SharePoint Metadata: Filter Page Web Parts
On my list of awesome SharePoint ideas that I want to try and do, was giving users the ability to filter a page based on selected metadata. I decided to hurry up and do it thanks to a question on MSDN forums. Special thanks to Stefan Bauer for the starting of some great code! I've... Continue Reading →
SharePoint 2010 Form cannot be rendered
The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server State Service. For more information, contact your server administrator. If you're getting this error, chances are you haven't added the state service. To add the state service, you need to run some PowerShell commands, I created a small... Continue Reading →
SharePoint PowerShell – a newbie’s findings
Yes, at this point in my life, I'm very new to PowerShell, and I'm okay with that. I was hesitant to make the jump, especially for use with SharePoint. Using stsadm for the last 7 years has been my security blanket. PowerShell, the new kid on the block, appeared to be threatening, almost bully like.... Continue Reading →
SharePoint Admin Pack – Workflows and Site Columns
A while back I whipped together some web parts for assisting in troubleshooting and managing some elements in SharePoint 2007 which wasn't easy to do then. I've since converted them to SharePoint 2010. They're available for download on http://sp2010adminpack.codeplex.com. Workflow ManagerThe Workflow Manager web part allows an admin to view all active and attached workflows in... Continue Reading →
SharePoint: Search as You Type
My first CodePlex project! WOO HOO. I saw some references online about being able to search as you type in the search box in SharePoint. I thought cool and continued searching and came across a few people who have done it. I compiled and took the stuff I liked from Jan Tielens' post introducing the... Continue Reading →