When I try to run the following script, I receive an error. It looks like the field GUID corresponds to the "ContentType" field that exists on subsites in the site collection. If anyone knows a solution to this error help would be greatly appreciated.
Enable-SPFeatureCTypes-Urlhttp://portal.askcts.com/solutions/clients
Enable-SPFeatureFields-Urlhttp://portal.askcts.com/solutions/clients
Enable-SPFeature : The field with Id {c042a256-787d-4a6f-8a8a-cf6ab767f12d} defined in feature {ca7bd552-10b1-4563-85b9-5ed1d39c962a} was found in the current site collection or in a subsite.
At line:3 char:2
+ Enable-SPFeature CTypes -Url http://portal.askcts.com/solutions/clients
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...etEnableFeature:SPCmdletEnableFeature) [Enable-SPFeature], SPException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletEnableFeature
Enable-SPFeature : The field with Id {c042a256-787d-4a6f-8a8a-cf6ab767f12d} defined in feature {ca7bd552-10b1-4563-85b9-5ed1d39c962a} was found in the current site collection or in a subsite.
At line:4 char:2
+ Enable-SPFeature Fields -Url http://portal.askcts.com/solutions/clients
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...etEnableFeature:SPCmdletEnableFeature) [Enable-SPFeature], SPException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletEnableFeature