{'Description':'Indicates the IP address range that has to be added to the pool. Consists of a start IP and an end IP. The range shouldnt overlap with an already existing range','In':True}
ComputerName
string
1
✓
-
{'Description':'IPv4/IPv6 address or hostname of the computer on which the VPN server computer specific tasks should be executed. If ComputerName is specified then the IPv4 address range is added on that VPN server','In':True}
PassThru
boolean
2
✓
-
{'Description':'Returns the IP address range object that was added. By default this cmdlet does not generate any output','In':True}
RoutingDomain
string
3
✓
-
{'Description':'Specifies the Routing Domain friendly Name.','In':True}
{'Description':'The object consists of the following properties
1. Start IPv4 address of the range that was added
2. End IPv4 address of the range that was added','Out':True}
Description
'This cmdlet adds a new IPv4 address range from which IPv4 addresses can be assigned to VPN clients'
{'Description':'Indicates the Start IP address of the range that has to be deleted','In':True}
ComputerName
string
1
✓
-
{'Description':'IPv4/IPv6 address or hostname of the computer on which the VPN server computer specific tasks should be executed','In':True}
PassThru
boolean
2
✓
-
{'Description':'Returns an object, viz. the IPv4 address range that was deleted. By default this cmdlet does not generate any output','In':True}
Force
boolean
3
✓
-
{'Description':'The cmdlet ensures that there is at least one address range always present by disallowing deletion of the last address range. This poses a problem where there is only one range to start with and a user needs to replace that range with a new one. The Force parameter is used to override the normal behavior and allow deletion of the last address range so that a new range can be added later.','In':True}
RoutingDomain
string
4
✓
-
{'Description':'Specifies the Routing Domain friendly Name.','In':True}
{'Description':'The object consists of the following properties
1. Start IPv4 address of the pool that was deleted
2. End IPv4 address of the pool that was deleted
','Out':True}
Description
'This cmdlet removes an existing IPv4 address range from the pool for IP address assignment'