October 28th, 2015

PowerTip: Use PowerShell to List all Azure Subscription Websites

Doctor Scripto
Scripter

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

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.