Get method of the PS_DhcpServerv4ScopeStatistics class

Returns scope statistics corresponding to the IPv4 scopes on the Server.

Syntax

uint32 Get(
  [in]  string                      ScopeId[],
  [in]  string                      ComputerName,
  [in]  boolean                     Failover,
  [out] DhcpServerv4ScopeStatistics cmdletOutput[]
);

Parameters

ScopeId [in]

The scope identifiers (in IPv4 address format) whose statistics are to be returned

ComputerName [in]

DNS name or IP address of the target computer running the DHCP server service.

Failover [in]

If specified, the failover related scope statistics will be returned as part of the scope statistics if the scope is configured for failover

cmdletOutput [out]

An embedded instance of the DhcpServerv4ScopeStatistics class.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\DHCP
MOF
DhcpServerPsProvider.mof
DLL
DhcpServerPsProvider.dll

See also

PS_DhcpServerv4ScopeStatistics