Hello,
I would like to get the associated Roles (teamroles_association) for a Team using PowerShell?
I retrieve the Team like this:
$team = (Get-CrmRecords -EntityLogicalName team -FilterAttribute name -FilterOperator eq -FilterValue "AAA" -Fields "*").CrmRecords[0]
I'm using Microsoft.Xrm.Data.PowerShell v2.8.12
But I don't see any attributes for association. Any ideas?
Regards,
JF