Get-AzurePasswords -Verbose | Out-GridView
hassan-turi opened this issue · 1 comments
hassan-turi commented
passthehashbrowns commented
That error likely means that you have not imported the script. You need to navigate into the AzureRM folder and run "Import-Module MicroBurst-AzureRM.ps1".
As per the documentation, the AzureRM scripts have been deprecated and are no longer receiving support. All of their functionality has been ported over to the Az scripts, which do receive updates.