dbca-wa/oim-cms

Update DepartmentUser model to indicate whether the account has an O365 Exchange license

Closed this issue · 2 comments

Update the DepartmentUser to include a non-editable NullBoolean field called exchange_licensed (default=None). Review the C:\cron\Get-365LicensedUsers.ps1 Powershell script to see how it outputs a list of licensed O365 user accounts. Add a step to the C:\cron\directory_wrangler.ps1 script to set the exchange_licensed field to True for each O365 licensed account (via the REST API).

Relies on an update to the CMS project in production (v1.2).

Implemented.