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 →
Determining which w3wp process goes to which SharePoint service
This post was originally posted on SharePoint 365, which has since been retired. SharePoint runs its service applications on IIS application pools, which in turn creates multiple w3wp processes running on your servers. When looking at Task Manager, you will see a long list of w3wp processes. Similar to As you can see in... Continue Reading →
Using PowerShell to play with SharePoint Items
As a developer or administrator working with SharePoint, sometimes I need to know exactly what the data is doing, what on earth is it thinking. I may want to manipulate the data real quick without going to the website. This post may also very helpful if you're working against SharePoint's web services, as you can look... Continue Reading →
Giving mobile users the same experience in SharePoint 2010
In most cases, when I design and build a custom branded solution for a SharePoint site, the customer wants the site to render the same for mobile devices. Instead, SharePoint redirects the user to a different layout. This request is quite common across the world wide web. Most sites you visit on your computer will... 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 →
Creating a new Service Application Proxy Group in SharePoint 2010
As you create and manage service applications in your farm, you may decide to create additional services for different web applications. In my case, it was rather simple. I wanted a web application that didn't use FAST, just the basic search functionality. This was on my development workstation and I wanted to keep some of... Continue Reading →
