vdi

get Citrix VDIs using Python instead of Powershell

get Citrix VDIs using Python instead of Powershell Question: I have to get the list(+ some parameters) of all the VDIs(Virtual Desktop Interfaces) which are connected to a Citrix Broker. In PowerShell, I do it like this: … # credentials used for remote connection to citrix controllers $pass=$(ConvertTo-SecureString -String $env:CitrixPassword -AsPlainText -Force) [pscredential]$creds = New-Object …

Total answers: 1