I have installed the latest version of PowerShell and was able to login to it with my Azure account and ran Get-AzureRmSubscription to see all my subscriptions listed.
But, when i tried to run Select-AzureSubscription and then entered the subscription name when prompted, with no quotes, single quotes, and double quotes, I haven't been able to get this to work.
I keep getting an error saying something like "The subscription name 'XXXX' doesn't exist".
I've also tried doing this using "Select-AzureSubscription -SubscriptionID" with the subscription IDs listed, with similar results.
Can anyone tell me where am I going wrong?