To export and import the connections currently added in Windows Admin Center — e.g. as a backup or to migrate to a new machine — run the following via PowerShell:
Import-Module "$env:ProgramFiles\windows admin center\PowerShell\Modules\ConnectionTools"
Tags are included in the export:
Export-Connection "https://localhost:6516" -fileName "c:\temp\connections.csv"
Import-Connection "https://localhost:6516" -fileName "c:\temp\connections.csv"
"localhost" with the actual hostname or server name where WAC is running."localhost" is fine.c:\temp\connections.csv.H@ppy H@cking ⚡💻