Hi to all. I need to add multiple Global Security Groups from Domain B to Domain Local Security Group in Domain A.
A forest wide trust is in place.
Group "SGDL Test" is in Domain A
Group "GSG Test" is in Domain B
The following PowerShell command does not work across domains.
Add-ADGroupMember -Identity "SGDL Test" -Members "GSG Test"
Help appreciated.
Phil.