May 21st, 2015

PowerTip: Identify Extensions in Azure

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to get a current list of virtual machine extensions in Azure.

Hey, Scripting Guy! Question How can I find all the extensions that are available for virtual machines in Azure?

Hey, Scripting Guy! Answer To see all the extensions for a virtual machine in Azure, type:

Get-AzureVMAvailableExtension | Format-Table

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.