Share via


Get method of the PS_DhcpServerv4PolicyIPRange class

Gets an IP range(s) from a policy in the specified scope.

Syntax

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

Parameters

Name [in]

Name of the policy whose associated IP ranges are to be returned

ScopeId [in]

Scope identifier (in IPv4 address format) which contains the specified policy

ComputerName [in]

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

cmdletOutput [out]

An embedded instance of the DhcpServerv4PolicyIPRange 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_DhcpServerv4PolicyIPRange