Created
October 11, 2024 16:00
-
-
Save fabiocannas/0225e0225ef277bf3906ba32c4f6edd4 to your computer and use it in GitHub Desktop.
Get a list of all resources in an Azure Subscription using Powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-AzResource | Select-Object * | Export-Csv -Path "C:path\to\AzureSubscriptionResources.csv" -NoTypeInformation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment