Forum Discussion
garymansell
Jun 03, 2021Brass Contributor
WAC 2103 Export-Connection gives error
I get an error when trying to export my server list connections - any ideas? I have a lot of servers entered - I would feel a lot more comfortable with a backup of them... PS C:\Users\grma> Import...
- DeletedJun 10, 2021
try these commands,
Invoke-WebRequest "https://localhost:6516"
Export-Connection "https://localhost:6516" -fileName "WAC-connections.csv"
Deleted
Jun 08, 2021garymansell
Jun 10, 2021Brass Contributor
Deleted
Still does not work (using either user or admin PS session):
- DeletedJun 10, 2021
- garymansellJun 10, 2021Brass Contributor
Deleted
- DeletedJun 10, 2021
if the response code does not equal 200, it will response "Failed to get the connections" to you,
so, please run "Invoke-WebRequest "https://localhost" -Verbose" to get http response code.