• 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…

  • Synchronization service powershell write to datetime attribute error

    Hello,

    I have been trying to script getting a datetime from MS Graph and output this to a virtual attribute (configured as general time) in Active Roles, but every time I receive the same error, no matter what I do:

    "The string was not recognized as…

  • Quickconnect Deprovision from DB2 Table to Active Roles

    Source System: DB2 Table

    Destination: Active Roles Server

    I have the synchronization service read data from a table. This table is formed by user submission to deprovision accounts. From the sync server, I send a deprovision job over to Active Roles…