Get method of the PS_DhcpServerv6Scope class

Get the scope information for the specified IPv6 prefixes on the server

Syntax

uint32 Get(
  [in]  string            ComputerName,
  [in]  string            Prefix[],
  [out] DhcpServerv6Scope cmdletOutput[]
);

Parameters

ComputerName [in]

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

Prefix [in]

The IPv6 prefixes for which the scope information is being requested.

cmdletOutput [out]

An embedded instance of the DhcpServerv6Scope 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_DhcpServerv6Scope