How-To: Easily switch between multiple Azure accounts in PowerShell ISE without re-authenticating

If you work with Azure using the PowerShell ISE tool and have multiple subscriptions and/or login accounts, wouldn’t it be nice to be able to quickly switch the authentication account context without constantly logging in with new account credentials? I’ll show how to do this. Basically, it involves using Add-AzureRMAccount to create a profile credential, …