I would like to find an AD group user's group's that their in and to find what those different group's notes are.
Right now, I'm trying this
Get-ADPrincipalGroupMembership "username" | Get-ADUser -Properties info,description
Which is giving errors. I know there must be an easy way to do this that I'm missing.