• Backsync assignedPlans

    Hi,

    As per this KB, the attribute assignedPlans can't be found when trying to create a sync rule.

    I'm trying to write a PowerShell script to extract assignedPlans for my customer to sync:

    $aplans = $srcObj["assignedplans"] -all
    $aplans…

  • Virtual Attribute update from ARS Sync or Set-QADUSer

    Hello,

    I have a new virtual attribute that I need populated for 34k users. Can you tell me the quickest way to accomplish this?

    I've tried via Active Roles Sync from a SQL Table and also took the data from the table and used "Set-QADUser -Proxy -Connect…