Hi there,
i got two trusted domains in different forests and want to retrieve the members oft some groups which contain members of both domains. Get-AdGroupmeber fails with an ADException Error. Groups with members from only their own domain work fine.
The domainmode is windows2003 which both have Windows 2008 R2 domaincontrollers with Active Directory Webservices running.
ADWS running on both Win2008R2 DC's which are both GC! The Problem Members show in the ADUC with their names. So the UC resolves the Names correct. The error was german i have translated it:Get-ADGroupMember : Operation successfully finished
At C:\Users\adm_XXXX\AppData\Local\Temp\4fc3e5dc-e943-446a-ae65-e7178f9e6076.ps1:4 Sign:18
+ Get-ADGroupMember <<<< -Identity "XXXXXX,OU=XXXXXXXXX,OU=XXXXXXXXX,DC=XXXXXXXXX,DC=XX"
+ CategoryInfo : NotSpecified: (CN=XXXXXXXXXXX,OU=XXXXXXXXXXXXXXXX,DC=XX:ADGroup) [Get-ADGroupMember], ADException
+ FullyQualifiedErrorId : Operation successfully finished,Microsoft.ActiveDirectory.Management.Commands.GetADGroupMember
Any advice how to fix this?
Sorry for my bad english!
Thank you!