Hello,
I notice that both Get-ADTRegistryKey and Set-ADTRegistryKey have a -Wow6432Node parameter, but Remove-ADTRegistryKey does not.
In the script I’m working on, I’m using all three (Get- and Set- in the install, Get- and Remove- in the uninstall), and adding Wow6432Node=$true to a splat if it’s dealing with the 32-bit version of the target software. It sure would be handy (for me) to have it in Remove- as well.
Is this something that’s might be added in a future version, or is its omission a conscious design choice?
Cheers,
Billy.