Hi,
I have Server 2008 R2 running in our environement.
Domain functional level set to : 2008 R2
Forest functional level set to : 2008 R2
after checking awl these level i run following command over power shell
Enable-ADOptionalFeature 'Recycle Bin Feature' -Scope ForestOrConfigurationSet -target 'test.com'
and after the following error occured:
Enable-ADOptionalFeature : The FSMO role ownership could not be verified because its directory partition has not replicated successfully with at least one replication partner
At line:1 char:25
+ Enable-ADOptionalFeature <<<< 'Recycle Bin Feature' -Scope ForestOrConfigurationSet -target 'test.com'
+ CategoryInfo : NotSpecified: (Recycle Bin Feature:ADOptionalFeature) [Enable-ADOptionalFeature], ADExce
ption
+ FullyQualifiedErrorId : The FSMO role ownership could not be verified because its directory partition has not re
plicated successfully with at least one replication partner,Microsoft.ActiveDirectory.Management.Commands.EnableAD
OptionalFeature
Kindly help me out why i am facing this problem
electrifying