We have been using Azure Powershell Commandlets for some year. Now we want to install the latest version, since we want to be able to use the new commandlet Set-AzureVMCustomScriptExtension for example.
At http://azure.microsoft.com/en-us/downloads/ there's a download link for Windows Powershell ("Install"). When I run this, Web Platform Installer is launched on my machine.
When I proceed with the installation, Web Platform Installer detects dependency on IIS8 Express, Azure Emulator and more things.
I just want to install the PowerShell commandlets, I don't need the full emulator (as far as I know).
Is there a way to install the PowerShell commandlets without having to install IIS and Azure Emulator?
Nitramafve