ARSS: DisableAccount as part of deprovisioning task

I have ARSS deprovisioning workflow which 1) moves account into certain OU 2) Disables it. I cannot seem to find an easy way to handle disablement option. I'll probably have to handle UserAccountControl as a part of Powershell script just want to see if better option exists? Thanks!

Parents Reply
  • I was just thinking doing Forward Sync Rule PS script to uac attribute , reading $dstObj.("userAccountControl") then manipulating to pass 514 then write into the Target without breaking any other uac flags. I just hate dealing with hex but may still end up trying :) I'll pass my results here if I get anything working!

Children