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 03, 2021Not applicable
I can export connection,
if you use WAC version 2103, please update to version 2103.2 and try again.
if you use WAC version 2103, please update to version 2103.2 and try again.
- garymansellJun 07, 2021Brass ContributorI have just updated to 2103.2 and still get the same issue.
Is it because I am not using a FQDN like in the example - my host connects using https://localhost in a browser?- DeletedJun 07, 2021Not applicable
- DeletedJun 07, 2021Not applicable
try this command,
Export-Connection "https://localhost" -Credential $(Get-Credential)