Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Identify Extensions in Azure

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles