PowerTip: Use PowerShell to List all Azure Subscription Websites

Doctor Scripto

Summary: Use Windows PowerShell to list all of your Azure subscription websites.

Hey, Scripting Guy! Question How can I use Windows PowerShell to list all the websites in my Azure subscription that are using the new preview module?

Hey, Scripting Guy! Answer After you have authenticated (Add-AzureRmAccount), run:

Get-AzureRmResource -ResourceType Microsoft.Web/sites

0 comments

Discussion is closed.

Feedback usabilla icon