Run PowerShell Script on Azure VM with ComputeManagementClient
I wanted to run a PowerShell script on a VM deployed in Azure trough the Azure Management API. Theoretically there is a method ComputeManagementClient.VirtualMachines.RunCommandAsync ...