microsoft / ARI

Azure Resource Inventory - It's a Powerful tool to create EXCEL inventory from Azure Resources with low effort
MIT License
1.12k stars 397 forks source link

Please also update (or delete) the HowTo #213

Closed mplogas closed 2 months ago

mplogas commented 2 months ago

The HowTo still assumes there is a ps1 file to execute. Wit the latest release you switched to PSM (modules) and the documentation misses the step how to import and execute the module .

Import-Module .\AzureResourceInventory.psm1 Invoke-ARI

Claudio-Merola commented 2 months ago

@mplogas

you are absolutely right, I forgot to update it.

Should be good now.

Thanks for the heads-up