Hi there,
I've tried to get all the connection hostnames out of visualcron. I did it with following command:
$s.Connections.GetAll() | Select Host
Host                                                                                                                                            
----                                                                                                                                            
{94, 24, 215, 254...}                                                                                                                           
{92, 201, 142, 108...}                                                                                                                          
{198, 186, 206, 164...}                                                                                                                         
[...]
Now to me it looks like they are encrypted somehow, is it possible to get this decrypted over the API?
Thanks & regards,
Sven