Get method of the PS_DhcpServerv4MulticastScope class

Retrieves one or more multicast scope objects corresponding to the specified scope names.

Syntax

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

Parameters

ComputerName [in]

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

Name [in]

One or more names of multicast scopes. If Name is not specified, the cmdlet gets all multicast scopes present on the DHCP server

cmdletOutput [out]

An embedded instance of the DhcpServerv4MulticastScope class.

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_DhcpServerv4MulticastScope