After importing ActiveRolesManagementShell module into powershell script, I was able to run Get-QADuser cmdlet successfully. From this article, Get-QADUser Reference – iTomation I found different ways of using Get-QADUser cmdlet.
I am looking for a way to extract value associated with a virtual attribute like edsvsa-* but I failed to find right options to pass as positional arguments to this cmdlet.
Ex) Get-QADUser -Identity "xxxx" -IncludedProperties "edsvsa-ABC-EFG"
By the way, this specific virtual attribute of a target user I see it as empty from web based Active Roles interface. I would appreciate a seasoned AR engineer to shed a light for me.
Please bear with me unintended 2nd question piggyback to this question.
I plan to use Set-QADUser cmdlet to populate data for a virtual attribute. May I see an example of it?
Thank you for your time reading this post.