Tag: sharepoint 2007
-
Content Types with associated Fields for SharePoint 2007
I’ve previously posted both a list of Content Types as well as a list of Fields that appear in SharePoint 2007 and 2010. But what if you want to find out what Fields a Content Type uses? Here is a (hopefully) complete list of SharePoint 2007 Content Types and associated Fields.
-
Using PowerShell to retrieve Content Types and associated Fields
I’ve previously posted PowerShell scripts that allow you to extract Content Types or Fields from a SharePoint site. But last week a commenter by the named Jeff posed a valid question. What if I want to extract all Content Types in a SharePoint site, and show the associated Fields for each of them?
-
Getting your GUID on, macro style
I’m currently working on creating some custom discussion boards in SharePoint 2007 for a client. With that comes creation of features and content types, which in turn requires GUIDs to be generated. Generating a GUID in Visual Studio is easy. Just click Tools on the menu, followed by Create GUID. So what’s the big deal? […]
-
Changing the properties of an existing Web Part using PowerShell
Sometimes you need to change the properties of a Web Part without browsing to the page itself and set it. There could be numerous reasons as to why you would want or need to do this. A while back I created a really simple redirect web part for one of my clients. It had two custom […]
-
Troubleshooting SharePoint: Your search cannot be completed because of a service error.
A colleague of mine, lets call him Jereme, came across this and he suggested I post it on my blog, so here goes. One of his clients where having issues with one of their search scopes. Whenever a user would try to do a search with one of the custom scopes, they would receive an error saying […]