Is there a way to know the specific domain controller that has been used to perform an operation when using SPML?

 We have a set of AR servers transactions could be executed from, and these could be using different DCs, so reading this information back from responses would be very useful for a particular need.  

Thanks

Parents Reply
  • This works for any request that is generated by the administration service. SPML included. 

    If you stay on the inside where the request lives you can still get anything that is there, or add data using $Request.Get() for things like if you want another field in the set of values. 

    Has always seemed easiest and most powerful to do it that way. Maybe on Modify of a user scoped down to the attribute within a policy script? Write to file, attribute or event log. 

    I wrote a whole logging thing just for stuff like this because SPML is difficult to work with.

Children