Overview

This section provides detailed reference information for PowerShell cmdlets used to manage VPN client connections for Azure Virtual Network Gateways. These cmdlets allow you to configure, deploy, and manage various aspects of VPN client connectivity to your Azure virtual networks.

Cmdlets by Design Module

The following cmdlets are part of the Azure Virtual Network Gateway VPN Client Connection design module. They are essential for establishing and maintaining secure remote access to your Azure resources.

  • Add-AzVpnClientRootCertificate

    Adds a root certificate to the VPN client configuration of a virtual network gateway.

    Learn more

  • Get-AzVpnClientRootCertificate

    Retrieves the root certificates configured for the VPN client of a virtual network gateway.

    Learn more

  • New-AzVpnClientConfiguration

    Creates a new VPN client configuration for a virtual network gateway.

    Learn more

  • Remove-AzVpnClientRootCertificate

    Removes a root certificate from the VPN client configuration of a virtual network gateway.

    Learn more

  • Set-AzVpnClientRootCertificate

    Updates an existing root certificate in the VPN client configuration of a virtual network gateway.

    Learn more

  • Get-AzVpnClientIpConfiguration

    Retrieves the IP configuration for VPN client connections to a virtual network gateway.

    Learn more

  • Set-AzVpnClientIpConfiguration

    Configures the IP address pools for VPN client connections.

    Learn more

  • New-AzVpnClientAddressPool

    Creates a new IP address pool for VPN clients.

    Learn more

  • Add-AzVpnClientAddressPool

    Adds an IP address pool to the VPN client configuration.

    Learn more

  • Remove-AzVpnClientAddressPool

    Removes an IP address pool from the VPN client configuration.

    Learn more

Related Topics