Reference: http://superuser.com/questions/920850/how-can-i-install-net-4-5-2-via-powershell-dsc
Category: PowerShell
PowerShell – Show File Extensions
Reference: http://superuser.com/questions/666891/script-to-set-hide-file-extensions
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 – Disable Auto Run In Windows
Reference: http://stackoverflow.com/questions/14564380/how-to-disable-autorun-for-all-drives
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.