Sharepoint 2010 Feature GUID's by Edition
-
2012年6月22日 下午 05:35
I am looking for a list of the GUID's of the features in SHarepoint, but I need to seperate them by edition: Enterprise, Standard, and Foundation. I have looked through this website:
http://sharepoint.microsoft.com/en-us/buy/Pages/Editions-Comparison.aspx
but I am unable to line up the features with the feature lists:
http://social.technet.microsoft.com/wiki/contents/articles/10437.sharepoint-2010-existing-features-guid.aspxDoes anyone know where I could find the GUID's of the Enterprise and Standard features, but not Foundation?
所有回覆
-
2012年6月22日 下午 05:58
I am looking for information because we are merging two sharepont environments. The main one is Foundation edition, but we are adding sites from an Enterprise environment. We want to disable the Enterprise and Standard features so the sites can be integrated into the existing environment.
-
2012年6月22日 下午 09:46
GUID of a list in SharePoint can be get through following steps:
Go to Settings --> List Settings and right-click on the "Information management policy settings" links and choose Copy Shortcut.
Paste the URL and you can see the GUID surrounded with "{" and "}".
If you are using WSS 3.0 follow these steps, you can use this method to find the View GUID in MOSS 2007or
Access the list via your browser and select the View you want to find the GUID.
Select "Modify this View" and copy the URL.
you will get a URL like this,There you can find,
List=%7B5C65CB1A%2D2E1B%2D488A%2DAC07%2DB115CD0FC647%7D
View=%7B75E689B4%2D5773%2D43CB%2D8324%2D58E42E1EB885%7DReplace "%7B" with "{"
Replace all "%2D" with "-"
Replace "%7D" with "}"You are now left with the GUIDs, in the above example;
List ID is {5C65CB1A-2E1B-488A-AC07-B115CD0FC647}
View ID is {75E689B4-5773-43CB-8324-58E42E1EB885} -
2012年6月22日 下午 09:50版主
Take a look at Spencer Harbar's FeaturePack script: http://gallery.technet.microsoft.com/ScriptCenter/6c5a78b8-9b7d-4dcc-9e39-5b2d145688c0/. This contains the features, by name, separated into Foundation, Standard, and Enterprise features.http://sharepoint.nauplius.net
- 已標示為解答 Daniel YangMicrosoft Contingent Staff, Moderator 2012年7月3日 上午 09:56

