Azure Virtual Network Gateway VPN Client Connection Cmdlets
This section provides a comprehensive reference for Azure PowerShell cmdlets related to managing VPN client connections for Azure Virtual Network Gateways.
Gateway VPN Client Configuration Cmdlets
Get-AzVpnClientConfiguration
Retrieves the VPN client configuration for a virtual network gateway.
Set-AzVpnClientConfiguration
Configures VPN client settings for a virtual network gateway.
VPN Client Root Certificate Cmdlets
Add-AzVpnClientRootCertificate
Adds a root certificate for VPN client authentication to a virtual network gateway.
Get-AzVpnClientRootCertificate
Retrieves the root certificates configured for VPN client authentication on a virtual network gateway.
Remove-AzVpnClientRootCertificate
Removes a root certificate for VPN client authentication from a virtual network gateway.
VPN Client Revoked Certificate Cmdlets
Add-AzVpnClientRevokedCertificate
Adds a revoked certificate for VPN client authentication to a virtual network gateway.
Get-AzVpnClientRevokedCertificate
Retrieves the revoked certificates configured for VPN client authentication on a virtual network gateway.
Remove-AzVpnClientRevokedCertificate
Removes a revoked certificate for VPN client authentication from a virtual network gateway.
VPN Client Address Pool Cmdlets
Add-AzVpnClientAddressPool
Adds an address pool for VPN clients to a virtual network gateway.
Get-AzVpnClientAddressPool
Retrieves the address pools configured for VPN clients on a virtual network gateway.
Remove-AzVpnClientAddressPool
Removes an address pool for VPN clients from a virtual network gateway.