次の方法で共有


Get method of the PS_DhcpServerv6StatelessStore class

Returns the properties of IPv6 stateless store for the specified IPv6 subnet.

Syntax

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

Parameters

Prefix [in]

IPv6 subnet prefixes of the scopes whose stateless store properties are to be returned.

ComputerName [in]

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

cmdletOutput [out]

An embedded instance of the DhcpServerv6StatelessStore 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_DhcpServerv6StatelessStore