On the line: https://github.com/TobiasPSP/Modules.PSOneTools/blob/635fc55e71a92af51e3b13bd9d11720088e3584c/PSOneTools/2.4/Find-PSOneDuplicateFile.ps1#L50 `'*'` Should be changed to: `$Filter`: `[IO.DirectoryInfo]::new($Path).GetFiles($Filter, 'AllDirectories')` Without this change, the parameter $Filter is ignored.
On the line:
Modules.PSOneTools/PSOneTools/2.4/Find-PSOneDuplicateFile.ps1
Line 50 in 635fc55
'*'Should be changed to:$Filter:[IO.DirectoryInfo]::new($Path).GetFiles($Filter, 'AllDirectories')Without this change, the parameter $Filter is ignored.