Type something to search...
PowerShell Azure module updated to version 16.2.0

PowerShell Azure module updated to version 16.2.0


Introduction

Microsoft recently published the new version 16.2.0 of the PowerShell module for Microsoft Azure.


Installation

You can check the installed module version via the following PowerShell command :

Get-InstalledModule -Name "Az*"

You can install the Az module via the following PowerShell command :

Install-Module -Name Az

You can update the Az module via the following PowerShell command :

Update-Module Az -Force

What’s new ?

Version 16.2.0 includes the following updates :

Az.Accounts

  • Upgraded Azure.Core dependency from version 1.56.0 to 1.57.0.
  • Upgraded System.ClientModel dependency from version 1.12.0 to 1.13.0.

Az.Cdn

  • Upgraded API version to 2026-04-01-preview.
  • Fixed CDN long-running operations that returned completed resource responses without a Location header.

Az.Compute

  • Deprecated installing the legacy Azure Enhanced Monitoring (AEM) extension for SAP on Virtual Machines (VMs) ; Set-AzVMAEMExtension now installs the new extension by default.
  • Added New-AzInterconnectBlock, Get-AzInterconnectBlock, Update-AzInterconnectBlock, and Remove-AzInterconnectBlock cmdlets to manage Microsoft.Compute/interconnectBlocks resources for high-performance artificial intelligence (AI) and machine learning (ML) workloads.
  • Marked the -EnableWAD, -SkipStorage and -InstallNewExtension parameters of Set-AzVMAEMExtension as deprecated using breaking-change attributes. They will be removed in a future major release.
  • Preserved CMD-special characters in Invoke-AzVMRunCommand and Invoke-AzVmssVMRunCommand parameter values for Windows PowerShell RunCommand execution. [#29880]

Az.CosmosDB

  • Upgraded Azure.Security.KeyVault.Keys to version 4.10.0 to align with other modules.

Az.EventHub

  • Added parameter IPAddressType to cmdlets New-AzEventHubNamespace and Set-AzEventHubNamespace.

Az.FrontDoor

  • Added support for Front Door WAF managed rule exceptions :
    • Added ExceptionListException to New-AzFrontDoorWafPolicy and Update-AzFrontDoorWafPolicy.
    • Added helper cmdlets for WAF managed rule exception scopes.

Az.Functions

  • Updated the Function App stacks parser to handle a runtime definition that does not include a FUNCTIONS_WORKER_RUNTIME app setting. [#29630]
  • Added support in New-AzFunctionApp to create Go function apps hosted in Flex Consumption plans.

Az.KeyVault

  • Populated KeySize in Get-AzKeyVaultKey output for additional key types when available ; previously only RSA keys had a size populated.
  • Upgraded Azure.Security.KeyVault.Keys dependency from version 4.6.0-beta.1 to 4.10.0.

Az.NetAppFiles

  • Added FileAccessLogs to Get-AzNetAppFilesCache output.
  • Added Breakthrough Mode support for Azure NetApp Files volumes :
    • Added -BreakthroughMode to New-AzNetAppFilesVolume and New-AzNetAppFilesVolumeGroup.
    • Added BreakthroughMode to volume output in Get-AzNetAppFilesVolume and Get-AzNetAppFilesVolumeGroup.

Az.Network

  • Added new cmdlets for ConnectionPolicy management under VirtualHub :
    • Get-AzConnectionPolicy : Retrieve one or all ConnectionPolicy resources under a VirtualHub.
    • New-AzConnectionPolicy : Create a new ConnectionPolicy under a VirtualHub.
    • Set-AzConnectionPolicy : Update an existing ConnectionPolicy under a VirtualHub.
    • Remove-AzConnectionPolicy : Delete a ConnectionPolicy from a VirtualHub.
  • Added Managed HSM support to Application Gateway SSL certificate cmdlets (New-AzApplicationGatewaySslCertificate, Set-AzApplicationGatewaySslCertificate, Add-AzApplicationGatewaySslCertificate) with -HsmKeyId and -HsmPublicCertData parameters.
  • Updated Virtual Network and Virtual Network Appliance cmdlets to use new properties.
    • New-AzVirtualNetwork : Added -SummarizedGatewayPrefix parameter to specify summarized gateway prefixes advertised for the virtual network, and exposed SummarizedGatewayPrefixes on the returned object.
    • New-AzVirtualNetworkAppliance : Added -PrivateIPAddressVersion parameter (IPv4, DualStack) to support dual-stack Virtual Network Appliances, and exposed PrivateIPAddressVersion on the returned object.
  • Added support for equal-cost multi-path (ECMP) routing in route tables.
    • Added the VirtualApplianceEcmp next hop type to New-AzRouteConfig, Add-AzRouteConfig and Set-AzRouteConfig.
    • Extended the -NextHopIpAddress parameter to accept a list of next hop IP addresses (2 to 64) for ECMP routes when the next hop type is VirtualApplianceEcmp.
    • Added the NextHop property to the route output returned by Get-AzRouteTable.
  • Added DisablePeeringRoute support for Route Table.
    • Added -DisablePeeringRoute parameter to New-AzRouteTable cmdlet.
    • Supported values are None and All.
  • Added property Nat64 to NatGateway and support for it in the following cmdlets :
    • New-AzNatGateway
    • Set-AzNatGateway
  • Fixed Get-AzPrivateDnsZoneGroup list mode passing the resource group and private endpoint names to the SDK in the wrong order, which caused a ResourceGroupNotFound error when listing private DNS zone groups without the -Name parameter.
  • Added properties ServiceTag, ReadinessState, Description and OutboundSupported to Get-AzNetworkSecurityPerimeterAssociableResourceType response.
  • Removed validations to allow newly added AuxiliarySkus in New-AzNetworkInterface command without needing to add them in ValidateSet.
  • Added new cmdlets for DDoS Custom Policy management :
    • New-AzDdosCustomPolicy : Create a new DDoS custom policy with detection rules.
    • New-AzDdosCustomPolicy : Requires at least one detection rule at creation time.
    • New-AzDdosCustomPolicyDetectionRule : Create a DDoS custom policy detection rule.
    • Add-AzDdosCustomPolicyDetectionRule : Add a detection rule to an in-memory DDoS custom policy before persisting it with Set-AzDdosCustomPolicy.
    • Get-AzDdosCustomPolicy : Retrieve a DDoS custom policy by resource group and name.
    • Remove-AzDdosCustomPolicy : Remove a DDoS custom policy.
    • Remove-AzDdosCustomPolicyDetectionRule and Set-AzDdosCustomPolicy : Support the load balancer style workflow to mutate a local policy object and then persist it.
    • Supports multiple detection rules with configurable traffic type (Tcp, Udp, TcpSyn) and packets per second thresholds.
  • Updated the API version of Microsoft.HardwareSecurityModules/cloudHsmClusters to 2025-03-31 for Private Link common cmdlets.
  • Onboarded Microsoft.HardwareSecurityModules/paymentHsmClusters to Private Link common cmdlets.
  • Fixed an issue where VerifyClientAuthMode was not preserved during PowerShell and SDK model conversions for Application Gateway client authentication configuration.
  • Added cmdlets for cloud service public IP address operations :
    • Invoke-AzPublicIpAddressCloudServiceReservation : Reserve a cloud service public IP or roll back to dynamic allocation (-IsRollback).
    • Invoke-AzPublicIpAddressDisassociateCloudServiceReservedIp : Disassociate a standalone reserved public IP from a cloud service public IP. Use -PublicIpArmId for the Azure Resource Manager (ARM) resource ID of the standalone public IP.

Az.RecoveryServices

  • Added Cross Subscription Backup (CSB) support for Azure VM :
    • Added optional -ContainerSubscriptionId parameter in Enable-AzRecoveryServicesBackupProtection to configure backup for a VM residing in a different subscription than the vault.
    • Added Original Location Recovery (OLR) support for cross-subscription protected items in Restore-AzRecoveryServicesBackupItem (the container subscription is derived from the recovery point, no additional input required).
    • Added ContainerSubscriptionId property to the backup item response of Get-AzRecoveryServicesBackupItem.
    • Added ContainerSubscriptionId property to the detailed job response of Get-AzRecoveryServicesBackupJobDetail.
    • Added client-side validation when -ContainerSubscriptionId is supplied so a non-existent VM, resource group or subscription, or a VM in a different region than the vault, fails with a clear, VM-specific error message.
  • Fixed Private Disk Access parameters being silently dropped when adding disks to, reprotecting, or cluster-reprotecting an Azure-to-Azure managed-disk replication.
    • Add-AzRecoveryServicesAsrReplicationProtectedItemDisk now honors -RecoveryNetworkAccessPolicy, -RecoveryDiskAccessId and -RecoveryPublicNetworkAccess supplied on the disk replication configuration.
    • Update-AzRecoveryServicesAsrProtectionDirection (reprotect) forwards the same three fields on the switch-protection call.
    • Update-AzRecoveryServicesAsrClusterProtectionDirection (cluster reprotect) forwards the same three fields on the cluster switch-protection call.
  • Added support for configuring Cost Management Settings (granularity level) on Recovery Services vaults via New-AzRecoveryServicesVault and Update-AzRecoveryServicesVault.

Az.Resources

  • Added deployment stack WhatIfResult cmdlets for resource group, subscription and management group scopes.
    • Added help content and aligned new parameter names with Azure PowerShell naming conventions.
    • Exported all deployment stack WhatIfResult cmdlets from the module manifest.

Az.ServiceBus

  • Added parameters GeoDataReplicationMaxReplicationLagDurationInSecond, GeoDataReplicationLocation and IPAddressType to cmdlets New-AzServiceBusNamespace and Set-AzServiceBusNamespace.
  • Added new cmdlets for doing namespace failover Start-AzServiceBusNamespaceFailOver.
  • Added new cmdlets for generating replication object for Replication parameter New-AzServiceBusLocationsNameObject.
  • Added new cmdlets Get-AzServiceBusNetworkSecurityPerimeterConfiguration and Get-AzServiceBusNetworkSecurityPerimeterConfigurationsForAssociation.

Az.Storage

  • Fixed a path traversal issue in Get-AzStorageBlobContent and Get-AzDataLakeGen2ItemContent where a source blob or file name containing directory traversal segments (for example ”../”) could write content outside the specified destination directory.

Conclusion

Go update your Azure PowerShell module to benefit from the latest updates and possible configurations.


Sources

PowerShell Gallery


Did you enjoy this post ? If you have any questions, comments or suggestions, please feel free to send me a message from the contact form.

Don’t forget to follow us and share this post.

Related Posts

How to disable self-service on Copilot licenses

How to disable self-service on Copilot licenses

Introduction Microsoft has activated a setting in the tenants (by default) to allow any user to purchase a Microsoft Copilot license through the *Microsoft 365 Copilot self-service pursha

Read More
How to activate Microsoft 365 Passkey in Entra ID

How to activate Microsoft 365 Passkey in Entra ID

Introduction Microsoft 365 Passkey is an authentication method that replaces passwords with more secure options like facial recognition, fingerprint, or a PIN.Prerequisites **<

Read More
How to configure callback in a Teams queue

How to configure callback in a Teams queue

Introduction Callback in Teams allows callers in a queue to be called back after a certain time rather than waiting until an agent becomes available.Prerequisites **Required

Read More
How to add tags to an Azure virtual machine

How to add tags to an Azure virtual machine

Introduction Tags in Azure are customizable labels (in the form of metadata) that you can apply to your resources to organize and manage your cloud environments more efficiently. They play

Read More
How to handle duplicates in Teams directory search

How to handle duplicates in Teams directory search

Introduction Microsoft recently announced a significant optimization for the search by name and extension functionality in its Teams auto attendants. You have probably already had this case

Read More
How to inventory Direct Routing numbers in Teams

How to inventory Direct Routing numbers in Teams

Introduction Microsoft Teams continues to evolve to offer ever more effective communication and collaboration solutions. To make life easier for administrators, Microsoft has announced the

Read More
The end of AzureAD and MSOnline PowerShell modules

The end of AzureAD and MSOnline PowerShell modules

Introduction Microsoft recently announced the General Availability of the Microsoft Entra PowerShell module. This module offers administrators and IT professionals a new way to manage and

Read More
PowerShell Teams module updated to version 6.8.0

PowerShell Teams module updated to version 6.8.0

Introduction Microsoft recently released the new version 6.8.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
How to block a specific external user in Teams

How to block a specific external user in Teams

Introduction Microsoft recently introduced a new feature for Teams administrators to block specific external users. This update aims to strengthen security and protect internal members of t

Read More
PowerShell Azure module updated to version 13.3.0

PowerShell Azure module updated to version 13.3.0

Introduction Microsoft recently released the new version 13.3.0 of the PowerShell module for Microsoft Azure.Installation You can check the version of the installed module via

Read More
Hotfix update for Skype for Business Server CU8

Hotfix update for Skype for Business Server CU8

Microsoft has just released a hotfix for Skype for Business Server (7.0.2046.548 CU8HF1). Since the update with Cumulative Update 8 (December 2024), an issue caused meeting join failure in some

Read More
PowerShell Teams module updated to version 6.9.0

PowerShell Teams module updated to version 6.9.0

Introduction Microsoft recently released the new version 6.9.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
How to enable Zoom and Webex meetings on MTR

How to enable Zoom and Webex meetings on MTR

Introduction In the modern business world, effective collaboration is essential. Organizations use various video conferencing platforms to stay connected, and it's crucial to be able to joi

Read More
PowerShell Teams module updated to version 7.0.0

PowerShell Teams module updated to version 7.0.0

Introduction Microsoft recently released the new version 7.0.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
PowerShell Teams module updated to version 7.1.0

PowerShell Teams module updated to version 7.1.0

Introduction Microsoft recently released the new version 7.1.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
PowerShell Azure module updated to version 14.1.0

PowerShell Azure module updated to version 14.1.0

Introduction Microsoft recently released the new version 14.1.0 of the PowerShell module for Microsoft Azure.Installation You can check the version of the installed module via

Read More
How to configure a calling plan spend limit in Teams

How to configure a calling plan spend limit in Teams

Introduction Businesses interested in using Microsoft Teams as their single provider for telephony services, but reluctant due to the high cost of calling plans, can choose a *Pay-As-You-Go

Read More
How to configure and analyze emergency calls in Teams

How to configure and analyze emergency calls in Teams

Introduction Microsoft Teams telephony offers an essential feature for organizations : emergency call management. This feature allows users to make emergency calls while dynamically providi

Read More
Skype for Business Server SE is now available

Skype for Business Server SE is now available

Introduction While Microsoft is pushing aggressively toward the cloud with Microsoft Teams, the company isn't abandoning organizations with critical on-premises unified communications nee

Read More
PowerShell Teams module updated to version 7.2.0

PowerShell Teams module updated to version 7.2.0

Introduction Microsoft recently released the new version 7.2.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
PowerShell Azure module updated to version 14.2.0

PowerShell Azure module updated to version 14.2.0

Introduction Microsoft recently released the new version 14.2.0 of the PowerShell module for Microsoft Azure.Installation You can check the version of the installed module via

Read More
PowerShell Teams module updated to version 7.3.0

PowerShell Teams module updated to version 7.3.0

Introduction Microsoft recently released the new version 7.3.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
PowerShell Azure module updated to version 14.3.0

PowerShell Azure module updated to version 14.3.0

Introduction Microsoft recently released the new version 14.3.0 of the PowerShell module for Microsoft Azure.Installation You can check the version of the installed module via

Read More
August 2025 update for Skype for Business Server

August 2025 update for Skype for Business Server

Introduction Microsoft continues to actively support Skype for Business Server, particularly its Subscription Edition (SE), with regular patch releases. The August 2025 hotfix provides

Read More
September 2025 update for Skype for Business Server

September 2025 update for Skype for Business Server

Introduction Microsoft continues to actively support Skype for Business Server, particularly its Subscription Edition (SE), with regular patch releases. The September 2025 hotfix provid

Read More
PowerShell Teams module updated to version 7.4.0

PowerShell Teams module updated to version 7.4.0

Introduction Microsoft recently released the new version 7.4.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
Malicious URL protection in Teams

Malicious URL protection in Teams

Introduction In a world where phishing attacks and malicious links are constantly on the rise, Microsoft is strengthening Microsoft Teams security with a native malicious URL protection f

Read More
PowerShell Azure module updated to version 14.5.0

PowerShell Azure module updated to version 14.5.0

Introduction Microsoft recently released the new version 14.5.0 of the PowerShell module for Microsoft Azure.Installation You can check the version of the installed module via

Read More
How to activate Defender EDR in "Block Mode"

How to activate Defender EDR in "Block Mode"

Introduction In a context of constantly evolving cyber threats, antivirus solutions are no longer sufficient to effectively protect workstations. Microsoft Defender for Endpoint's *Block

Read More
PowerShell Teams module updated to version 7.5.0

PowerShell Teams module updated to version 7.5.0

Introduction Microsoft recently released the new version 7.5.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
How to configure calendar sharing in Exchange

How to configure calendar sharing in Exchange

Introduction In a context where organizations are collaborating more closely, it's not uncommon for users within one organization to need to efficiently schedule meetings by accessing the c

Read More
Microsoft improves the Teams app for Windows

Microsoft improves the Teams app for Windows

Introduction In the major January 2026 update, Microsoft significantly improved the structure of Microsoft Teams by separating audio and video functionalities into a new dedicated process (

Read More
PowerShell Azure module updated to version 15.2.0

PowerShell Azure module updated to version 15.2.0

Introduction Microsoft recently released the new version 15.2.0 of the PowerShell module for Microsoft Azure.Installation You can check the version of the installed module via

Read More
PowerShell Teams module updated to version 7.6.0

PowerShell Teams module updated to version 7.6.0

Introduction Microsoft recently released the new version 7.6.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
PowerShell Azure module updated to version 15.3.0

PowerShell Azure module updated to version 15.3.0

Introduction Microsoft recently released the new version 15.3.0 of the PowerShell module for Microsoft Azure.Installation You can check the version of the installed module via

Read More
How to migrate a Surface Hub 2S to a Windows MTR

How to migrate a Surface Hub 2S to a Windows MTR

Introduction With the end of support for Windows 10, businesses can migrate their Surface Hub 2S to Microsoft Teams Rooms on Windows (MTRoW). USB migration is the method that allows

Read More
Purview Sensitivity Labels are coming to OneNote

Purview Sensitivity Labels are coming to OneNote

Introduction Good news for security and compliance teams, Sensitivity Labels are now General Availability in OneNote. This update finally allows you to apply the same classification a

Read More
PowerShell Azure module updated to version 15.4.0

PowerShell Azure module updated to version 15.4.0

Introduction Microsoft recently released the new version 15.4.0 of the PowerShell module for Microsoft Azure.Installation You can check the version of the installed module via

Read More
PowerShell Teams module updated to version 7.7.0

PowerShell Teams module updated to version 7.7.0

Introduction Microsoft recently released the new version 7.7.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
New LTS version 7.40.600 for SBC Audiocodes

New LTS version 7.40.600 for SBC Audiocodes

Introduction Audiocodes has officially announced a significant change in its support strategy : version 7.40A.600 is now the Long-Term Support (LTS) branch for its SBCs and *Media

Read More
How to enable multi-lines for Teams telephony

How to enable multi-lines for Teams telephony

Introduction Microsoft has just introduced a feature that allows a user to have up to 11 numbers (including their primary and private lines) in their Microsoft Teams phone system. Users c

Read More
Microsoft raises the conditional access policy limit

Microsoft raises the conditional access policy limit

Introduction Microsoft quietly raises the limit of conditional access policies per tenant, from 195 to 244. This limit applies to all policies, whether active, disabled, or in *report-onl

Read More
Consecutive bilingual interpretation in Teams

Consecutive bilingual interpretation in Teams

Introduction The Interpreter agent in Microsoft Teams previously offered only a simultaneous translation mode, where the synthesized voice overlapped with the speaker's voice in real ti

Read More
PowerShell Teams module updated to version 7.8.0

PowerShell Teams module updated to version 7.8.0

Introduction Microsoft recently released the new version 7.8.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
PowerShell Azure module updated to version 16.0.0

PowerShell Azure module updated to version 16.0.0

Introduction Microsoft recently released the new version 16.0.0 of the PowerShell module for Microsoft Azure.Installation You can check the version of the installed module via

Read More
How to remove "Unlock Teams Premium" in Teams

How to remove "Unlock Teams Premium" in Teams

Introduction By default, users can obtain a Microsoft Teams Premium trial license by requesting one directly from their Teams client. This can lead to subsequent billing issues, so it is

Read More
PowerShell Azure module updated to version 16.1.0

PowerShell Azure module updated to version 16.1.0

Introduction Microsoft recently published the new version 16.1.0 of the PowerShell module for Microsoft Azure.Installation You can check the installed module version via the fo

Read More
PowerShell Teams module updated to version 7.9.0

PowerShell Teams module updated to version 7.9.0

Introduction Microsoft recently released the new version 7.9.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
Bot protection in Microsoft Teams meetings

Bot protection in Microsoft Teams meetings

Introduction AI note-taking tools like Read.ai, Fireflies.ai or Otter.ai join meetings as external participants. For organizers, this raises a real control challenge : when the lobby

Read More
How to record Teams queue calls

How to record Teams queue calls

Introduction Call recording in call queues was until now a limited feature in Microsoft Teams. Agents had to manually start the recording and the file was stored in their OneDrive. This

Read More
Free/Busy sharing moves to Cross-Tenant Access Policy

Free/Busy sharing moves to Cross-Tenant Access Policy

Introduction The Exchange Online team announced the move of cross-tenant sharing of Free/Busy, MailTips and calendars to the Microsoft 365 Cross-Tenant Access Policy. These three scen

Read More