Add-VpnIPAddressRange
Adds a new IPv4 address range from which IPv4 addresses can be assigned to VPN clients.
Add-VpnIPAddressRange
[-IPAddressRange] <String[]>
[-ComputerName <String>]
[-PassThru]
[[-RoutingDomain] <String>]
[-CimSession <CimSession[]>]
[-ThrottleLimit <Int32>]
[-AsJob]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
The Add-VpnIPAddressRange cmdlet adds a new IPv4 address range from which IPv4 addresses can be assigned to VPN clients.
This cmdlet is only applicable if the IPv4 address assignment is originating from statically configured IP address pools.
PS C:\>Add-VpnIPAddressRange -IPAddressRange 40.1.1.10, 40.1.1.30 -PassThru
This example adds the IP address range 40.1.1.10
(starting IP) through 40.1.1.30
(ending IP) to the IPv4 address pool for assignment to VPN clients.
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local computer.
Type: | CimSession[] |
Aliases: | Session |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the IPv4 orIPv6 address, or host name, of the computer on which the VPN server computer specific tasks should be run. If this parameter is specified, then the IPv4 address range is added on that VPN server.
Type: | String |
Aliases: | Cn |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the IP address range that has to be added to the pool. Consists of a start IP and an end IP. The range should not overlap with an existing range.
Type: | String[] |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies an ID, as a string, for a routing domain. The ID of a routing domain is a unique user-defined alphanumeric string.
Type: | String |
Aliases: | RoutingDomainName |
Position: | 3 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
If this parameter is omitted or a value of 0
is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
String[]
The Microsoft.Management.Infrastructure.CimInstance
object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (#
) provides the namespace and class name for the underlying WMI object.
The VpnIPAddressRange object consists of the following properties:
The starting IPv4 address of the range that was added.
The ending IPv4 address of the range that was added.