Hi @SandroDlnc-0330
The Edge favorites data is in this file: C:\Users\username\AppData\Local\Microsoft\Edge\User Data\Default\Bookmarks
. So you only need to get data from this file.
I found a similar thread and tested the powershell script in the answer, it can work well with Edge 86.0.622.69. You can also try the PowerShell-Script EdgeChromium-Bookmarks-Backup-JSON-to-HTML.ps1
. Please note to change the Path to EdgeChromium Bookmarks File to the following if you're using Edge stable version:
$JSON_File_Path = "$env:localappdata\Microsoft\Edge\User Data\Default\Bookmarks"
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Regards,
Yu Zhou