Azure Virtual Network Gateway VPN Client Connection Cmdlets

Comprehensive PowerShell reference for managing VPN client connections to Azure Virtual Network Gateways.

Overview

This section provides detailed documentation for PowerShell cmdlets used to configure, manage, and monitor VPN client connections for Azure Virtual Network Gateways. These cmdlets enable you to set up point-to-site VPN configurations, generate client packages, and manage user access.

Key Cmdlet Categories

Explore the cmdlets categorized by their primary function. Click on a cmdlet to view detailed syntax, parameters, and examples.

Available Cmdlets

New-AzVirtualNetworkGatewayVpnClientConnectionConfiguration

Creates a new configuration for VPN client connections to the virtual network gateway.

Create VPN Client Configuration
Learn More →

Get-AzVirtualNetworkGatewayVpnClientConnectionConfiguration

Retrieves the VPN client connection configuration for a virtual network gateway.

Read VPN Client Configuration
Learn More →

Remove-AzVirtualNetworkGatewayVpnClientConnectionConfiguration

Deletes a VPN client connection configuration from the virtual network gateway.

Delete VPN Client Configuration
Learn More →

Set-AzVirtualNetworkGatewayVpnClientConfiguration

Configures VPN client settings on the virtual network gateway, including address pools and authentication methods.

Update VPN Client Settings
Learn More →

Get-AzVirtualNetworkGatewayVpnClientPackage

Generates and retrieves a VPN client package for connecting to the virtual network gateway.

Generate VPN Client Package
Learn More →

Add-AzVirtualNetworkGatewayVpnClientRootCertificate

Adds a root certificate to the virtual network gateway for client authentication.

Add Certificate Authentication
Learn More →

Remove-AzVirtualNetworkGatewayVpnClientRootCertificate

Removes a root certificate from the virtual network gateway.

Remove Certificate Authentication
Learn More →

Get-AzVirtualNetworkGatewayVpnClientIpsecParameters

Retrieves the IPsec parameters configured for the VPN connection.

Read IPsec Parameters
Learn More →