次の方法で共有


Get method of the PS_DhcpServerv4SuperscopeStatistics class

Retrieves superscope statistics for the specified super scopes.

Syntax

uint32 Get(
  [in]  string                           ComputerName,
  [in]  string                           Name[],
  [out] DhcpServerv4SuperscopeStatistics cmdletOutput[]
);

Parameters

ComputerName [in]

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

Name [in]

Names of the superscopes. Retrieves statistics for all superscopes if the Name parameter is not specified.

cmdletOutput [out]

An embedded instance of the DhcpServerv4SuperscopeStatistics class.

Return value

Scope address utilization percentage

Requirements

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

See also

PS_DhcpServerv4SuperscopeStatistics