tags:

views:

47

answers:

0
+1  Q: 

Citrix GUI in C#

I have been looking for a way to create a simple GUI for users to stop,start,create, list running VMs in Citrix XenServer. I will create a form that has input boxes for users to put the name of the vm in, then a button to do the wanted task for that name. I would will also create a list box that will list all VM's and another that will list all running VM's. The same for all paused VM's and so on. my biggest issue is I cant find a way to run the command on the remote linux system then list the output into the area I want. They do have Citrix XenCenter but I am wanting a GUI that will give the users limited functionality.