Enable-ADOptionalFeature –Identity ‘CN=Recycle Bin Feature,CN=Optional Features,CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,DC=mydomain,DC=local’ –Scope ForestOrConfigurationSet –Target ‘mydomain.local’
you can use -whatif on the end of command and check up what will happen without risk
🙂