Share via


Get method of the PS_DhcpServerv6ExclusionRange class

Returns the IPv6 address ranges excluded from the specified IPv6 subnet prefix.

Syntax

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

Parameters

ComputerName [in]

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

Prefix [in]

The IPv6 prefixes of the scopes for which the exclusion ranges are requested.

cmdletOutput [out]

An embedded instance of the DhcpServerv6ExclusionRange 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_DhcpServerv6ExclusionRange