Skip to content

Commit

Permalink
Load before pta/fta
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaranionjc committed Jan 24, 2024
1 parent b99b661 commit 4fc92c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jumpcloud-ADMU/Powershell/Start-Migration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4fc92c4

Please sign in to comment.