Tag: guid
-
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? […]
-
Powershell: Retrieve Content Types and Column Fields
So you just found the wicked awesome list of content types and life is good, but you kinda wish you could get a hold of all those content types and column fields that you made yourself. No worries, Powershell is your trusted friend who’s always ready to help. Below are two very basic Powershell scripts. […]