PowerTip: Identify Extensions in Azure

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon