Same as MSSQL Server Information but is specific to what will work in Azure
Category: Azure
PowerShell – Azure – Create UNIX VM
If you have a need to create a few VMs it can get a bit tedious to build them in one of the various portals. Set the variables then let this script run. At some point I will create a function around this but for now the script works as…
PowerShell – Azure – Get Certificate List
Working in Azure creating VMs with certificates it’s helpful to know what you have.
PowerShell – Azure – Get VM Image List
When installing a new VM in Azure it’s helpful to know your options Another example, say you are looking for a specific released version of Red Hat This command currently comes up with this as a response Get latest image
PowerShell – Install Azure Modules
In order to work in PowerShell with Azure you need to have the modules setup properly, the script below will help get you ready to go then test it.
PowerShell – Azure – Get Virtual Networks
If you work in Azure these two functions are very valuable additions to your library. Note: This majority of this code is copied from the reference below. I added Gateway Address to the Network Routes along with DNS Reference: http://blog.kloud.com.au/2014/11/11/get-azure-virtual-networks-with-powershell/