I am trying to retrieve a list of all the groups a user is a member of. I ran the command:
Get-ADAccountAuthorizationGroup username
and received this error:
The server has returned a no matching security principal error.
I tested the same command on another user and received results. I tested it a 3rd time on my own account, and received the error. Double/triple checked the syntax in case of typos, no errors.
Not sure what to look for, or how to fix this error.