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-AzVpnClientRootCertificateAdds a root certificate to the VPN client configuration of a virtual network gateway.
-
Get-AzVpnClientRootCertificateRetrieves the root certificates configured for the VPN client of a virtual network gateway.
-
New-AzVpnClientConfigurationCreates a new VPN client configuration for a virtual network gateway.
-
Remove-AzVpnClientRootCertificateRemoves a root certificate from the VPN client configuration of a virtual network gateway.
-
Set-AzVpnClientRootCertificateUpdates an existing root certificate in the VPN client configuration of a virtual network gateway.
-
Get-AzVpnClientIpConfigurationRetrieves the IP configuration for VPN client connections to a virtual network gateway.
-
Set-AzVpnClientIpConfigurationConfigures the IP address pools for VPN client connections.
-
New-AzVpnClientAddressPoolCreates a new IP address pool for VPN clients.
-
Add-AzVpnClientAddressPoolAdds an IP address pool to the VPN client configuration.
-
Remove-AzVpnClientAddressPoolRemoves an IP address pool from the VPN client configuration.