Obtaining Workday HR Supervisory Hierarchy, Provisioning Flags and Photos with PowerShell
A few weeks back I posted this regarding using PowerShell and the Granfeldt PowerShell Management Agent to interface Microsoft Identity Manager with Workday HR. The core of this functionality is the WorkdayAPI PowerShell Module which I forked from Nathan and added additional functionality.
New WorkdayAPI PowerShell Module Cmdlets
This post details additional functionality I’ve added to the WorkdayAPI PowerShell Module. Updates include the following additional cmdlets;
- Get-WorkdayWorkerProvData
- This cmdlet returns information from the Workday Account_Provisioning API
- Get-WorkdayWorkerMgmtData
- This cmdlet returns information from the Workday Management_Chain_Data API
- Get-WorkdayWorkerPhoto
- This cmdlet returns information from the Workday Employee_Image_Data API
Get-WorkdayWorkerProvData
Implementations of Workday obviously vary from organisation to organisation.… [Keep reading] “Obtaining Workday HR Supervisory Hierarchy, Provisioning Flags and Photos with PowerShell”