I am wanting to create a PowerShell script that will run on a Task Scheduler schedule to back up my Windows 11 Microsoft Edge bookmarks. All the references I can find say that the location of the bookmark file is in C:\Users<Username>\AppData\Local\Microsoft\Edge\User Data\Default\Bookmarks. However, inside the User Data folder, there is no Default folder. Some online searches reference the DBStore in C:\Users<Username>\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\MicrosoftEdge... however, the only folder listed in AC is Temp.
I have plenty of Favorites shown in my browser but cannot find the file they are stored in so that I can back up. Any ideas?