Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaranionjc committed Jan 30, 2024
1 parent e2b2c52 commit 830e0bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jumpcloud-ADMU/Powershell/Start-Migration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1446,8 +1446,6 @@ function Get-ProtocolTypeAssociation{
[System.String]
$UserSid
)


$manifestList = @()

$pathRoot = "HKEY_USERS:\$($UserSid)_admu\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\"
Expand Down Expand Up @@ -1896,9 +1894,9 @@ Function Start-Migration {
}


$fileTypeAssociations = Get-UserFileTypeAssociation -UserSid $SelectedUserSid -ProfilePath $oldUserProfileImagePath
$fileTypeAssociations = Get-UserFileTypeAssociation -UserSid $SelectedUserSid
Write-ToLog -Message:('Found ' + $fileTypeAssociations.count + ' File Type Associations')
$protocolTypeAssociations = Get-ProtocolTypeAssociation -UserSid $SelectedUserSid -ProfilePath $oldUserProfileImagePath
$protocolTypeAssociations = Get-ProtocolTypeAssociation -UserSid $SelectedUserSid
Write-ToLog -Message:('Found ' + $protocolTypeAssociations.count + ' Protocol Type Associations')
# Save the lists to CSV files
if ($fileTypeAssociations) {
Expand Down

0 comments on commit 830e0bb

Please sign in to comment.