NetSPI/MicroBurst

Get-AzurePasswords -Verbose | Out-GridView

hassan-turi opened this issue · 1 comments

Hello sir, I am having an error using this command "Get-AzurePasswords -Verbose | Out-GridView".
the errors are below Please guide me through this problem. I am also having a problem with the "AzureRM [Deprecated] Functions" section the commands give me a bunch of errors.
image

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.