diff --git a/jumpcloud-ADMU/Powershell/Start-Migration.ps1 b/jumpcloud-ADMU/Powershell/Start-Migration.ps1 index 522cd8329..26c56ef67 100644 --- a/jumpcloud-ADMU/Powershell/Start-Migration.ps1 +++ b/jumpcloud-ADMU/Powershell/Start-Migration.ps1 @@ -1886,6 +1886,9 @@ Function Start-Migration { If (!(test-path $path)) { New-Item -ItemType Directory -Force -Path $path } + Set-UserRegistryLoadState -op "Load" -ProfilePath $oldUserProfileImagePath -UserSid $SelectedUserSID + # SelectedUserSid + Write-ToLog -Message:('Selected User SID: ' + $SelectedUserSID) Get-ProtocolTypeAssociation -UserSid $SelectedUserSid -ProfilePath $oldUserProfileImagePath Get-UserFileTypeAssociation -UserSid $SelectedUserSid -ProfilePath $oldUserProfileImagePath # Unload "Selected" and "NewUser"