I tried searching for same on net but was not able to find anything useful. I went through this and this link but they both talk about only PowerShell and not Azure PowerShell.
I still tried it and got following error
C:\Windows\SysWOW64\WindowsPowerShell\v1.0>powershell.exe Get-AzureVM Get-AzureVM : The term 'Get-AzureVM' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + Get-AzureVM + ~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Get-AzureVM:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Any help would be appreciated. Thank you in advance.