Azure PowerShell

Azure – The new Azure PowerShell module (9.0) introduces lot of breaking changes

  If you are working with Microsoft Azure, you know you can perform activities using either the portal, Azure PowerShell module or Azure Cli.   Well, the new Azure PowerShell module (version 9.0 – released few days ago) introduces a bunch of breaking changes.   You may need to review and update your scripts before […]

Azure – The new Azure PowerShell module (9.0) introduces lot of breaking changes Read More »

Azure – A new PowerShell module – Az Predictor – is in preview

If you work with workloads running on Azure you probably also work with the Azure PowerShell modules. If you work with Azure PowerShell modules you also know there is a lot of commands and parameters available (about 4 000 commands and an average of 10 parameters per command). This make it difficult to always have

Azure – A new PowerShell module – Az Predictor – is in preview Read More »

Azure – AzureRM PowerShell will be retired by Feb 29, 2024

As you know, you can manage your Azure resources using either the web portal (https://portal.azure.com) or command line tools (Azure PowerShell or Azure Cli). Well, regarding Azure PowerShell you also know the PowerShell modules have been evolving continuously. If you are still using the ‘old’ AzureRM modules (introduced in 2015 and since then been replaced

Azure – AzureRM PowerShell will be retired by Feb 29, 2024 Read More »

Azure – Migrate your AzureRM scripts to Az PowerShell

As you know, you have multiple ways to manage your Azure environment; through the portal (https://portal.azure.com), Cloud Shell (https://shell.azure.com/), Azure Cli, PowerShell modules… Talking about the PowerShell module, you are probably aware that the AzureRM PowerShell modules are outdated (but still supported – for now) and have been replaced by the Az PowerShell modules. That

Azure – Migrate your AzureRM scripts to Az PowerShell Read More »

Azure – A new major version of Azure PowerShell modules (Az) is now available

  A new Azure PowerShell modules (Az) (version 3.0) has been released and is available for download either using MSI packages or Install-Module command       x86 MSI package: https://github.com/Azure/azure-powershell/releases/download/v3.0.0-November2019/Az-Cmdlets-3.0.0.30818-x86.msi x64 MSI package: https://github.com/Azure/azure-powershell/releases/download/v3.0.0-November2019/Az-Cmdlets-3.0.0.30818-x64.msi Install-Module command: Install-Module -Name Az -Repository PSGallery –Force or Update-Module -Name Az (if already had Az PowerShell module installed) As

Azure – A new major version of Azure PowerShell modules (Az) is now available Read More »

Azure – The latest version of Azure PowerShell module is available

The latest version of Azure PowerShell module (Az module version 2.0) is available. IMPORTANT please note this version is a breaking change for existing Az.Compute and Az.HDInsight cmdlets (see https://github.com/Azure/azure-powershell/blob/master/documentation/migration-guides/Az.2.0.0-migration-guide.md to manage the migration). This release provides lot of new/improved/fix cmdlets, from authentication with AD FS to Websites, through Azure FrontDoor support, monitor for SQR

Azure – The latest version of Azure PowerShell module is available Read More »

Azure – An MSI package is now available for Az PowerShell module

Following the general release of the new Azure PowerShell module (Az) (see https://t.co/xrzdIDmG7M), Microsoft has made MSI packages available to allow you deploying this new module (as it used to be for the previous Azure PowerShell module) which will be helpful if you use software deployment system like SCCM. You can get the MSI package

Azure – An MSI package is now available for Az PowerShell module Read More »

Azure – The Az PowerShell module is now in general availability

As announced in August 2018, a new PowerShell module to manage Azure resources called Az has been in development. It reached the general availability state. To install it, open a PowerShell prompt (as usual using the Run As Administrator) and run the command Install-Module -Name Az -Repository PSGallery –Force NOTE will you can have both

Azure – The Az PowerShell module is now in general availability Read More »

Azure – New Azure PowerShell Module coming up

A new Azure PowerShell module is currently in preview and will become the default PowerShell module to manage Azure later, combining AzureRM and AzureRM.Netcore modules. New PpowerShell capabilities will be delivered only through Az starting December 2018. The new Az module is currently in preview and latest version is 0.2.2 AzureRM is still supported (for

Azure – New Azure PowerShell Module coming up Read More »