Closed mplogas closed 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
Import-Module .\AzureResourceInventory.psm1
Invoke-ARI
@mplogas
you are absolutely right, I forgot to update it.
Should be good now.
Thanks for the heads-up
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