Returns IPv4 Scope statistics corresponding to the IPv4 Scope IDs specified for a DHCP Server. Returns statistics for all IPv4 Scopes if no Scope ID is specified.
PS_DhcpServerv4ScopeStatistics methods
PS_DhcpServerv4ScopeStatistics has 1 methods (1 Local)
{'Description':'The scope identifiers (in IPv4 address format) whose statistics are to be returned','In':True}
ComputerName
string
1
✓
-
{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
Failover
boolean
2
✓
-
{'Description':'If specified, the failover related scope statistics will be returned as part of the scope statistics if the scope is configured for failover','In':True}
{'Description':' Type Name Description
DhcpServerv4ScopeStatistics
{
IPAddress ScopeId Scope identifier
string SuperscopeName Superscope Name
uint AddressesFree No. of free addresses that can be leased out to DHCPv4 clients in the Scope
uint AddressesInUse No. of addresses leased out to DHCPv4 clients in the Scope
uint PendingOffers No. of unconfirmed addresses in the Scope (offered to DHCPv4 clients but requests have not been received for the same)
uint ReservedAddresses No. of addresses reserved in the Scope
real32 PercentageInUse Scope address utilization percentage
uint AddressesFreeOnThisServer If this is a failover scope, this will indicate the number of addresses free on this server based on the ownership assignment of the free address pool. This field will be 0 if this is not a failover scope.
uint AddressesFreeOnPartnerServer If this is a failover scope, this will indicate the number of addresses free on partner server based on the ownership assignment of the free address pool. This field will be 0 if this is not a failover scope.
uint AddressesInUseOnThisServer If this is a failover scope, this will indicate the number of addresses leased/renewed by this server. This field will be 0 if this is not a failover scope.
uint AddressesInUseOnPartnerServer If this is a failover scope, this will indicate the number of addresses leased/renewed by partner server. This field will be 0 if this is not a failover scope.
}','EmbeddedInstance':'DhcpServerv4ScopeStatistics','Out':True}
Description
'Returns IPv4 scope statistics corresponding to the IPv4 scope IDs specified for a DHCP Server. Returns statistics for all IPv4 scopes if no scope ID is specified.'
'Returns IPv4 Scope statistics corresponding to the IPv4 Scope IDs specified for a DHCP Server. Returns statistics for all IPv4 Scopes if no Scope ID is specified.'