PowerShell Get-ADGroupMember Repeatedly Erroring

Sykeopath 1 Reputation point
2022-06-30T10:32:57.353+00:00

Recently when I try and run Get-ADGroupMember it comes back with the error

Get-ADGroupMember : The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from
ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the
Microsoft .NET Framework SDK documentation and inspect the server trace logs.
At line:1 char:1

  • Get-ADGroupMember -identity "GROUP"
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • CategoryInfo : NotSpecified: (GROUP) [Get-ADGroupMember], ADException
  • FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.GetADGroupMember**

I have restarted ADWS and this made no change (I had seen suggestions to do this here). I also checked the trust for the domain and it is bidirectional. I have had no issues running this cmdlet in the past. Any help is much appreciated.

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,359 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,341 Reputation points
    2022-07-03T12:13:09.763+00:00

    Hi there,

    This issue occurs if the group has a member from another forest whose account has been removed from the account forest. The member is represented in the local domain by a Foreign Security Principal (FSP).

    To resolve this issue, enable logging for the resolution requests that concern these SIDs and that are performed by the Active Directory Webservice.

    Here is a link for a detailed description of the process that you must follow.

    https:// learn.microsoft.com/en-us/troubleshoot/windows-server/identity/get-adgroupmember-error-remote-forest-members

    "Unable to process the request due to an internal error" After AD Upgrade

    https://social.technet.microsoft.com/Forums/windows/en-US/e36d72ee-fc5b-48d2-beb7-2dbd5849cc58/quotunable-to-process-the-request-due-to-an-internal-errorquot-after-ad-upgrade?

    -------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–

    1 person found this answer helpful.
    0 comments No comments

  2. Newbie Jones 1,306 Reputation points
    2022-06-30T10:46:02.95+00:00
    0 comments No comments