Forum Discussion
garymansell
Jun 03, 2021Copper 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, 2021
Deleted
Jun 08, 2021try this command,
Export-Connection "https://localhost" -Credential $(Get-Credential)
- garymansellJun 10, 2021Copper Contributor
Deleted
Still does not work (using either user or admin PS session):
- DeletedJun 10, 2021try this command
Invoke-WebRequest "https://localhost" -Verbose- garymansellJun 10, 2021Copper Contributor
Deleted