the DRA PowerShell cmdlets should mimic AD powershell in usage and return. The Identifier should allow ALL of the same value types as the native AD cmdlets, and should be called Identity rather than Identifier. When you execute Find-DRA... cmdlets they should return a subset of the object properties rather than a set of items that has to be parsed through, even if there is a single results. These cmdlets should also be able to be piped to additional cmdlets to actually work with the objects that are found. They should mimic the ability in native AD cmdlets to specify the DC/Server that will run the operation by using a single -Server parameter to specify a single DRA REST/Host server using default ports rather than using full syntax of DRARESTServer and DRAHostServer and ports.
We are currently scoping and planning to update the DRA PowerShell behavior and cmdlets in the next few updates in order to simplify using these cmdlets.
Automatic discovery of DRA REST server is there in 9.2.1, which is good. However it seems odd that we still have to specify -Domain - why not default -Domain to the current domain?