Fix: ConvertTo-PSFHashTable - the -Remap parameter always acts as an -Include parameter, causing the command to always disregard additional properties not specified. (#587)
Fix: Write-PSFMessage - the -NoNewLine parameter causes the error Write-PSFMessage: A parameter cannot be found that matches parameter name 'NoNewLage'. (#586)
-Remap
parameter always acts as an-Include
parameter, causing the command to always disregard additional properties not specified. (#587)-NoNewLine
parameter causes the errorWrite-PSFMessage: A parameter cannot be found that matches parameter name 'NoNewLage'.
(#586)