Az

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 – New capabilities for Azure Backup applicable to Azure Files (preview)

Azure  Backup has been updated to provide new capabilities: Azure Backup now supports backing up NTFS ACL’s set on Azure Files (see https://docs.microsoft.com/en-us/azure/storage/files/storage-files-active-directory-overview to know more about). This means when you restore Azure Files, the NTFS permissions will be also restored. This capability is currently in preview. PowerShell can now be used to run backup

Azure – New capabilities for Azure Backup applicable to Azure Files (preview) 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 »