So we've a cross forest external trust built between Prod & DMZ(this has RODC as well) domain
DMZ domain trusts Prod Domain.
So I login to server which is joined to DMZ domain.
Trying to add users from Prod domain in Local administrators group of the server in DMZ Domain via GUI.
Go to Local Users & Groups -> Administrators Group -> Add -> Change location to Prod(successful) -> Enter object name.
So now when I put in the user id from Prod domain & click check names, it doesn't work says "object cannot be found"
but if I use the command line I can add the same user from Prod domain to the admin group of DMZ server
net localgroup administrators /add prod\userid
The command completed successfully.
This add the user
Can someone tell me why this behavior ?