TheJumpCloud / jumpcloud-ADMU

JumpCloud Active Directory Migration Utility - JCADMU
23 stars 7 forks source link

SA-1009 Duplicate User #28

Closed btstevens closed 4 years ago

btstevens commented 4 years ago

What's New: GUI check local username doesn't exist on system to avoid duplicate user error CLI parameter checks local username doesn't exist on system to avoid duplicate user error Add date line to log when tool run Account for state if user exists on system but not ever logged in,

JumpCloudUserName already exists on local system image

Username does not exist on local system image

JumpCloudUserName already exists on the local system image

Domainusername bob.lazar2 does not exist on the system image

InstallJCAgent $true but not connect key parameter provided error image

File Changes Explanation:

Form.ps1 Bump version Test-Localusername required for migrate buttons Check username when textbox changes Update tooltip

Functions.ps1 Add Test-Localusername function Add Test-Domainusername function Delete extra line Add username checks to CLI parameters Check for connectkey if installagent $true Add date line to log Don't error/exit if user already in users group step