This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Get-QADGROUP resolve sids help

I am trying to run against a trusted forest to get a list of users.

I am in Forest 1

Running against Forest 2

Forest 2 trusts forest 1

Group contains members from both forests

when I run:

connect-qadservice -service 'forest2.com:3268'
get-qadgroup 'GroupName' | foreach { $_.member }

It works but lists the names of the users in forest 2 and the SIDs of the users in forest 1. How can I code this to resolve both sides?