1

I want to know if someone can assist I need to export a list of all virtual accounts we have configured on the WinSSHD, I have tried running a few powershell script with no avail.

I have run a export on the WinSSHD control panel, but this exports the settings in a .wst file format and not csv

WinSSHD VirtAccounts:

enter image description here

harrymc
  • 498,455
Dario
  • 11

1 Answers1

1

Thanks to @harrymc. I can't comment, hence the answer. There's one more thing that needs to happen. Navigate to the installation directory. Use an elevated command prompt (PowerShell wouldn't work for my installation). Run: bsscfg settings exporttext > myexportfile.txt

This pipes the output to a file rather than just to the console window. You can then open the file in your chosen text editor.