Hi LuckD,
The "destinationPath" parameter already receive a path. Correct me if i'm wrong :
-DestinationPath $bundleFilePath
$destinationFolder = "C:\Logs" ==> indicate the path where the logs will be saved
$bundleFilePath = Join-Path -Path $destinationFolder -ChildPath $bundleFileName
Thanks in advance