When pulling properties via Get-DRAUser or other cmdlets, even though internally the values may fall under additionalAttributes, to the end user they should all be available as object.Attributes and/or object.attributeName rather than object.additionalAttributes.Attributes[attributeName]

Comments