When you enable the Recyle Bin feature on Windows Server 2008 R2 using the following command you receive the error "The specified method is not supported"
When you enable the Recyle Bin feature on Windows Server 2008 R2 using the following command you receive the error "The specified method is not supported" C:\Users\Administrator> Enable-ADOptionalFeature -Identity 'CN=Recycle Bin Fe ature,CN=Optional Features,CN=Directory Service,CN=Windows NT,CN=Services,CN=Con figuration,DC= domain ,DC= Suffix' -Scope ForestOrConfigurationSet -Target ' domainname ' Error returned Enable-ADOptionalFeature : The specified method is not supported At line:1 char:25 + Enable-ADOptionalFeature <<<< -Identity 'CN=Recycle Bin Feature,CN=Optional Features,CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,DC=mcs e,DC=local' -Scope ForestOrConfigurationSet -Target 'mcse.local' + CategoryInfo : NotSpecified: (CN=Recycle Bin ...C=mcse,DC=local :ADOptionalFeature) [Enable-ADOptionalFeature], ADException + FullyQualifiedErrorId : The specified method is not supported