I'm trying to understand the best approach to use when developing scripts for Adaxes. In the Management console you can't see the details of an object while coding.
What I'd like to do is figure out the best way to mimic the Context of an object and possibly be able to see its contents and so on. Being able to mimic the %attrib% would be nice as well but I figured that would be replaced after developing something based on a single object.
For Context of a User I'd think a Get-ADMUser might do the trick but its also possible there are additional attributes I don't see.
Thanks in advance for your advice.