From 2984f4a94696100af1da0d63d7c74032daab3586 Mon Sep 17 00:00:00 2001 From: Ken Maranion Date: Thu, 25 Jan 2024 09:52:29 -0800 Subject: [PATCH] test --- jumpcloud-ADMU/Powershell/Start-Migration.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jumpcloud-ADMU/Powershell/Start-Migration.ps1 b/jumpcloud-ADMU/Powershell/Start-Migration.ps1 index 8f67c43a9..cf17bfb2c 100644 --- a/jumpcloud-ADMU/Powershell/Start-Migration.ps1 +++ b/jumpcloud-ADMU/Powershell/Start-Migration.ps1 @@ -1431,7 +1431,7 @@ function Get-UserFileTypeAssociation { } process { $list = @() - $testHive = Get-ChildItem -Path "HKEY_USERS:\$($UserSid)_admu\" + $testHive = Get-ChildItem -Path "HKEY_USERS:\$($UserSid)_admu\Software\Microsoft\Windows\Shell\Associations\" Write-ToLog "Testhive: $testHive" $pathRoot = "Registry::HKEY_USERS\$($UserSid)_admu\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\" $exts = Get-ChildItem $pathRoot* @@ -1472,7 +1472,7 @@ function Get-ProtocolTypeAssociation{ } process { $list = @() - $testHive = Get-ChildItem -Path "HKEY_USERS:\$($UserSid)_admu\" + $testHive = Get-ChildItem -Path "HKEY_USERS:\$($UserSid)_admu\Software\Microsoft\Windows\Shell\Associations\" Write-ToLog "Testhive: $testHive" $pathRoot = "Registry::HKEY_USERS\$($UserSid)_admu\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\" # Enable long paths