How can I get the Display Name of a Target Object's Manager?
I am able to get the Full Name but the Display Name throws an exception.
This is what I'm trying to do,
$Manager = $Context.BindToObject("Adaxes://%manager%");
$mgr = $Manager.FullName; # works
but,
$mgr = $Manager.DisplayName; # throws exception, returns null or blank