TheJumpCloud / support

Public scripts and examples for managing JumpCloud managed systems and service endpoints
264 stars 149 forks source link

Added fix to string value error #544

Closed kmaranionjc closed 7 months ago

kmaranionjc commented 7 months ago

Issues

What does this solve?

Fixes issue with policy value converting a string to an integer error

Is there anything particularly tricky?

n/a

How should this be tested?

  1. Run this with the current module: Set-JCPolicy -id POLICYID -AUTO_INSTALL_SCHEDULE ScheduledInstallFourthWeek
    • This should output an error
  2. Run the same code with this module, validate that the issue is fixed

    Screenshots