Collecting Zoom User's settings

Description
I would like to create a script in PowerShell that collects the selected user’s settings via the documentation and https://www.powershellgallery.com/packages/PSZoom/1.1.8 and export that to a CSV, luckily in PSZoom there is a function that collects the user’s settings, but I would like to make this export more readable.

Error
Right now in the CSV I have one header that contains all of the features, and when I export the setting it places it in one row.

How To Reproduce (If applicable)
Steps to reproduce the behavior:
From PSZOOM: Get-ZoomUserSettings -UserId $zoomUser.id | export-csv -path “.\random.csv” -append -notypeinformation -delimiter “`t”

**Screenshots **

Additional context
Add any other context about the problem here.

Hey @zsebes321,

Since Zoom did not make that package, I suggest reaching out to the developers who did for support.

Thanks,
Tommy