O servidor não conseguiu processar o pedido devido a um erro interno
Eu encontrei a mensagem de erro abaixo ao executar os comandos Powershell da conta Get-ADPrincipalGroupMembership
para determinadas contas de usuário no AD.
Eu pesquisei na Internet completamente e não consegui encontrar muita coisa, então continuei pesquisando, ativando verbos, rastreando, testando, comparando e assim por diante.
Eu finalmente encontrei a causa e uma solução (no meu caso), então queria postar isso aqui como uma pergunta e uma resposta, já que não consegui encontrar muita coisa em outro lugar durante o processo de solução de problemas.
Isso pode ajudar alguém a obter uma solução rápida e poupar-lhe algumas dores de cabeça caso esteja trabalhando em algo urgente ou crítico.
Mensagem de erro completa do Powershell
PS C:\Users\User> Get-ADPrincipalGroupMembership <AccountName>
Get-ADPrincipalGroupMembership : 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 3.0
SDK documentation and inspect the server trace logs.
At line:1 char:1
+ Get-ADPrincipalGroupMembership <AccountName>
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (<AccountName>:ADPrincipal) [Get-ADPrincipalGr
oupMembership], ADException
+ FullyQualifiedErrorId : The server was unable to process the request due to an inter
nal error. For more information about the error, either turn on IncludeExceptionDetai
lInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configurati
on behavior) on the server in order to send the exception information back to the clie
nt, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and i
nspect the server trace logs.,Microsoft.ActiveDirectory.Management.Commands.GetADPrinc
ipalGroupMembership