Hi,
I am trying to call Get-AzureVM command from MVC application which is deployed to IIS.
When I tried same on Console application, it is giving me list of VMs but as soon as I deployed that code to IIS , I am not able to get VMs.
Instead I am getting error that, Get-AzureVM is not recognizable as command.
Please give me some solution.
Thanks for your help in advance.