Azure Virtual Network Gateway VPN Client Connection Cmdlets
This page provides a reference for PowerShell cmdlets related to managing VPN client connections for Azure Virtual Network Gateways. These cmdlets allow you to configure, retrieve, and manage settings for VPN clients connecting to your Azure Virtual Network.
Cmdlets for VPN Client Connection Management
-
Get-AzVirtualNetworkGatewayVpnClientConnectionConfiguration
Retrieves the VPN client connection configuration for a virtual network gateway.
-
Set-AzVirtualNetworkGatewayVpnClientConnectionConfiguration
Updates the VPN client connection configuration for a virtual network gateway.
-
Add-AzVirtualNetworkGatewayVpnClientRootCertificate
Adds a root certificate to the virtual network gateway for VPN client authentication.
-
Remove-AzVirtualNetworkGatewayVpnClientRootCertificate
Removes a root certificate from the virtual network gateway.
-
Get-AzVirtualNetworkGatewayVpnClientRootCertificate
Retrieves the root certificates configured for VPN client authentication on a virtual network gateway.
-
Add-AzVirtualNetworkGatewayVpnClientRevokedCertificate
Adds a revoked client certificate to the virtual network gateway.
-
Remove-AzVirtualNetworkGatewayVpnClientRevokedCertificate
Removes a revoked client certificate from the virtual network gateway.
-
Get-AzVirtualNetworkGatewayVpnClientRevokedCertificate
Retrieves the revoked client certificates configured for the virtual network gateway.
-
Get-AzVirtualNetworkGatewayVpnClientIpsecParameters
Retrieves the IPsec parameters for VPN client connections.
-
Set-AzVirtualNetworkGatewayVpnClientIpsecParameters
Sets the IPsec parameters for VPN client connections.
Related Concepts
Understanding these cmdlets requires familiarity with Azure Virtual Network Gateways, VPN connections, and certificate-based authentication.
Examples
For specific usage examples, please refer to the detailed cmdlet documentation.