Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Dhcp Server v6 Exclusion Range.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[ClassVersion("1.0.0"), dynamic, provider("DhcpServerPSProvider"), AMENDMENT]
class DhcpServerv6ExclusionRange
{
string Prefix;
string StartRange;
string EndRange;
};
Members
The DhcpServerv6ExclusionRange class has these types of members:
Properties
The DhcpServerv6ExclusionRange class has these properties.
-
EndRange
-
-
Data type: string
-
Access type: Read/write
End point or last address of Exclusion Range(IPRange from which IPAddress can't be leased out) for given scope on Dhcp server
-
-
Prefix
-
-
Data type: string
-
Access type: Read/write
Identifier of given scope on Dhcp server
-
-
StartRange
-
-
Data type: string
-
Access type: Read/write
Starting point or first address of Exclusion Range(IPRange from which IPAddress can't be leased out) for given scope on Dhcp server
-
Requirements
| Minimum supported client |
None supported |
| Minimum supported server |
Windows Server 2012 |
| Namespace |
Root\Microsoft\Windows\DHCP |
| MOF |
|
| DLL |
|