TheJumpCloud / jcapi-powershell

MIT License
10 stars 3 forks source link

Update SDK V2 to address read only o365 property #67

Closed jworkmanjc closed 11 months ago

jworkmanjc commented 11 months ago

Issues

What does this solve?

Addressed an issue in Update-JcSdkOffice365 where the UserLockoutAction and User PasswordExpirationAction values could not be set

Is there anything particularly tricky?

How should this be tested?

Update-JcSdkOffice365 will now let you update the UserLockoutAction and User PasswordExpirationAction values. Build the V2 module on your own and you should be able to update the fields with a request like the following: Screenshot 2023-11-29 at 12 04 27 PM

Screenshots