Dear All,
We have all the domain Controllers (Parent and Child Domains) in Windows Server 2003 with Service pack 2 Operating System. I have Installed Powershell Version 2 in one of the Root Parent Domain Controllers
From the client PC (Windows 7) after Installing RSAT Tools i am trying to add the users from all the child domains to a group, while doing so i am getting the following error
Add-ADGroupMember : Unable to find a default server with Active Directory Web Services running.
At line:2 char:46
+ foreach ($user in $users) { Add-ADGroupMember <<<< -Identity ttsl.com\Test_IMM -Members $user }
+ CategoryInfo : ResourceUnavailable: (ttsl.com\Test_IMM:ADGroup) [Add-ADGroupMember], ADServerDownException
+ FullyQualifiedErrorId : Unable to find a default server with Active Directory Web Services running.,Microsoft.ActiveDirectory.Management.Commands.AddADGroupMember
But in one of the Root Server's the service is UP and Running fine.
Request you to help us in resolving the issue
Naveen Chandra G.V