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"
garymansell
Jun 07, 2021Brass Contributor
I 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?
Is it because I am not using a FQDN like in the example - my host connects using https://localhost in a browser?
Deleted
Jun 07, 2021
- DeletedJun 07, 2021
try this command,
Export-Connection "https://localhost" -Credential $(Get-Credential)
- garymansellJun 10, 2021Brass Contributor
Deleted
Still does not work (using either user or admin PS session):
- DeletedJun 10, 2021try this command
Invoke-WebRequest "https://localhost" -Verbose