Skip to main content
Jorge Bernhardt Jorge Bernhardt

Get-InstalledModule

2019

How to enable Azure Resource Graph in PowerShell and Azure CLI
·324 words·2 mins· 100 views · 5 likes
Azure CLI Azure PowerShell Azure Resource Graph Get-InstalledModule
The general availability of the Azure Resource Graph service was announced a few days ago. This service allows you to use queries to explore all your resources in Azure and manage your inventory in the Microsoft cloud more efficiently.
How to Install the Secure DevOps Kit for Azure
·513 words·3 mins· 100 views · 5 likes
AzSK Azure PowerShell Connect-AzAccount Get-AzSKAzureServicesSecurityStatus
This quick blog post shows how to install the Secure DevOps Kit for Azure (AzSK). The Secure DevOps for Azure kit offers tools and best practices for creating and maintaining a secure architecture in the Microsoft cloud.

2018

How to install the new Azure PowerShell "Az" Module
·206 words·1 min· 100 views · 5 likes
AZ Azure PowerShell Get-InstalledModule Install-Module
This quick blog post shows how to install the Azure Powershell Az module that replaces the AzureRM module. Before starting the module’s installation, it is important to know that Az and AzureRM modules cannot be imported in the same session or used in the same script.
How to install the Azure PowerShell Module from PowerShell Gallery
·152 words·1 min· 100 views · 5 likes
Get-InstalledModule Install-Module Microsoft Microsoft Azure
The Azure portal is a good place to start and learn the existing resources in Microsoft Azure, but if you want to work with them, the Azure PowerShell module is the way.