Question

I'm trying to use the document ID service on my SharePoint 2010 development instance, but it's not present within the "Site Collection Features". Any ideas?

Site Collection Features

Was it helpful?

Solution

Activate it from PowerShell.

Enable-SPFeature -id docid -url [url]

[update]

The silly me put chevrons around the param url!

Also this is NOT available in SharePoint foundation.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top