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 v4 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 DhcpServerv4ExclusionRange
{
  string ScopeId;
  string StartRange;
  string EndRange;
};
Members
The DhcpServerv4ExclusionRange class has these types of members:
Properties
The DhcpServerv4ExclusionRange 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 a given scope on the Dhcp server.
 - 
 - 
ScopeId
 -  
- 
Data type: string
 - 
Access type: Read/write
 
Identifier of a given scope on the 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 a given scope on the Dhcp server.
 - 
 
Requirements
| Minimum supported client | 
None supported | 
| Minimum supported server | 
Windows Server 2012 | 
| Namespace | 
Root\Microsoft\Windows\DHCP | 
| MOF | 
  | 
| DLL | 
  |