Get method of the PS_DhcpServerv4Superscope class

Returns configuration of specified superscope.

Syntax

uint32 Get(
  [in]  string                 SuperscopeName[],
  [in]  string                 ComputerName,
  [out] DhcpServerv4Superscope cmdletOutput[]
);

Parameters

SuperscopeName [in]

The names of the superscopes whose configuration needs to be retrieved.

ComputerName [in]

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

cmdletOutput [out]

An embedded instance of the DhcpServerv4Superscope 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_DhcpServerv4Superscope