TheJumpCloud / support

Public scripts and examples for managing JumpCloud managed systems and service endpoints
267 stars 154 forks source link

Username is required to be case sensitive #200

Open Rocketman-Chris opened 4 years ago

Rocketman-Chris commented 4 years ago

This script will fail if the local username does not match the exact case of the username in JumpCloud. However, it appears that the local username matching the case of the username in JumpCloud is not required. The "IF" statement is exiting with an error when the script would otherwise run properly.

jworkmanjc commented 4 years ago

@rocketman-tech to which script in this repository does this issue refer to? I can take a look at this.

bi89 commented 1 year ago

I use "Add-JCSystemUser", it is also case sensitive.

Add-JCSystemUser -Username $username -Administrator $False