|
|
|
|
Group: Forum Members
Last Login: Wednesday, February 01, 2012
Posts: 3,
Visits: 10
|
I have a list of around 600 PCs all using the same VNC password - is there a way through Smartcode to auto generate connection info .vnc files that others can use ?
I mean I don't want certain people to have access to Smartcode, but I'd like to provide auto connection files on a network share for them. At the moment I'm exporting the list and doing this through a macro in Excel. Thanks in advance.
|
|
|
|
|
Group: Administrators
Last Login: Yesterday @ 7:33 PM
Posts: 1,687,
Visits: 3,177
|
Hi Bob, unfortunately VNC Manager doesn't have "Export to .vnc" feature.
But if you only looking to export a computer hostname and VNC password, perhaps instead of using Excel you could create an simple script (vbs or PowerShell) or a lightweight application.
The script or app could be added as an External Tool. You could pass a selected computer hostname and VNC password to the tool as command line arguments via variables ($SERVER_IP) and ($VNCPWD). And the script or .exe would generate .VNC file.
 Kindest Regards, SmartCode Solutions Support
|