Skip to content

Instantly share code, notes, and snippets.

@PixelRobots
Created September 19, 2018 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PixelRobots/68939486408552349507179d31bb28c2 to your computer and use it in GitHub Desktop.
Save PixelRobots/68939486408552349507179d31bb28c2 to your computer and use it in GitHub Desktop.
Install-Module PowerShellGet –Repository PSGallery –Force
Install-Module -name AzureRM.Profile -requiredversion 5.5.0
Install-Module -Name AzureRM.Security -AllowPrerelease
Import-Module AzureRM.Profile -RequiredVersion 5.5.0
Import-Module AzureRM.Security
Connect-AzureRmAccount
Get-AzureRmSecurityAlert
Get-AzureRmSecurityPricing
Get-Command -Module AzureRM.Security
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment