Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Howto

These scripts can help you create an overview of your Azure Subscription.
It will then upload the info to us.

The script will

  • Authenticate to Azure
  • Loop through your Azure Subscriptions
  • Loop through your Azure Resource Groups
  • Get details on the Resources in your Resource Groups
  • Upload the info to our storage account.

Requirements

You need to have the Azure Powershell Modules on your device.
This can be easily installed on your device using the following cmdlet:

Install-Module -Name Az

Execution

You need to run the script in a Powershell window.
The script will ask for a SAS Token. To obtain a SAS Token, contact your Support Engineer.

New-Item -ItemType Directory -Path "C:\Temp" -Force
Set-Location -Path "C:\Temp"
$Uri = "https://github.com/ghraw/michawets/GetAzureDetails/main/GetAzureDetails.ps1"
# Download the script
Invoke-WebRequest -Uri $Uri -OutFile ".\GetAzureDetails.ps1"
# Run the script
& '.\GetAzureDetails.ps1'

Demo

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages